Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h68 ALIGNOF = 35, enumerator
145 Operator& Operator::create<Operator::ALIGNOF>();
DUnaryOp.h65 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp112 Operator& Operator::create<Operator::ALIGNOF>() { in create()
113 static UnaryOp<Operator::ALIGNOF> op; in create()
DUnaryOp.cpp92 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module& pModule, in eval()
DScriptParser.yy125 %token ALIGNOF
802 | ALIGNOF '(' string ')'
806 &Operator::create<Operator::ALIGNOF>());
DScriptScanner.ll114 <EXPRESSION>"ALIGNOF" { return token::ALIGNOF; }