Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp54 bool &IsExactMatch) const { in canConstructFrom()
55 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind); in canConstructFrom()
140 bool IsExactMatch; in getTypedMatcher() local
141 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) { in getTypedMatcher()
144 assert(!IsExactMatch && "We should not have two exact matches."); in getTypedMatcher()
149 FoundIsExact = IsExactMatch; in getTypedMatcher()
/external/lldb/include/lldb/Core/
DArchSpec.h379 IsExactMatch (const ArchSpec& rhs) const;
DModuleSpec.h408 if (!GetArchitecture().IsExactMatch(match_module_spec.GetArchitecture())) in Matches()
/external/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h99 bool &IsExactMatch) const;
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
DObjectContainerUniversalMachO.cpp230 if (GetArchitectureAtIndex (arch_idx, curr_arch) && arch.IsExactMatch(curr_arch)) in GetObjectFile()
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp624 if (platform_arch.IsExactMatch(platform_arch64)) in GetSupportedArchitectureAtIndex()
/external/lldb/source/Target/
DPlatform.cpp739 if (arch.IsExactMatch(platform_arch)) in IsCompatibleArchitecture()
DProcess.cpp3200 if (process_arch.IsValid() && !m_target.GetArchitecture().IsExactMatch(process_arch)) in CompleteAttach()
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp152 if (module_arch.IsValid() && !m_target.GetArchitecture().IsExactMatch(module_arch)) in DoAttachToProcessWithID()
/external/lldb/source/Host/macosx/
DSymbols.cpp172 if (!fat_arch.IsExactMatch(*arch)) in UniversalMachOFileContainsArchAndUUID()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp712 if (platform_arch.IsExactMatch(platform_arch64)) in x86GetSupportedArchitectureAtIndex()
/external/clang/lib/Sema/
DSemaLookup.cpp2735 bool IsExactMatch = false; in LookupLiteralOperator() local
2742 IsExactMatch = true; in LookupLiteralOperator()
2746 IsExactMatch = false; in LookupLiteralOperator()
2760 if (IsExactMatch) { in LookupLiteralOperator()
/external/lldb/source/Core/
DArchSpec.cpp726 ArchSpec::IsExactMatch (const ArchSpec& rhs) const in IsExactMatch() function in ArchSpec
DModule.cpp1400 return m_arch.IsExactMatch(new_arch); in SetArchitecture()
/external/lldb/source/Commands/
DCommandObjectProcess.cpp683 else if (!old_arch_spec.IsExactMatch(target->GetArchitecture())) in DoExecute()