Home
last modified time | relevance | path

Searched refs:typeCombine (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpressionsem.c2261 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 Dexpression.h102 Expression *typeCombine(BinExp *be, Scope *sc);
H A Ddcast.c3276 Expression *typeCombine(BinExp *be, Scope *sc) in typeCombine() function
H A Dstatementsem.c1814 if (typeCombine(&ea, sc)) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d5845 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 Ddcast.d3579 Expression typeCombine(BinExp be, Scope* sc) in typeCombine() function
H A Dstatementsem.d1747 if (typeCombine(ea, sc)) in package()