Home
last modified time | relevance | path

Searched defs:TypeVector (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/lib/Evaluate/
H A Dintrinsics-library.cpp48 return TypeVector{storage::start, storage::end, sizeof...(FortranType)}; argument
42 struct TypeVector { global() struct
43 CreateFortran::evaluate::TypeVector Create() argument
47 sizeFortran::evaluate::TypeVector size() argument
49 beginFortran::evaluate::TypeVector begin() argument
50 endFortran::evaluate::TypeVector end() argument
51 operator []Fortran::evaluate::TypeVector operator []() argument
53 startPtrFortran::evaluate::TypeVector global() argument
54 endPtrFortran::evaluate::TypeVector global() argument
55 size_Fortran::evaluate::TypeVector global() argument
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp391 typedef std::vector<std::string> TypeVector; global() typedef in ObjCRuntimeMethodType
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DRandomAccessVisitorTest.cpp164 std::vector<CVType> TypeVector; member