Home
last modified time | relevance | path

Searched defs:full_match (Results 1 – 7 of 7) sorted by relevance

/external/lldb/source/Core/
DSearchFilter.cpp364 const bool full_match = spec.GetDirectory(); in ModulePasses() local
412 const bool full_match = m_module_spec.GetDirectory(); in Search() local
/external/lldb/source/Symbol/
DCompileUnit.cpp327 const bool full_match = file_spec.GetDirectory(); in ResolveSymbolContext() local
/external/lldb/source/Target/
DTargetList.cpp366 bool full_match = exe_file_spec.GetDirectory(); in FindTargetWithExecutableAndArchitecture() local
/external/valgrind/coregrind/m_gdbserver/
Dm_gdbserver.c1347 Int full_match = -1; in VG_() local
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp850 const bool full_match = file_spec.GetDirectory(); in ResolveSymbolContext() local
DSymbolFileDWARF.cpp2848 const bool full_match = file_spec.GetDirectory(); in ResolveSymbolContext() local
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1113 MatchesRegexMatcher(const RE* regex, bool full_match) in MatchesRegexMatcher()