Home
last modified time | relevance | path

Searched refs:MatchesName (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h123 bool MatchesName(const char *name);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp145 if (bkpt_sp->MatchesName(name)) { in FindBreakpointsByName()
H A DBreakpointIDList.cpp263 if (bkpt_sp->MatchesName(name.c_str())) { in FindAndReplaceIDRanges()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h535 bool MatchesName(const char *name) { in MatchesName() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp693 bool SBBreakpoint::MatchesName(const char *name) { in MatchesName() function in SBBreakpoint
701 return bkpt_sp->MatchesName(name); in MatchesName()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc806 bool MatchesName(const std::string& name) const { in MatchesName() function in testing::internal::__anon214b3c2b0511::UnitTestFilter
860 return MatchesName(test_suite_name + "." + test_name); in MatchesTest()
865 bool MatchesName(const std::string& name) const { in MatchesName() function in testing::internal::__anon214b3c2b0511::PositiveAndNegativeUnitTestFilter
866 return positive_filter_.MatchesName(name) && in MatchesName()
867 !negative_filter_.MatchesName(name); in MatchesName()
878 return UnitTestFilter(filter).MatchesName(name_str); in MatchesFilter()
5813 if (death_test_suite_filter.MatchesName(test_suite_name)) { in GetTestSuite()
6169 disable_test_filter.MatchesName(test_suite_name) || in FilterTests()
6170 disable_test_filter.MatchesName(test_name); in FilterTests()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1933 if (bp_sp->MatchesName(name)) { in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8826 result = (bool)(arg1)->MatchesName((char const *)arg2); in _wrap_SBBreakpoint_MatchesName()