Lines Matching defs:exp

284     void visit(IdentifierExp *exp)  in visit()
802 void visit(TypeExp *exp) in visit()
848 void visit(ScopeExp *exp) in visit()
991 void visit(NewExp *exp) in visit()
1507 void visit(TupleExp *exp) in visit()
1544 void visit(FuncExp *exp) in visit()
1650 Expression *callExpSemantic(FuncExp *exp, Scope *sc, Expressions *arguments) in callExpSemantic()
1824 void visit(TypeidExp *exp) in visit()
2221 void visit(BinAssignExp *exp) in visit()
2332 void visit(CompileExp *exp) in visit()
2421 void visit(AssertExp *exp) in visit()
2480 void visit(DotIdExp *exp) in visit()
2524 void visit(DotVarExp *exp) in visit()
2669 void visit(DotTemplateInstanceExp *exp) in visit()
2715 void visit(DotTypeExp *exp) in visit()
2733 void visit(CallExp *exp) in visit()
3607 void visit(AddrExp *exp) in visit()
3871 void visit(PtrExp *exp) in visit()
3913 void visit(NegExp *exp) in visit()
3954 void visit(UAddExp *exp) in visit()
3978 void visit(ComExp *exp) in visit()
4061 void visit(DeleteExp *exp) in visit()
4197 void visit(CastExp *exp) in visit()
4335 void visit(VectorExp *exp) in visit()
4395 void visit(SliceExp *exp) in visit()
4776 void visit(ArrayExp *exp) in visit()
4794 void visit(DotExp *exp) in visit()
4854 void visit(IndexExp *exp) in visit()
5059 void visit(PostExp *exp) in visit()
5153 void visit(PreExp *exp) in visit()
5172 void visit(AssignExp *exp) in visit()
6187 void visit(CatAssignExp *exp) in visit()
6279 void visit(PowAssignExp *exp) in visit()
6366 void visit(AddExp *exp) in visit()
6467 void visit(MinExp *exp) in visit()
6600 void visit(CatExp *exp) in visit()
6796 void visit(MulExp *exp) in visit()
6897 void visit(DivExp *exp) in visit()
6998 void visit(ModExp *exp) in visit()
7075 void visit(PowExp *exp) in visit()
7194 void visit(ShlExp *exp) in visit()
7230 void visit(ShrExp *exp) in visit()
7265 void visit(UshrExp *exp) in visit()
7300 void visit(AndExp *exp) in visit()
7357 void visit(OrExp *exp) in visit()
7414 void visit(XorExp *exp) in visit()
7471 void visit(OrOrExp *exp) in visit()
7549 void visit(AndAndExp *exp) in visit()
7627 void visit(InExp *exp) in visit()
7688 void visit(CmpExp *exp) in visit()
7844 void visit(EqualExp *exp) in visit()
7940 void visit(IdentityExp *exp) in visit()
7993 void visit(CondExp *exp) in visit()
8164 Expression *trySemantic(Expression *exp, Scope* sc) in trySemantic()
8237 Expression *semanticX(DotIdExp *exp, Scope *sc) in semanticX()
8344 Expression *semanticY(DotIdExp *exp, Scope *sc, int flag) in semanticY()
8634 Expression *semanticY(DotTemplateInstanceExp *exp, Scope *sc, int flag) in semanticY()