Home
last modified time | relevance | path

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

/trueos/contrib/libstdc++/include/ext/pb_ds/detail/
Dcontainer_base_dispatch.hpp258 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef
259 typedef typename at2::type at2t;
279 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef
280 typedef typename at2::type at2t;
299 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef
300 typedef typename at2::type at2t;
322 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 2> at2; typedef
323 typedef typename at2::type at2t;
/trueos/contrib/gcc/
HDdwarf2out.c6097 same_attr_p (dw_attr_ref at1, dw_attr_ref at2, int *mark) in same_attr_p() argument
6099 if (at1->dw_attr != at2->dw_attr) in same_attr_p()
6107 return same_dw_val_p (&at1->dw_attr_val, &at2->dw_attr_val, mark); in same_attr_p()