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

/frameworks/compile/mclinker/include/mcld/Script/
H A DUnaryOp.h86 IntOperand* UnaryOp<Operator::SIZEOF>::eval(const Module&,
H A DOperator.h81 SIZEOF = 48, enumerator in enum:mcld::Operator::Type
159 Operator& Operator::create<Operator::SIZEOF>();
/frameworks/compile/mclinker/lib/Script/
H A DRpnExpr.cpp79 // ADDR ( `output_sect' ) + SIZEOF ( `output_sect' )
85 expr->push_back(&Operator::create<Operator::SIZEOF>());
H A DOperator.cpp40 "SIZEOF", "SIZEOF_HEADERS", "MAXPAGESIZE",
154 Operator& Operator::create<Operator::SIZEOF>() {
155 static UnaryOp<Operator::SIZEOF> op;
H A DUnaryOp.cpp163 IntOperand* UnaryOp<Operator::SIZEOF>::eval(const Module& pModule,
H A DScriptParser.yy138 %token SIZEOF
890 | SIZEOF '(' string ')'
894 &Operator::create<Operator::SIZEOF>());
H A DScriptScanner.ll127 <EXPRESSION>"SIZEOF" { return token::SIZEOF; }

Completed in 90 milliseconds