Home
last modified time | relevance | path

Searched refs:trySemantic (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dopover.c30 Expression *trySemantic(Expression *e, Scope *sc);
283 result = trySemantic(result, sc); in op_overload()
386 result = trySemantic(ue, sc); in op_overload()
467 result = trySemantic(result, sc); in op_overload()
569 result = trySemantic(result, sc); in op_overload()
856 result = trySemantic(be, sc); in op_overload()
878 result = trySemantic(be, sc); in op_overload()
930 result = trySemantic(result, sc); // for better error message in op_overload()
1190 result = trySemantic(result, sc); in op_overload()
1359 result = trySemantic(be, sc); in op_overload()
[all …]
H A Dtraits.c40 Expression *trySemantic(Expression *e, Scope *sc);
786 ex = trySemantic(ex, scx); in semanticTraits()
H A Dexpressionsem.c69 Expression *trySemantic(Expression *e, Scope *sc);
379 e = trySemantic(e, sc); in visit()
422 e = trySemantic(e, sc); in visit()
1927 Type *t = e->targ->trySemantic(e->loc, sc2); in visit()
4294 e = trySemantic(e, sc); in visit()
5263 res = trySemantic(res, sc); in visit()
5771 ey = trySemantic(ey, sc); in visit()
8164 Expression *trySemantic(Expression *exp, Scope* sc) in trySemantic() function
H A Dmtype.h245 Type *trySemantic(Loc loc, Scope *sc);
H A Dexpression.c48 Expression *trySemantic(Expression *e, Scope *sc);
918 ex = trySemantic(ex, sc);
929 e = trySemantic(e, sc);
H A Ddtemplate.c1546 prmtype->syntaxCopy()->trySemantic(loc, paramscope)) in deduceFunctionTemplateMatch()
H A Dmtype.c310 Type *Type::trySemantic(Loc loc, Scope *sc) in trySemantic() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dopover.d229 result = be.trySemantic(sc); in checkAliasThisForLhs()
254 result = be.trySemantic(sc); in checkAliasThisForRhs()
324 result = result.trySemantic(sc); in visitUna()
415 result = ue.trySemantic(sc); in visitUna()
484 result = result.trySemantic(sc); in visitArray()
1144 result = result.trySemantic(sc); in visitBinAssign()
1500 rinit = rinit.trySemantic(sc); in inferForeachAggregate()
H A Dmtype.h237 Type *trySemantic(const Loc &loc, Scope *sc);
H A Dexpressionsem.d596 e = ce2.isCallExp().trySemantic(sc); in resolveUFCS()
664 auto e1PassSemantic = ex.trySemantic(sc);
672 e = e.trySemantic(sc);
2699 e = e.trySemantic(sc); in visit()
2754 e = e.trySemantic(sc); in visit()
2769 e = e.trySemantic(sc); in visit()
5531 Type t = e.targ.trySemantic(e.loc, sc2); in visit()
7558 e = e.trySemantic(sc); in visit()
8779 res = res.trySemantic(sc); in visit()
9363 ey = ey.trySemantic(sc); in visit()
[all …]
H A Dclone.d642 e = e.trySemantic(sc2); in buildXopCmp()
H A Dtraits.d1051 ex = ex.trySemantic(scx); in semanticTraits()
H A Dmtype.d906 final Type trySemantic(const ref Loc loc, Scope* sc) in trySemantic() function
4742 if(.trySemantic(e, sc))
H A Ddcast.d3483 Expression e = exp.trySemantic(sc); in typeMerge()
H A Ddtemplate.d1811 if (prmtype.deco || prmtype.syntaxCopy().trySemantic(loc, paramscope)) in deduceFunctionTemplateMatch()