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

/freebsd-10.0-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.cpp532 TypeList type_list; local
539 type_list);
545 TypeSP type_sp (type_list.GetTypeAtIndex(idx));
572 TypeList type_list; local
573 vendor->GetTypes (NULL, type_mask, type_list);
574 sb_type_list.m_opaque_ap->Append(type_list);
H A DSBTarget.cpp2186 TypeList type_list; local
2192 type_list);
2198 TypeSP type_sp (type_list.GetTypeAtIndex(idx));
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h467 AppendVisitor(TypeListImpl &type_list) : argument
468 m_type_list(type_list)
483 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.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp406 TypeList type_list; local
512 type_list);
515 if (type_list.GetSize() == 0)
521 type_list);
524 if (type_list.GetSize() == 0 && lookup_type_name.GetCString() && *lookup_type_name.GetCString() == '$')
535 if (type_list.GetSize() == 0)
545 TypeSP type_sp (type_list.GetTypeAtIndex(0));
H A DCommandObjectTarget.cpp1717 TypeList type_list; local
1724 num_matches = module->FindTypes(sc, name, name_is_fully_qualified, max_num_matches, type_list);
1732 const uint32_t num_types = type_list.GetSize();
1735 TypeSP type_sp (type_list.GetTypeAtIndex(i));
1773 TypeList type_list;
1779 num_matches = sym_ctx.module_sp->FindTypes(sym_ctx, name, name_is_fully_qualified, max_num_matches, type_list);
1788 TypeSP type_sp (type_list.GetTypeAtIndex(0));
/freebsd-10.0-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.0-release/contrib/llvm/tools/lldb/source/Symbol/
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);
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
/freebsd-10.0-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.0-release/contrib/ldns/
H A Dstr2host.c666 ldns_rr_type type_list[65536]; local
686 if(type_count >= sizeof(type_list)) {
692 type_list[type_count] = cur_type;
696 *rd = ldns_dnssec_create_nsec_bitmap(type_list,
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h445 /// @param[out] type_list
449 /// The number of matches added to \a type_list.
479 /// @param[out] type_list
483 /// The number of matches added to \a type_list.
490 TypeList& type_list);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp778 TypeList& type_list)
781 return FindTypes_Impl(sc, type_name, namespace_decl, append, max_matches, type_list);
789 TypeList type_list; local
790 const size_t num_matches = FindTypes (sc, name, exact_match, 1, type_list);
792 return type_list.GetTypeAtIndex(0);
774 FindTypesInNamespace(const SymbolContext& sc, const ConstString &type_name, const ClangNamespaceDecl *namespace_decl, size_t max_matches, TypeList& type_list) argument
/freebsd-10.0-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);
367 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());
3911 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(%p) \"%s\", append=%u, max_matches=%u, type_list)",
3921 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(NULL), append=%u, max_matches=%u, type_list)",
3996 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(%p) \"%s\", append=%u, max_matches=%u, type_list) => %u",
4007 "SymbolFileDWARF::FindTypes (sc, name=\"%s\", clang::NamespaceDecl(NULL), append=%u, max_matches=%u, type_list) => %u",
4145 TypeList* type_list,
5656 TypeList* type_list = GetTypeList(); local
6531 type_list,
7032 type_list
303 GetTypes(SymbolContextScope *sc_scope, uint32_t type_mask, TypeList &type_list) argument
4139 ParseChildParameters(const SymbolContext& sc, clang::DeclContext *containing_decl_ctx, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die, bool skip_artificial, bool &is_static, 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.0-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.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp1283 TypeList type_list; local

Completed in 340 milliseconds