Searched refs:instLoc (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | template.h | 134 virtual RootObject *defaultArg(const Loc &instLoc, Scope *sc) = 0; 157 RootObject *defaultArg(const Loc &instLoc, Scope *sc); 189 RootObject *defaultArg(const Loc &instLoc, Scope *sc); 210 RootObject *defaultArg(const Loc &instLoc, Scope *sc); 227 RootObject *defaultArg(const Loc &instLoc, Scope *sc);
|
| H A D | dtemplate.d | 1328 Loc instLoc = ti.loc; in deduceFunctionTemplateMatch() local 1431 …MATCH m = (*parameters)[i].matchArg(instLoc, paramscope, dedargs, i, parameters, dedtypes, &sparam… in deduceFunctionTemplateMatch() 1769 … MATCH m2 = tparam.matchArg(instLoc, paramscope, dedargs, i, parameters, dedtypes, null); in deduceFunctionTemplateMatch() 1788 oded = tparam.defaultArg(instLoc, paramscope); in deduceFunctionTemplateMatch() 1999 Expression dim = new IntegerExp(instLoc, nfargs - argi, Type.tsize_t); in deduceFunctionTemplateMatch() 2016 taa.index.resolve(instLoc, sco, e, t, s); in deduceFunctionTemplateMatch() 2020 taa.index.resolve(instLoc, sco, e, t, s); in deduceFunctionTemplateMatch() 2152 … MATCH m2 = tparam.matchArg(instLoc, paramscope, dedargs, i, parameters, dedtypes, null); in deduceFunctionTemplateMatch() 2171 oded = tparam.defaultArg(instLoc, paramscope); in deduceFunctionTemplateMatch() 2201 … MATCH m2 = tparam.matchArg(instLoc, paramscope, dedargs, i, parameters, dedtypes, null); in deduceFunctionTemplateMatch() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | template.h | 151 virtual RootObject *defaultArg(Loc instLoc, Scope *sc) = 0; 156 …virtual MATCH matchArg(Loc instLoc, Scope *sc, Objects *tiargs, size_t i, TemplateParameters *para… 185 RootObject *defaultArg(Loc instLoc, Scope *sc); 226 RootObject *defaultArg(Loc instLoc, Scope *sc); 254 RootObject *defaultArg(Loc instLoc, Scope *sc); 275 RootObject *defaultArg(Loc instLoc, Scope *sc);
|
| H A D | dtemplate.c | 1119 Loc instLoc = ti->loc; in deduceFunctionTemplateMatch() local 1184 …MATCH m = (*parameters)[i]->matchArg(instLoc, paramscope, dedargs, i, parameters, dedtypes, &spara… in deduceFunctionTemplateMatch() 1504 … MATCH m2 = tparam->matchArg(instLoc, paramscope, dedargs, i, parameters, dedtypes, NULL); in deduceFunctionTemplateMatch() 1522 oded = tparam->defaultArg(instLoc, paramscope); in deduceFunctionTemplateMatch() 1725 Expression *dim = new IntegerExp(instLoc, nfargs - argi, Type::tsize_t); in deduceFunctionTemplateMatch() 1742 taa->index->resolve(instLoc, sco, &e, &t, &s); in deduceFunctionTemplateMatch() 1746 taa->index->resolve(instLoc, sco, &e, &t, &s); in deduceFunctionTemplateMatch() 1879 … MATCH m2 = tparam->matchArg(instLoc, paramscope, dedargs, i, parameters, dedtypes, NULL); in deduceFunctionTemplateMatch() 1896 oded = tparam->defaultArg(instLoc, paramscope); in deduceFunctionTemplateMatch() 1925 … MATCH m2 = tparam->matchArg(instLoc, paramscope, dedargs, i, parameters, dedtypes, NULL); in deduceFunctionTemplateMatch() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | TokenLexer.cpp | 676 SourceLocation instLoc; in Lex() local 678 instLoc = SM.createExpansionLoc(Tok.getLocation(), in Lex() 683 instLoc = getExpansionLocForMacroDefLoc(Tok.getLocation()); in Lex() 686 Tok.setLocation(instLoc); in Lex()
|