Home
last modified time | relevance | path

Searched refs:oded (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtemplate.h132 virtual void print(RootObject *oarg, RootObject *oded) = 0;
155 void print(RootObject *oarg, RootObject *oded);
187 void print(RootObject *oarg, RootObject *oded);
208 void print(RootObject *oarg, RootObject *oded);
225 void print(RootObject *oarg, RootObject *oded);
H A Ddtemplate.d1757 RootObject oded = (*dedtypes)[i]; in deduceFunctionTemplateMatch() local
1761 if (oded) in deduceFunctionTemplateMatch()
1768 (*dedargs)[i] = oded; in deduceFunctionTemplateMatch()
1775 if (!(*dedtypes)[i].equals(oded)) in deduceFunctionTemplateMatch()
1783 (*dedargs)[i] = declareParameter(paramscope, tparam, oded); in deduceFunctionTemplateMatch()
1788 oded = tparam.defaultArg(instLoc, paramscope); in deduceFunctionTemplateMatch()
1790 if (oded) in deduceFunctionTemplateMatch()
1791 (*dedargs)[i] = declareParameter(paramscope, tparam, oded); in deduceFunctionTemplateMatch()
2137 RootObject oded = (*dedtypes)[i]; in deduceFunctionTemplateMatch() local
2144 if (oded) in deduceFunctionTemplateMatch()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h149 virtual void print(RootObject *oarg, RootObject *oded) = 0;
183 void print(RootObject *oarg, RootObject *oded);
224 void print(RootObject *oarg, RootObject *oded);
252 void print(RootObject *oarg, RootObject *oded);
273 void print(RootObject *oarg, RootObject *oded);
H A Ddtemplate.c1493 RootObject *oded = (*dedtypes)[i]; in deduceFunctionTemplateMatch() local
1496 if (oded) in deduceFunctionTemplateMatch()
1503 (*dedargs)[i] = oded; in deduceFunctionTemplateMatch()
1510 if (!(*dedtypes)[i]->equals(oded)) in deduceFunctionTemplateMatch()
1518 (*dedargs)[i] = declareParameter(paramscope, tparam, oded); in deduceFunctionTemplateMatch()
1522 oded = tparam->defaultArg(instLoc, paramscope); in deduceFunctionTemplateMatch()
1523 if (oded) in deduceFunctionTemplateMatch()
1524 (*dedargs)[i] = declareParameter(paramscope, tparam, oded); in deduceFunctionTemplateMatch()
1865 RootObject *oded = (*dedtypes)[i]; in deduceFunctionTemplateMatch() local
1871 if (oded) in deduceFunctionTemplateMatch()
[all …]