Searched defs:TypeList (Results 1 – 13 of 13) sorted by relevance
89 template <typename... Ts> struct TypeList {}; // Empty sentinel type list. struct
22 TypeList::TypeList() : m_types() {} in TypeList() function in TypeList
45 class TypeList; variable
59 class TypeList; variable
733 UINT32 *TypeList) in MtProcessParameterTypeList()
118 auto *TypeList = cast<ListInit>(Types->getValue()); in CodeGenIntrinsic() local
527 SmallVector<Type *, 4> TypeList; in lowerFormalArguments() local586 SmallVector<Type *, 4> TypeList; in lowerCall() local
263 class TypeList; variable
955 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); in writeTypeTable() local
763 std::vector<Record *> TypeList = R->getValueAsListOfDefs("RegTypes"); in CodeGenRegisterClass() local
1020 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); in writeTypeTable() local
19254 SmallVector<Type *, 4> TypeList; analyzeInputArgs() local 19287 SmallVector<Type *, 4> TypeList; analyzeOutputArgs() local 22098 constructArgInfos(ArrayRef<Type * > TypeList) constructArgInfos() argument
600 std::vector<Type *> TypeList; member in __anondf6e26480411::BitcodeReader