Home
last modified time | relevance | path

Searched refs:ALIGNOF (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h75 ALIGNOF = 35, enumerator
153 Operator& Operator::create<Operator::ALIGNOF>();
DUnaryOp.h72 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp160 Operator& Operator::create<Operator::ALIGNOF>() in create()
162 static UnaryOp<Operator::ALIGNOF> op; in create()
DUnaryOp.cpp92 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module& pModule, in eval()
DScriptParser.yy122 %token ALIGNOF
791 | ALIGNOF '(' string ')'
795 &Operator::create<Operator::ALIGNOF>());
DScriptScanner.ll107 <EXPRESSION>"ALIGNOF" { return token::ALIGNOF; }