Searched refs:ALIGNOF (Results 1 – 6 of 6) sorted by relevance
75 ALIGNOF = 35, enumerator153 Operator& Operator::create<Operator::ALIGNOF>();
72 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module&,
160 Operator& Operator::create<Operator::ALIGNOF>() in create()162 static UnaryOp<Operator::ALIGNOF> op; in create()
92 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module& pModule, in eval()
122 %token ALIGNOF791 | ALIGNOF '(' string ')'795 &Operator::create<Operator::ALIGNOF>());
107 <EXPRESSION>"ALIGNOF" { return token::ALIGNOF; }