Searched refs:ALIGNOF (Results 1 – 6 of 6) sorted by relevance
68 ALIGNOF = 35, enumerator145 Operator& Operator::create<Operator::ALIGNOF>();
65 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module&,
112 Operator& Operator::create<Operator::ALIGNOF>() { in create()113 static UnaryOp<Operator::ALIGNOF> op; in create()
92 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module& pModule, in eval()
125 %token ALIGNOF802 | ALIGNOF '(' string ')'806 &Operator::create<Operator::ALIGNOF>());
114 <EXPRESSION>"ALIGNOF" { return token::ALIGNOF; }