Home
last modified time | relevance | path

Searched refs:TypeVector (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DRandomAccessVisitorTest.cpp110 GlobalState->TypeVector.push_back(Type); in SetUpTestCase()
117 GlobalState->ItemStream.setItems(GlobalState->TypeVector); in SetUpTestCase()
134 if (GlobalState->TypeVector[Index] != Types.getType(TI)) in ValidateDatabaseRecord()
145 if (GlobalState->TypeVector[TI.toArrayIndex()] != in ValidateVisitedRecord()
165 std::vector<CVType> TypeVector; member
208 GlobalState->TypeVector.size(), in TEST_F()
240 GlobalState->TypeVector.size(), in TEST_F()
269 GlobalState->TypeVector.size(), in TEST_F()
299 GlobalState->TypeVector.size(), in TEST_F()
329 GlobalState->TypeVector.size(), in TEST_F()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics-library.cpp38 struct TypeVector { struct
39 template <typename... FortranType> static constexpr TypeVector Create() { in Create() argument
41 return TypeVector{storage::start, storage::end, sizeof...(FortranType)}; in Create()
54 const TypeVector &lhs, const std::vector<DynamicType> &rhs) { in operator ==()
85 TypeVector argumentTypes;
102 static constexpr TypeVector arguments{
103 TypeVector::Create<host::FortranType<HostTA>...>()};
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp391 typedef std::vector<std::string> TypeVector; typedef in ObjCRuntimeMethodType
393 TypeVector m_type_vector;
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2071 typedef SmallVector<ParsedType, 12> TypeVector; typedef
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp3266 TypeVector Types; in ParseGenericSelectionExpression()