Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/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;
/openbsd/src/gnu/usr.bin/gcc/gcc/
Ddwarf2out.c5676 same_attr_p (at1, at2, mark) in same_attr_p() argument
5678 dw_attr_ref at2;
5681 if (at1->dw_attr != at2->dw_attr)
5691 return same_dw_val_p (&at1->dw_attr_val, &at2->dw_attr_val, mark);
/openbsd/src/gnu/gcc/gcc/
Ddwarf2out.c6089 same_attr_p (dw_attr_ref at1, dw_attr_ref at2, int *mark) in same_attr_p() argument
6091 if (at1->dw_attr != at2->dw_attr) in same_attr_p()
6099 return same_dw_val_p (&at1->dw_attr_val, &at2->dw_attr_val, mark); in same_attr_p()