/openbsd/gnu/llvm/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileRegex.cpp | 24 const std::unordered_set<std::string> &func_names, bool exact_match) in BreakpointResolverFileRegex() argument 26 m_regex(std::move(regex)), m_exact_match(exact_match), in BreakpointResolverFileRegex() 43 bool exact_match; in CreateFromStructuredData() local 45 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 71 exact_match); in CreateFromStructuredData()
|
H A D | BreakpointResolverFileLine.cpp | 41 bool exact_match; in CreateFromStructuredData() local 82 GetKey(OptionNames::ExactMatch), exact_match); in CreateFromStructuredData() 89 check_inlines, exact_match); in CreateFromStructuredData()
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | TypeList.cpp | 101 bool exact_match) { in RemoveMismatchedTypes() argument 111 exact_match); in RemoveMismatchedTypes() 116 TypeClass type_class, bool exact_match) { in RemoveMismatchedTypes() argument 147 if (exact_match || (type_scope_size == match_type_scope_size)) { in RemoveMismatchedTypes()
|
H A D | TypeMap.cpp | 132 TypeClass type_class, bool exact_match) { in RemoveMismatchedTypes() argument 163 if (exact_match || (type_scope_size == match_type_scope_size)) { in RemoveMismatchedTypes()
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | test_categories.py | 77 def validate(categories, exact_match): argument 87 if category not in all_categories and not exact_match:
|
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | TypeList.h | 53 bool exact_match); 57 lldb::TypeClass type_class, bool exact_match);
|
H A D | LineTable.h | 356 const bool exact_match = src_location_spec.GetExactMatch(); in FindLineEntryIndexByFileIndexImpl() local 378 } else if (!exact_match) { in FindLineEntryIndexByFileIndexImpl() 390 } else if (!exact_match) { in FindLineEntryIndexByFileIndexImpl()
|
H A D | TypeMap.h | 58 lldb::TypeClass type_class, bool exact_match);
|
/openbsd/lib/libc/stdlib/ |
H A D | getopt_long.c | 169 int i, match, exact_match, second_partial_match; in parse_long_options() local 173 exact_match = 0; in parse_long_options() 194 exact_match = 1; in parse_long_options() 212 if (!exact_match && second_partial_match) { in parse_long_options()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | SourceLocationSpec.cpp | 18 bool check_inlines, bool exact_match) in SourceLocationSpec() argument 21 m_check_inlines(check_inlines), m_exact_match(exact_match) {} in SourceLocationSpec()
|
H A D | Module.cpp | 982 bool exact_match) { in FindFirstType() argument 985 FindTypes(name, exact_match, 1, searched_symbol_files, type_list); in FindFirstType() 992 ConstString name, bool exact_match, size_t max_matches, in FindTypes() argument 1007 exact_match = type_scope.consume_front("::"); in FindTypes() 1014 exact_match); in FindTypes() 1024 exact_match); in FindTypes() 1028 if (exact_match) { in FindTypes() 1030 type_class, exact_match); in FindTypes()
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | SourceLocationSpec.h | 52 bool exact_match = false);
|
H A D | Module.h | 450 FindTypes(ConstString type_name, bool exact_match, size_t max_matches, 468 bool exact_match);
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBModule.cpp | 443 const bool exact_match = false; in FindFirstType() local 446 SBType sb_type = SBType(module_sp->FindFirstType(sc, name, exact_match)); in FindFirstType() 488 const bool exact_match = false; in FindTypes() local 491 module_sp->FindTypes(name, exact_match, UINT32_MAX, searched_symbol_files, in FindTypes()
|
H A D | SBTarget.cpp | 1755 const bool exact_match = false; in FindFirstType() local 1763 module_sp->FindFirstType(sc, const_typename, exact_match)); in FindFirstType() 1809 bool exact_match = false; in FindTypes() local 1812 images.FindTypes(nullptr, const_typename, exact_match, UINT32_MAX, in FindTypes()
|
/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointResolverFileRegex.h | 28 const std::unordered_set<std::string> &func_name_set, bool exact_match);
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 94 const bool exact_match = true; in GetTypeInfoFromVTableAddress() local 101 sc.module_sp->FindTypes(ConstString(lookup_name), exact_match, 1, in GetTypeInfoFromVTableAddress() 108 exact_match, UINT32_MAX, in GetTypeInfoFromVTableAddress()
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.cpp | 143 const bool exact_match = true; in LookupInCompleteClassCache() local 148 module_sp->FindTypes(name, exact_match, max_matches, searched_symbol_files, in LookupInCompleteClassCache()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTSource.cpp | 242 bool exact_match = false; in FindCompleteType() local 244 module_list.FindTypes(nullptr, name, exact_match, UINT32_MAX, in FindCompleteType() 618 const bool exact_match = true; in FindExternalVisibleDecls() local 623 m_target->GetImages().FindTypes(module_sp.get(), name, exact_match, 1, in FindExternalVisibleDecls()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | symtab.c | 2228 find_line_symtab (struct symtab *symtab, int line, int *index, int *exact_match) in find_line_symtab() argument 2299 if (exact_match) in find_line_symtab() 2300 *exact_match = exact; in find_line_symtab() 2377 int *exact_match) in find_line_common() argument 2402 *exact_match = 1; in find_line_common() 2415 *exact_match = 0; in find_line_common()
|
H A D | ChangeLog-1993 | 679 * symtab.c (find_pc_line_range): Remove unused variables exact_match,
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | regrename.c | 443 int exact_match = (regno == this_regno && nregs == this_nregs); local 454 if (! exact_match) 478 if (action != terminate_overlapping_read || ! exact_match) 487 && exact_match)
|
/openbsd/gnu/gcc/gcc/ |
H A D | regrename.c | 437 int exact_match = (regno == this_regno && nregs == this_nregs); in scan_rtx_reg() local 448 gcc_assert (exact_match); in scan_rtx_reg() 470 if (action != terminate_overlapping_read || ! exact_match) in scan_rtx_reg() 479 && exact_match) in scan_rtx_reg()
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectMemory.cpp | 375 const bool exact_match = false; in DoExecute() local 463 exact_match, 1, searched_symbol_files, in DoExecute()
|
/openbsd/gnu/llvm/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 1306 bool exact_match = in GetAliasFullName() local 1308 if (exact_match) { in GetAliasFullName() 1310 return exact_match; in GetAliasFullName()
|