Home
last modified time | relevance | path

Searched defs:Type2 (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/runtime/
H A Dfindloc.cpp23 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...]
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp545 struct Type2 { struct
546 using T1 = Type1<Args...>;
549 using Return = typename T1::template Return<Params...>;
/llvm-project/clang/test/Misc/
H A Dinteger-literal-printing.cpp7 template <unsigned short T> class Type2 {}; class
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp18 typedef Type1 Type2; // should show as hex typedef
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp254 struct Type2 {}; struct
/llvm-project/llvm/include/llvm/Object/
H A DELF.h694 uint8_t Type2 = (Type >> 8) & 0xFF; getRelocationTypeName() local
/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1814 ELFYAML::ELF_REL Type2; global() member