Searched refs:semanticString (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.c33 StringExp *semanticString(Scope *sc, Expression *exp, const char *s);
987 StringExp *se = semanticString(sc, (*args)[0], "library name");
1051 StringExp *se = semanticString(sc, (*args)[0], "mangled name");
1588 StringExp *se = semanticString(sc, exp, "argument to mixin");
H A Ddmodule.c38 StringExp *semanticString(Scope *sc, Expression *exp, const char *s);
676 md->msg = semanticString(sc, md->msg, "deprecation message");
H A Dstatement.c34 StringExp *semanticString(Scope *sc, Expression *exp, const char *s);
509 StringExp *se = semanticString(sc, exp, "argument to mixin");
H A Dexpressionsem.c76 StringExp *semanticString(Scope *sc, Expression *exp, const char *s);
2334 StringExp *se = semanticString(sc, exp->e1, "argument to mixin");
2358 StringExp *se = semanticString(sc, e->e1, "file name argument");
H A Dexpression.c6906 StringExp *semanticString(Scope *sc, Expression *exp, const char *s) function
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Diasmgcc.d330 s.insn = semanticString(sc, s.insn, "asm instruction template");
H A Ddmodule.d1130 md.msg = semanticString(sc, md.msg, "deprecation message");
H A Dtraits.d958 StringExp se = semanticString(sc, ex, "__traits(toType, string)");
H A Ddsymbolsem.d1476 auto se = semanticString(sc, e, "mangled name");
1616 auto se = semanticString(sc, (*pd.args)[0], "linker directive");
1662 auto se = semanticString(sc, (*pd.args)[0], "library name");
H A Dstatementsem.d2042 auto se = semanticString(sc, (*ps.args)[0], "library name");
H A Dexpressionsem.d150 StringExp semanticString(Scope *sc, Expression exp, const char* s)
5973 auto se = semanticString(sc, e.e1, "file name argument");

Completed in 265 milliseconds