Searched defs:BinExp (Results 1 – 5 of 5) sorted by relevance
44 class BinExp; variable
210 class BinExp; variable
4974 BinExp::BinExp(Loc loc, TOK op, int size, Expression *e1, Expression *e2) in BinExp() function
847 for (uint64_t BinExp = 2; BinExp <= Exponent; BinExp <<= 1) { in visitMulExpr() local
218 class BinExp; variable