Searched refs:trySemantic (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | opover.c | 30 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 D | traits.c | 40 Expression *trySemantic(Expression *e, Scope *sc); 786 ex = trySemantic(ex, scx); in semanticTraits()
|
| H A D | expressionsem.c | 69 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 D | mtype.h | 245 Type *trySemantic(Loc loc, Scope *sc);
|
| H A D | expression.c | 48 Expression *trySemantic(Expression *e, Scope *sc); 918 ex = trySemantic(ex, sc); 929 e = trySemantic(e, sc);
|
| H A D | dtemplate.c | 1546 prmtype->syntaxCopy()->trySemantic(loc, paramscope)) in deduceFunctionTemplateMatch()
|
| H A D | mtype.c | 310 Type *Type::trySemantic(Loc loc, Scope *sc) in trySemantic() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | opover.d | 229 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 D | mtype.h | 237 Type *trySemantic(const Loc &loc, Scope *sc);
|
| H A D | expressionsem.d | 596 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 D | clone.d | 642 e = e.trySemantic(sc2); in buildXopCmp()
|
| H A D | traits.d | 1051 ex = ex.trySemantic(scx); in semanticTraits()
|
| H A D | mtype.d | 906 final Type trySemantic(const ref Loc loc, Scope* sc) in trySemantic() function 4742 if(.trySemantic(e, sc))
|
| H A D | dcast.d | 3483 Expression e = exp.trySemantic(sc); in typeMerge()
|
| H A D | dtemplate.d | 1811 if (prmtype.deco || prmtype.syntaxCopy().trySemantic(loc, paramscope)) in deduceFunctionTemplateMatch()
|