Home
last modified time | relevance | path

Searched refs:binSemantic (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpressionsem.c71 Expression *binSemantic(BinExp *e, Scope *sc);
5067 if (Expression *ex = binSemantic(exp, sc)) in visit()
7680 if (Expression *ex = binSemantic(e, sc)) in visit()
8194 Expression *binSemantic(BinExp *e, Scope *sc) in binSemantic() function
8216 if (Expression *ex = binSemantic(e, sc)) in binSemanticProp()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d8543 if (Expression ex = binSemantic(exp, sc)) in visit()
11609 if (Expression ex = binSemantic(e, sc)) in visit()
12198 Expression binSemantic(BinExp e, Scope* sc) in binSemantic() function
12224 if (Expression ex = binSemantic(e, sc)) in binSemanticProp()