Searched refs:tpls (Results 1 – 2 of 2) sorted by relevance
2326 tree tpls; in lookup_conversions_r() local2328 for (tpls = conv; tpls; tpls = OVL_NEXT (tpls)) in lookup_conversions_r()2330 tree tpl = OVL_CURRENT (tpls); in lookup_conversions_r()
78 template <class... Tuples> tuple<CTypes...> tuple_cat(Tuples&&... tpls); // constexpr in C++14