Searched refs:arrayObjectMatch (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dtemplate.c | 47 static int arrayObjectMatch(Objects *oa1, Objects *oa2); 352 if (!arrayObjectMatch(&u1->objects, &u2->objects)) in match() 370 int arrayObjectMatch(Objects *oa1, Objects *oa2) in arrayObjectMatch() function 752 if (arrayObjectMatch(p->dedargs, dedargs)) in evaluateConstraint() 2357 if (arrayObjectMatch(p->dedargs, &dedtypesX)) in functionResolve() 7964 if (!arrayObjectMatch(&tdtypes, &ti->tdtypes)) in compare()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dtemplate.d | 342 if (!arrayObjectMatch(&u1.objects, &u2.objects)) in match() 361 private bool arrayObjectMatch(Objects* oa1, Objects* oa2) in arrayObjectMatch() function 805 if (!arrayObjectMatch(p.dedargs, dedargs)) in evaluateConstraint() 2874 if (arrayObjectMatch(p.dedargs, &dedtypesX)) in applyTemplate() 6100 if (!arrayObjectMatch(&tdtypes, &ti.tdtypes)) in equalsx()
|