Searched refs:IsExactMatch (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h53 bool &IsExactMatch) const = 0;
150 bool &IsExactMatch) const {
151 IsExactMatch = Matcher.getSupportedKind().isSame(
/external/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp77 bool IsExactMatch; local
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/
H A DArchSpec.h379 IsExactMatch (const ArchSpec& rhs) const;
H A DModuleSpec.h408 if (!GetArchitecture().IsExactMatch(match_module_spec.GetArchitecture()))
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp230 if (GetArchitectureAtIndex (arch_idx, curr_arch) && arch.IsExactMatch(curr_arch))
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp624 if (platform_arch.IsExactMatch(platform_arch64))
/external/lldb/source/Target/
H A DPlatform.cpp739 if (arch.IsExactMatch(platform_arch))
H A DProcess.cpp3200 if (process_arch.IsValid() && !m_target.GetArchitecture().IsExactMatch(process_arch))
/external/lldb/source/Host/macosx/
H A DSymbols.cpp172 if (!fat_arch.IsExactMatch(*arch))
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp712 if (platform_arch.IsExactMatch(platform_arch64))
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp152 if (module_arch.IsValid() && !m_target.GetArchitecture().IsExactMatch(module_arch))
/external/clang/lib/Sema/
H A DSemaLookup.cpp2676 bool IsExactMatch = false; local
2683 IsExactMatch = true;
2687 IsExactMatch = false;
2701 if (IsExactMatch) {
/external/lldb/source/Core/
H A DArchSpec.cpp726 ArchSpec::IsExactMatch (const ArchSpec& rhs) const function in class:ArchSpec
H A DModule.cpp1400 return m_arch.IsExactMatch(new_arch);
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp683 else if (!old_arch_spec.IsExactMatch(target->GetArchitecture()))

Completed in 636 milliseconds