Home
last modified time | relevance | path

Searched defs:Type1 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dovl-check.m6 struct Type1 { int a; }; argument
11 - (void) test:(struct Type1 *)arg; argument
50 - (void) testCFTypeRef:(struct Type1 *)arg;
/llvm-project/flang/runtime/
H A Dfindloc.cpp22 using Type1 = CppTypeFor<CAT1, KIND1>; typedef
32 using Type1 = CppTypeFor<TypeCategory::Complex, KIND1>; global() typedef
44 using Type1 = CppTypeFor<TypeCategory::Complex, KIND1>; global() typedef
55 using Type1 = CppTypeFor<CAT1, KIND1>; global() typedef
[all...]
/llvm-project/clang/test/Misc/
H A Ddiag-overload-cand-ranges.cpp67 template <short T> class Type1 {}; class
H A Dinteger-literal-printing.cpp4 template <short T> class Type1 {}; class
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp306 auto Type1 = N->getValueType(1); in selectAddCarry() local
349 auto Type1 = N->getValueType(1); in selectSubCarry() local
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp17 typedef int Type1; // should show as char typedef
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp538 struct Type1 { struct
540 using Return = SignatureType<int(ConditionalRewrite<Args, Params>...)>;
/llvm-project/llvm/include/llvm/Object/
H A DELF.h693 uint8_t Type1 = (Type >> 0) & 0xFF; getRelocationTypeName() local
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h207 LLT Type1; member
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp1084 isBitcastCompatible(const SPIRVType * Type1,const SPIRVType * Type2) const isBitcastCompatible() argument