Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpressionsem.c1650 Expression *callExpSemantic(FuncExp *exp, Scope *sc, Expressions *arguments) in callExpSemantic() function
2776 exp->e1 = callExpSemantic(fe, sc, exp->arguments); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d4123 Expression callExpSemantic(FuncExp exp, Scope* sc, Expressions* arguments) in callExpSemantic() function
4229 exp.e1 = callExpSemantic(fe, sc, exp.arguments); in visit()