HomeSort by relevance Sort by last modified time
    Searched refs:IsExactMatch (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 53 bool &IsExactMatch) const = 0;
150 bool &IsExactMatch) const {
151 IsExactMatch = Matcher.getSupportedKind().isSame(
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 77 bool IsExactMatch;
78 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) {
81 assert(!IsExactMatch && "We should not have two exact matches.");
86 FoundIsExact = IsExactMatch;
  /external/lldb/include/lldb/Core/
ArchSpec.h 379 IsExactMatch (const ArchSpec& rhs) const;
ModuleSpec.h 408 if (!GetArchitecture().IsExactMatch(match_module_spec.GetArchitecture()))
  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.cpp 230 if (GetArchitectureAtIndex (arch_idx, curr_arch) && arch.IsExactMatch(curr_arch))
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 624 if (platform_arch.IsExactMatch(platform_arch64))
  /external/lldb/source/Target/
Platform.cpp 739 if (arch.IsExactMatch(platform_arch))
Process.cpp     [all...]
  /external/lldb/source/Host/macosx/
Symbols.cpp 172 if (!fat_arch.IsExactMatch(*arch))
    [all...]
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.cpp 712 if (platform_arch.IsExactMatch(platform_arch64))
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 152 if (module_arch.IsValid() && !m_target.GetArchitecture().IsExactMatch(module_arch))
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/lldb/source/Core/
ArchSpec.cpp 726 ArchSpec::IsExactMatch (const ArchSpec& rhs) const
    [all...]
Module.cpp     [all...]
  /external/lldb/source/Commands/
CommandObjectProcess.cpp 683 else if (!old_arch_spec.IsExactMatch(target->GetArchitecture()))
    [all...]

Completed in 509 milliseconds