Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp60 bool &IsExactMatch) const { in canConstructFrom()
61 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind); in canConstructFrom()
150 bool IsExactMatch; in getTypedMatcher() local
151 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) { in getTypedMatcher()
154 assert(!IsExactMatch && "We should not have two exact matches."); in getTypedMatcher()
159 FoundIsExact = IsExactMatch; in getTypedMatcher()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h112 bool &IsExactMatch) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp152 arch.IsExactMatch(curr_arch)) in GetObjectFile()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DArchSpec.h511 bool IsExactMatch(const ArchSpec &rhs) const { in IsExactMatch() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleSpec.h249 if (!GetArchitecture().IsExactMatch( in Matches()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp122 return spec.IsExactMatch(rhs); in PlatformWindows()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp871 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID() local
872 return IsExactMatch || Intrinsic::isOverloaded(ID) ? ID in lookupIntrinsicID()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp494 if (host_arch.IsExactMatch(host_arch64)) in x86GetSupportedArchitectures()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp466 } else if (!old_arch_spec.IsExactMatch(target->GetArchitecture())) { in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2950 !target_arch.IsExactMatch(process_arch)) { in CompleteAttach()