Searched defs:Type2 (Results 1 – 7 of 7) sorted by relevance
23 using Type2 = CppTypeFor<CAT2, KIND2>; typedef 33 using Type2 = CppTypeFor<TypeCategory::Complex, KIND2>; global() typedef 45 using Type2 = CppTypeFor<CAT2, KIND2>; global() typedef 56 using Type2 = CppTypeFor<TypeCategory::Complex, KIND2>; global() typedef [all...]
545 struct Type2 { struct546 using T1 = Type1<Args...>;549 using Return = typename T1::template Return<Params...>;
7 template <unsigned short T> class Type2 {}; class
18 typedef Type1 Type2; // should show as hex typedef
254 struct Type2 {}; struct
694 uint8_t Type2 = (Type >> 8) & 0xFF; getRelocationTypeName() local
1814 ELFYAML::ELF_REL Type2; global() member