Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dintrinsics-library.cpp37 struct TypeVector { struct
38 template <typename... FortranType> static constexpr TypeVector Create() { in Create()
42 constexpr size_t size() const { return size_; }; in size()
43 using const_iterator = const DynamicType *;
44 constexpr const_iterator begin() const { return startPtr; } in begin()
45 constexpr const_iterator end() const { return endPtr; } in end()
46 const DynamicType &operator[](size_t i) const { return *(startPtr + i); } in operator []()
48 const DynamicType *startPtr{nullptr};
49 const DynamicType *endPtr{nullptr};
50 const size_t size_;
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp393 typedef std::vector<std::string> TypeVector; typedef in ObjCRuntimeMethodType
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DRandomAccessVisitorTest.cpp165 std::vector<CVType> TypeVector; member
/external/clang/include/clang/Parse/
DParser.h1664 typedef SmallVector<ParsedType, 12> TypeVector; typedef
/external/llvm-project/clang/include/clang/Parse/
DParser.h2062 typedef SmallVector<ParsedType, 12> TypeVector; typedef