Home
last modified time | relevance | path

Searched defs:TypeList (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h89 template <typename... Ts> struct TypeList {}; // Empty sentinel type list. struct
[all...]
/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp22 TypeList::TypeList() : m_types() {} in TypeList() function in TypeList
/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h45 class TypeList; variable
H A DModule.h59 class TypeList; global() variable
/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp33 template < typename T > struct TypeList struct
35 typedef Types1 < T > type;
/llvm-project/llvm/unittests/ADT/
H A DDynamicAPIntTest.cpp18 using TypeList = testing::Types<DynamicAPInt, detail::SlowDynamicAPInt>; typedef
/llvm-project/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.cpp
/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.cpp118 auto *TypeList = cast<ListInit>(Types->getValue()); CodeGenIntrinsic() local
/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp213 // 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 DRISCVCallLowering.cpp527 SmallVector<Type *, 4> TypeList; lowerFormalArguments() local
586 SmallVector<Type *, 4> TypeList; lowerCall() local
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h262 class TypeList; global() variable
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp955 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); writeTypeTable() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp763 std::vector<Record *> TypeList = R->getValueAsListOfDefs("RegTypes"); CodeGenRegisterClass() local
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1008 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); writeTypeTable() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19192 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 DBitcodeReader.cpp600 std::vector<Type *> TypeList; member in __anon461288fb0411::BitcodeReader
[all...]