#include "ExpTree.h"
Go to the source code of this file.
Namespaces | |
namespace | exmat |
namespace | exmat::PNS |
Classes | |
class | exmat::PNS::GetAliasTmpType< Exp > |
Find the appropriate temp type for an aliased assignment operation. More... | |
struct | exmat::PNS::AliasAnalyser< Exp > |
The alias analyzer. More... | |
struct | exmat::PNS::AliasAnalyser< Exp >::Helper< T > |
Helper class, to defer type initialization. More... | |
Functions | |
template<class LT, class RT> | |
bool | exmat::PNS::IsAliased_Helper (LT &l, const RT &r, const Int2Type< true > &isCon) |
template<class LT, class RT> | |
bool | exmat::PNS::IsAliased_Helper (LT &l, const RT &r, const Int2Type< false > &isCon) |
For rhs expression. |