Searched refs:CompileExp (Results 1 – 6 of 6) sorted by relevance
212 class CompileExp; variable506 virtual void visit(CompileExp *e) { visit((UnaExp *)e); } in visit()
767 class CompileExp : public UnaExp770 CompileExp(Loc loc, Expression *e);
5133 CompileExp *cpe = (CompileExp *)e; in parseStatement()7108 e = new CompileExp(loc, e); in parsePrimaryExp()
5200 CompileExp::CompileExp(Loc loc, Expression *e) in CompileExp() function5201 : UnaExp(loc, TOKmixin, sizeof(CompileExp), e) in CompileExp()
2774 void visit(CompileExp *e) in visit()
2332 void visit(CompileExp *exp) in visit()