Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h89 template <typename... Ts> struct TypeList {}; // Empty sentinel type list. struct
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp22 TypeList::TypeList() : m_types() {} in TypeList() function in TypeList
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h45 class TypeList; variable
H A DModule.h59 class TypeList; variable
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslmethod.c733 UINT32 *TypeList) in MtProcessParameterTypeList()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.cpp118 auto *TypeList = cast<ListInit>(Types->getValue()); in CodeGenIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp527 SmallVector<Type *, 4> TypeList; in lowerFormalArguments() local
586 SmallVector<Type *, 4> TypeList; in lowerCall() local
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h263 class TypeList; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp955 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); in writeTypeTable() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp763 std::vector<Record *> TypeList = R->getValueAsListOfDefs("RegTypes"); in CodeGenRegisterClass() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1020 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); in writeTypeTable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19254 SmallVector<Type *, 4> TypeList; analyzeInputArgs() local
19287 SmallVector<Type *, 4> TypeList; analyzeOutputArgs() local
22098 constructArgInfos(ArrayRef<Type * > TypeList) constructArgInfos() argument
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp600 std::vector<Type *> TypeList; member in __anondf6e26480411::BitcodeReader