Searched refs:TypeList (Results 51 - 75 of 81) sorted by relevance

1234

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h87 virtual uint32_t FindTypes (const lldb_private::SymbolContext& sc, const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, lldb_private::TypeList& types);
94 lldb_private::TypeList &type_list);
H A DSymbolFileDWARFDebugMap.cpp1143 TypeList &type_list)
1236 TypeList& types
1263 //SymbolFileDWARFDebugMap::FindTypes (const SymbolContext& sc, const RegularExpression& regex, bool append, uint32_t max_matches, Type::Encoding encoding, lldb::user_id_t udt_uid, TypeList& types)
H A DSymbolFileDWARF.cpp230 TypeList *
305 TypeList &type_list)
3898 TypeList& types)
4110 SymbolFileDWARF::FindTypes(std::vector<dw_offset_t> die_offsets, uint32_t max_matches, TypeList& types)
4145 TypeList* type_list,
5656 TypeList* type_list = GetTypeList();
6536 TypeList types;
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp43 std::vector<Type*>().swap(TypeList);
452 if (ID >= TypeList.size())
455 if (Type *Ty = TypeList[ID])
460 return TypeList[ID] = StructType::create(Context);
732 if (!TypeList.empty())
749 if (NumRecords != TypeList.size())
768 TypeList.resize(Record[0]);
882 if (NumRecords >= TypeList.size())
886 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
889 TypeList[NumRecord
[all...]
H A DBitcodeReader.h136 std::vector<Type*> TypeList;
/external/lldb/source/API/
H A DSBModule.cpp532 TypeList type_list;
572 TypeList type_list;
H A DSBTarget.cpp2186 TypeList type_list;
/external/lldb/source/Symbol/
H A DSymbolVendor.cpp334 SymbolVendor::FindTypes (const SymbolContext& sc, const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, TypeList& types)
351 lldb_private::TypeList &type_list)
H A DType.cpp25 #include "lldb/Symbol/TypeList.h"
56 TypeListImpl::Append (const lldb_private::TypeList &type_list)
476 TypeList*
/external/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h240 template <class PolyMatcher, class TypeList>
242 std::vector<DynTypedMatcher> &Out, TypeList) {
243 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly));
244 mergePolyMatchers(Poly, Out, typename TypeList::tail());
/external/lldb/include/lldb/Core/
H A DModuleList.h438 TypeList& types) const;
/external/lldb/source/Core/
H A DModule.cpp761 TypeList& types)
778 TypeList& type_list)
789 TypeList type_list;
802 TypeList& types)
1079 TypeList*
H A DModuleList.cpp609 ModuleList::FindTypes (const SymbolContext& sc, const ConstString &name, bool name_is_fully_qualified, size_t max_matches, TypeList& types) const
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1731 internal::HasParentMatcher, internal::TypeList<Decl, Stmt>,
1732 internal::TypeList<Decl, Stmt> > LLVM_ATTRIBUTE_UNUSED hasParent = {};
1746 internal::HasAncestorMatcher, internal::TypeList<Decl, Stmt>,
1747 internal::TypeList<Decl, Stmt> > LLVM_ATTRIBUTE_UNUSED hasAncestor = {};
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp23 #include "lldb/Symbol/TypeList.h"
121 TypeList class_types;
/external/lldb/source/Expression/
H A DClangASTSource.cpp225 TypeList types;
260 TypeList types;
676 TypeList types;
1283 TypeList type_list;
/external/lldb/source/Target/
H A DObjCLanguageRuntime.cpp19 #include "lldb/Symbol/TypeList.h"
119 TypeList types;
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp323 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); local
380 TypeVals.push_back(TypeList.size());
385 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
386 Type *T = TypeList[i];
/external/lldb/include/lldb/
H A Dlldb-forward.h230 class TypeList;
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp673 std::vector<Record*> TypeList = R->getValueAsListOfDefs("RegTypes"); local
674 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
675 Record *Type = TypeList[i];
/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp32 #include "lldb/Symbol/TypeList.h"
406 TypeList type_list;
H A DCommandObjectTarget.cpp1717 TypeList type_list;
1773 TypeList type_list;
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp83 typedef std::vector<Type*> TypeList; typedef in namespace:__anon26007
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-type-util.h3297 // The TypeList template makes it possible to use either a single type
3302 struct TypeList { struct in namespace:testing::internal
3316 struct TypeList<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing::internal
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h3298 // The TypeList template makes it possible to use either a single type
3303 struct TypeList { typedef Types1<T> type; }; struct in namespace:testing::internal
3315 struct TypeList<Types<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, struct in namespace:testing::internal

Completed in 3431 milliseconds

1234