Lines Matching +defs:e +defs:f
46 NOGCVisitor(FuncDeclaration *f) in NOGCVisitor()
62 void visit(DeclarationExp *e) in visit()
79 void visit(ArrayLiteralExp *e) in visit()
94 void visit(AssocArrayLiteralExp *e) in visit()
109 void visit(NewExp *e) in visit()
131 void visit(DeleteExp *e) in visit()
170 void visit(IndexExp* e) in visit()
186 void visit(AssignExp *e) in visit()
201 void visit(CatAssignExp *e) in visit()
213 void visit(CatExp *e) in visit()
226 Expression *checkGC(Scope *sc, Expression *e) in checkGC()
228 FuncDeclaration *f = sc->func; in checkGC() local