Searched refs:type_list (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBCompileUnit.cpp175 TypeList type_list; local
176 vendor->GetTypes (m_opaque_ptr, type_mask, type_list);
177 sb_type_list.m_opaque_ap->Append(type_list);
H A DSBModule.cpp553 TypeList type_list; local
560 type_list);
566 TypeSP type_sp (type_list.GetTypeAtIndex(idx));
610 TypeList type_list; local
611 vendor->GetTypes (NULL, type_mask, type_list);
612 sb_type_list.m_opaque_ap->Append(type_list);
H A DSBTarget.cpp2217 TypeList type_list; local
2223 type_list);
2229 TypeSP type_sp (type_list.GetTypeAtIndex(idx));
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h567 AppendVisitor(TypeListImpl &type_list) : argument
568 m_type_list(type_list)
583 Append (const lldb_private::TypeList &type_list);
H A DSymbolFile.h145 lldb_private::TypeList &type_list) = 0;
H A DSymbolVendor.h159 TypeList &type_list);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h108 lldb_private::TypeList &type_list);
H A DSymbolFileSymtab.cpp64 SymbolFileSymtab::GetTypes (SymbolContextScope *sc_scope, uint32_t type_mask, lldb_private::TypeList &type_list) argument
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp409 TypeList type_list; local
515 type_list);
518 if (type_list.GetSize() == 0)
524 type_list);
527 if (type_list.GetSize() == 0 && lookup_type_name.GetCString() && *lookup_type_name.GetCString() == '$')
538 if (type_list.GetSize() == 0)
548 TypeSP type_sp (type_list.GetTypeAtIndex(0));
H A DCommandObjectTarget.cpp1785 TypeList type_list; local
1792 num_matches = module->FindTypes(sc, name, name_is_fully_qualified, max_num_matches, type_list);
1800 for (TypeSP type_sp : type_list.Types())
1839 TypeList type_list;
1845 num_matches = sym_ctx.module_sp->FindTypes(sym_ctx, name, name_is_fully_qualified, max_num_matches, type_list);
1854 TypeSP type_sp (type_list.GetTypeAtIndex(0));
/freebsd-10.2-release/contrib/gcc/
H A Dexcept.c162 tree type_list;
168 tree type_list;
500 tree type_list, type_node;
504 type_list = type_or_list;
508 type_list = tree_cons (NULL_TREE, type_or_list, NULL_TREE);
510 type_node = type_list;
516 c->u.catch.type_list = type_list;
532 region->u.allowed.type_list = allowed;
1340 /* Whatever type_list i
161 tree type_list; member in struct:eh_region_u::eh_region_u_catch
167 tree type_list; member in struct:eh_region_u::eh_region_u_allowed
495 tree type_list, type_node; local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolVendor.cpp351 lldb_private::TypeList &type_list)
358 return m_sym_file_ap->GetTypes (sc_scope, type_mask, type_list);
349 GetTypes(SymbolContextScope *sc_scope, uint32_t type_mask, lldb_private::TypeList &type_list) argument
H A DType.cpp39 TypeAppendVisitor(TypeListImpl &type_list) : argument
40 m_type_list(type_list)
56 TypeListImpl::Append (const lldb_private::TypeList &type_list) argument
59 type_list.ForEach(cb);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp875 TypeList& type_list)
878 return FindTypes_Impl(sc, type_name, namespace_decl, append, max_matches, type_list);
886 TypeList type_list; local
887 const size_t num_matches = FindTypes (sc, name, exact_match, 1, type_list);
889 return type_list.GetTypeAtIndex(0);
871 FindTypesInNamespace(const SymbolContext& sc, const ConstString &type_name, const ClangNamespaceDecl *namespace_decl, size_t max_matches, TypeList& type_list) argument
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1143 TypeList &type_list)
1150 uint32_t initial_size = type_list.GetSize();
1162 oso_dwarf->GetTypes (sc_scope, type_mask, type_list);
1170 oso_dwarf->GetTypes (sc_scope, type_mask, type_list);
1173 return type_list.GetSize() - initial_size;
1141 GetTypes(SymbolContextScope *sc_scope, uint32_t type_mask, TypeList &type_list) argument
H A DSymbolFileDWARF.h127 lldb_private::TypeList &type_list);
368 lldb_private::TypeList* type_list,
H A DSymbolFileDWARFDebugMap.h94 lldb_private::TypeList &type_list);
H A DSymbolFileDWARF.cpp305 TypeList &type_list)
418 type_list.Insert (type->shared_from_this());
3968 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(%p) \"%s\", append=%u, max_matches=%u, type_list)",
3978 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(NULL), append=%u, max_matches=%u, type_list)",
4053 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(%p) \"%s\", append=%u, max_matches=%u, type_list) => %u",
4064 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(NULL), append=%u, max_matches=%u, type_list) => %u",
4203 TypeList* type_list,
5717 TypeList* type_list = GetTypeList(); local
6598 type_list,
7099 type_list
303 GetTypes(SymbolContextScope *sc_scope, uint32_t type_mask, TypeList &type_list) argument
4196 ParseChildParameters(const SymbolContext& sc, clang::DeclContext *containing_decl_ctx, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die, bool skip_artificial, bool &is_static, bool &is_variadic, TypeList* type_list, std::vector<ClangASTType>& function_param_types, std::vector<clang::ParmVarDecl*>& function_param_decls, unsigned &type_quals, ClangASTContext::TemplateParameterInfos &template_param_infos) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h480 /// @param[out] type_list
484 /// The number of matches added to \a type_list.
514 /// @param[out] type_list
518 /// The number of matches added to \a type_list.
525 TypeList& type_list);
/freebsd-10.2-release/contrib/ldns/
H A Dstr2host.c688 ldns_rr_type type_list[65536]; local
708 if(type_count >= sizeof(type_list)) {
714 type_list[type_count] = cur_type;
718 *rd = ldns_dnssec_create_nsec_bitmap(type_list,
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dstabsread.c1703 struct type_list {
1705 struct type_list *next;
1712 struct type_list *new = alloca (sizeof (*new));
1740 struct type_list *t;
1699 struct type_list { struct
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp1293 TypeList type_list; local

Completed in 370 milliseconds