Home
last modified time | relevance | path

Searched refs:SIZEOF (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h81 SIZEOF = 48, enumerator
159 Operator& Operator::create<Operator::SIZEOF>();
DUnaryOp.h86 IntOperand* UnaryOp<Operator::SIZEOF>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp154 Operator& Operator::create<Operator::SIZEOF>() { in create()
155 static UnaryOp<Operator::SIZEOF> op; in create()
DRpnExpr.cpp85 expr->push_back(&Operator::create<Operator::SIZEOF>()); in buildHelperExpr()
DUnaryOp.cpp163 IntOperand* UnaryOp<Operator::SIZEOF>::eval(const Module& pModule, in eval()
DScriptParser.yy138 %token SIZEOF
890 | SIZEOF '(' string ')'
894 &Operator::create<Operator::SIZEOF>());
DScriptScanner.ll127 <EXPRESSION>"SIZEOF" { return token::SIZEOF; }