Lines Matching refs:BinExp
206 private Expression checkAliasThisForLhs(AggregateDeclaration ad, Scope* sc, BinExp e)
217 BinExp be = cast(BinExp)e.copy();
235 private Expression checkAliasThisForRhs(AggregateDeclaration ad, Scope* sc, BinExp e)
245 BinExp be = cast(BinExp)e.copy();
597 Expression visitBin(BinExp e)
599 //printf("BinExp::op_overload() (%s)\n", e.toChars());
1307 private Expression compare_overload(BinExp e, Scope* sc, Identifier id, EXP* pop)
1309 //printf("BinExp::compare_overload(id = %s) %s\n", id.toChars(), e.toChars());