Home
last modified time | relevance | path

Searched refs:toStringExp (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic2.d120 if (StringExp se = sa.msg.toStringExp()) in visit()
752 const str = elem.toStringExp().peekString(); in doGNUABITagSemantic()
780 return (cast(Expression*)e1).toStringExp().compare((cast(Expression*)e2).toStringExp()); in doGNUABITagSemantic()
H A Dexpression.h105 virtual StringExp *toStringExp();
361 StringExp *toStringExp();
381 StringExp *toStringExp();
428 StringExp *toStringExp();
H A Dtraits.d1002 StringExp se = ex.toStringExp(); in semanticTraits()
1930 StringExp se = ex ? ex.ctfeInterpret().toStringExp() : null; in semanticTraits()
2012 auto se = ns.exp.toStringExp(); in semanticTraits()
H A Dcppmangle.d1233 StringExp str = exp.toStringExp(); in mangleTemplatedFunction()
2435 auto elem = exp.toStringExp();
2552 auto se = elem.toStringExp(); in visit()
H A Dobjc.d559 auto se = (*literal.elements)[0].toStringExp(); in setSelector()
H A Ddsymbolsem.d176 if (auto se = dd.msg.toStringExp()) in getMessage()
1643 StringExp se = e.toStringExp(); in visit()
1909 if (auto se = exp.toStringExp()) in visit()
1920 else if (auto se = ns.exp.toStringExp()) in visit()
2868 StringExp name = resolved.toStringExp(); in visit()
2892 name = exp.toStringExp(); in visit()
H A Ddmodule.d1198 if (StringExp se = msg ? msg.toStringExp() : null) in checkImportDeprecation()
H A Dexpression.d967 StringExp toStringExp() in toStringExp() function
2405 override StringExp toStringExp() in toStringExp() function
2635 override StringExp toStringExp() in toStringExp() function
3028 override StringExp toStringExp() in toStringExp() function
H A Dstatementsem.d2013 if (auto se = e.toStringExp()) in package()
2542 if (StringExp se = cs.exp.toStringExp()) in package()
H A Dctfeexpr.d149 StringExp se = e.toStringExp(); in generateUncaughtError()
H A Dexpressionsem.d132 if (StringExp se = e4.toStringExp()) in expressionsToString()
168 auto se = e.toStringExp(); in semanticString()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstaticassert.c74 if (StringExp * se = msg->toStringExp()) in semantic2()
H A Dattrib.c505 if (StringExp *se = msg->toStringExp()) in getMessage()
968 StringExp *se = e->toStringExp(); in semantic()
1156 if (StringExp *se = (*args)[0]->toStringExp()) in semantic()
H A Ddimport.c181 if (StringExp *se = msg ? msg->toStringExp() : NULL) in importAll()
H A Dexpression.h159 virtual StringExp *toStringExp();
349 StringExp *toStringExp();
369 StringExp *toStringExp();
424 StringExp *toStringExp();
H A Dexpression.c2178 StringExp *Expression::toStringExp() in toStringExp() function
3434 StringExp *NullExp::toStringExp() in toStringExp() function
3614 StringExp *StringExp::toStringExp() in toStringExp() function
3881 StringExp *ArrayLiteralExp::toStringExp() in toStringExp() function
6924 StringExp *se = e->toStringExp(); in semanticString()
H A Dtraits.c741 StringExp *se = ex->toStringExp(); in semanticTraits()
H A Dstatementsem.c2072 StringExp *se = e->toStringExp(); in visit()
2453 if (StringExp *se = cs->exp->toStringExp()) in visit()
H A Dctfeexpr.c129 StringExp *se = e->toStringExp(); in generateUncaughtError()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc1330 StringExp *insn = s->insn->toStringExp (); in visit()
1345 StringExp *constr = (*s->constraints)[i]->toStringExp (); in visit()
1371 StringExp *clobber = (*s->clobbers)[i]->toStringExp (); in visit()
H A Dd-attribs.cc363 StringExp *se = e0->toStringExp (); in build_attributes()
H A DChangeLog-2020556 * d-attribs.cc (build_attributes): Use toStringExp instead of cast.