Home
last modified time | relevance | path

Searched refs:tpls (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
Dsearch.c2326 tree tpls; in lookup_conversions_r() local
2328 for (tpls = conv; tpls; tpls = OVL_NEXT (tpls)) in lookup_conversions_r()
2330 tree tpl = OVL_CURRENT (tpls); in lookup_conversions_r()
/freebsd-10-stable/contrib/libc++/include/
Dtuple78 template <class... Tuples> tuple<CTypes...> tuple_cat(Tuples&&... tpls); // constexpr in C++14