Searched refs:ti_best (Results 1 – 2 of 2) sorted by relevance
2150 TemplateInstance *ti_best; in functionResolve() member2290 ti_best = NULL; in functionResolve()2429 ti_best = NULL; in functionResolve()2535 ti_best = ti; in functionResolve()2562 p.ti_best = NULL; in functionResolve()2573 if (p.td_best && p.ti_best && m->count == 1) in functionResolve()2585 TemplateInstance *ti = new TemplateInstance(loc, p.td_best, p.ti_best->tiargs); in functionResolve()
2639 TemplateInstance ti_best; variable2805 ti_best = null; in applyFunction()2947 ti_best = null; in applyTemplate()3052 ti_best = ti; in applyTemplate()3081 if (td_best && ti_best && m.count == 1)3092 auto ti = new TemplateInstance(loc, td_best, ti_best.tiargs);