Home
last modified time | relevance | path

Searched refs:binSemanticProp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpressionsem.c72 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 Dopover.c31 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 Dexpressionsem.d8190 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 Dopover.d1195 Expression result = e.binSemanticProp(sc); in visitBinAssign()