Searched refs:binSemanticProp (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | expressionsem.c | 72 Expression *binSemanticProp(BinExp *e, Scope *sc); 4838 if (Expression *ex = binSemanticProp(e, sc)) in visit() 6374 if (Expression *ex = binSemanticProp(exp, sc)) in visit() 6475 if (Expression *ex = binSemanticProp(exp, sc)) in visit() 6609 if (Expression *ex = binSemanticProp(exp, sc)) in visit() 6804 if (Expression *ex = binSemanticProp(exp, sc)) in visit() 6905 if (Expression *ex = binSemanticProp(exp, sc)) in visit() 7006 if (Expression *ex = binSemanticProp(exp, sc)) in visit() 7084 if (Expression *ex = binSemanticProp(exp, sc)) in visit() 7203 if (Expression *ex = binSemanticProp(exp, sc)) in visit() [all …]
|
| H A D | opover.c | 31 Expression *binSemanticProp(BinExp *e, Scope *sc); 1249 result = binSemanticProp(e, sc); in op_overload()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | expressionsem.d | 8190 if (Expression ex = binSemanticProp(e, sc)) in visit() 10243 if (Expression ex = binSemanticProp(exp, sc)) in visit() 10349 if (Expression ex = binSemanticProp(exp, sc)) in visit() 10506 if (Expression ex = binSemanticProp(exp, sc)) in visit() 10697 if (Expression ex = binSemanticProp(exp, sc)) in visit() 10797 if (Expression ex = binSemanticProp(exp, sc)) in visit() 10898 if (Expression ex = binSemanticProp(exp, sc)) in visit() 10957 if (Expression ex = binSemanticProp(exp, sc)) in visit() 11037 if (Expression ex = binSemanticProp(exp, sc)) in visit() 11073 if (Expression ex = binSemanticProp(exp, sc)) in visit() [all …]
|
| H A D | opover.d | 1195 Expression result = e.binSemanticProp(sc); in visitBinAssign()
|