/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersInternal.h | 89 template <typename... Ts> struct TypeList {}; // Empty sentinel type list. struct [all...] |
/llvm-project/lldb/source/Symbol/ |
H A D | TypeList.cpp | 22 TypeList::TypeList() : m_types() {} in TypeList() function in TypeList
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 45 class TypeList; variable
|
H A D | Module.h | 59 class TypeList; global() variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-use-after-free.cpp | 33 template < typename T > struct TypeList struct 35 typedef Types1 < T > type;
|
/llvm-project/llvm/unittests/ADT/ |
H A D | DynamicAPIntTest.cpp | 18 using TypeList = testing::Types<DynamicAPInt, detail::SlowDynamicAPInt>; typedef
|
/llvm-project/libc/utils/LibcTableGenUtil/ |
H A D | APIIndexer.cpp |
|
/llvm-project/llvm/utils/TableGen/Basic/ |
H A D | CodeGenIntrinsics.cpp | 118 auto *TypeList = cast<ListInit>(Types->getValue()); CodeGenIntrinsic() local
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangOpenCLBuiltinEmitter.cpp | 213 // Same as TypeList, but for generic types only. member in __anon260e1c4f0111::BuiltinNameEmitter 1041 getTypeLists(Record * Type,TypeFlags & Flags,std::vector<Record * > & TypeList,std::vector<int64_t> & VectorList) const getTypeLists() argument 1082 std::vector<Record *> TypeList; expandTypesInSignature() local [all...] |
/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVCallLowering.cpp | 527 SmallVector<Type *, 4> TypeList; lowerFormalArguments() local 586 SmallVector<Type *, 4> TypeList; lowerCall() local
|
/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 262 class TypeList; global() variable
|
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 955 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); writeTypeTable() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenRegisters.cpp | 763 std::vector<Record *> TypeList = R->getValueAsListOfDefs("RegTypes"); CodeGenRegisterClass() local
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1008 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); writeTypeTable() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 19192 SmallVector<Type *, 4> TypeList; analyzeInputArgs() local 19225 SmallVector<Type *, 4> TypeList; analyzeOutputArgs() local 22036 constructArgInfos(ArrayRef<Type * > TypeList) constructArgInfos() argument
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 600 std::vector<Type *> TypeList; member in __anon461288fb0411::BitcodeReader [all...] |