Searched defs:type3 (Results 1 – 10 of 10) sorted by relevance
24 struct type3 struct26 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} in type3() argument30 constexpr type3 g argument
348 typedef T __attribute__((vector_size(3))) type3; // #3 typedef
18 typedef int type3; in __if_not_exists() typedef
44 typedef T __attribute__((ext_vector_type(N))) type3; typedef
13 template <class U> using type3 = decltype([](True auto) {}(1)); in __anond79b08a40302() typedef
53 auto type3 = builder.getType<test::TestTypeWithLayoutType>(3); in TEST() local
153 namespace type3 { namespace
109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3; typedef
496 RelType type3 = (type >> 16) & 0xff; calculateMipsRelChain() local
3908 using type3 = int __attribute__((address_space(A1 + A2))); in valid() typedef