Searched refs:deduceWildHelper (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dtemplate.c | 48 static unsigned char deduceWildHelper(Type *t, Type **at, Type *tparam); 1380 if (unsigned char wm = deduceWildHelper(farg->type, &tt, tid)) in deduceFunctionTemplateMatch() 2868 unsigned char deduceWildHelper(Type *t, Type **at, Type *tparam) in deduceWildHelper() function 3275 if (unsigned char wx = wm ? deduceWildHelper(t, &tt, tparam) : 0) in deduceType() 4195 if (unsigned char wx = deduceWildHelper(e->type, &tt, tparam)) in deduceType()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dtemplate.d | 1640 if (ubyte wm = deduceWildHelper(farg.type, &tt, tid)) in deduceFunctionTemplateMatch() 3180 private ubyte deduceWildHelper(Type t, Type* at, Type tparam) in deduceWildHelper() function 3623 if (ubyte wx = wm ? deduceWildHelper(t, &tt, tparam) : 0) in visit() 4574 if (ubyte wx = deduceWildHelper(e.type, &tt, tparam)) in visit()
|