Searched refs:typeCombine (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | expressionsem.c | 2261 else if (Expression *ex = typeCombine(exp, sc)) in visit() 2296 if (Expression *ex = typeCombine(exp, sc)) in visit() 6309 else if (Expression *ex = typeCombine(exp, sc)) in visit() 6416 if (Expression *ex = typeCombine(exp, sc)) in visit() 6513 if (Expression *ex = typeCombine(exp, sc)) in visit() 6548 if (Expression *ex = typeCombine(exp, sc)) in visit() 6759 if (Expression *ex = typeCombine(exp, sc)) in visit() 6816 if (Expression *ex = typeCombine(exp, sc)) in visit() 6917 if (Expression *ex = typeCombine(exp, sc)) in visit() 7018 if (Expression *ex = typeCombine(exp, sc)) in visit() [all …]
|
H A D | expression.h | 102 Expression *typeCombine(BinExp *be, Scope *sc);
|
H A D | dcast.c | 3276 Expression *typeCombine(BinExp *be, Scope *sc) in typeCombine() function
|
H A D | statementsem.c | 1814 if (typeCombine(&ea, sc)) in visit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | expressionsem.d | 5845 else if (Expression ex = typeCombine(exp, sc)) in visit() 5888 if (Expression ex = typeCombine(exp, sc)) in visit() 10018 else if (Expression ex = typeCombine(exp, sc)) in visit() 10287 if (Expression ex = typeCombine(exp, sc)) in visit() 10407 if (Expression ex = typeCombine(exp, sc)) in visit() 10444 if (Expression ex = typeCombine(exp, sc)) in visit() 10648 if (Expression ex = typeCombine(exp, sc)) in visit() 10709 if (Expression ex = typeCombine(exp, sc)) in visit() 10809 if (Expression ex = typeCombine(exp, sc)) in visit() 10910 if (Expression ex = typeCombine(exp, sc)) in visit() [all …]
|
H A D | dcast.d | 3579 Expression typeCombine(BinExp be, Scope* sc) in typeCombine() function
|
H A D | statementsem.d | 1747 if (typeCombine(ea, sc)) in package()
|