Searched refs:SIZEOF (Results 1 – 7 of 7) sorted by relevance
81 SIZEOF = 48, enumerator159 Operator& Operator::create<Operator::SIZEOF>();
86 IntOperand* UnaryOp<Operator::SIZEOF>::eval(const Module&,
154 Operator& Operator::create<Operator::SIZEOF>() { in create()155 static UnaryOp<Operator::SIZEOF> op; in create()
85 expr->push_back(&Operator::create<Operator::SIZEOF>()); in buildHelperExpr()
163 IntOperand* UnaryOp<Operator::SIZEOF>::eval(const Module& pModule, in eval()
138 %token SIZEOF890 | SIZEOF '(' string ')'894 &Operator::create<Operator::SIZEOF>());
127 <EXPRESSION>"SIZEOF" { return token::SIZEOF; }