Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp58 bool &IsExactMatch) const { in canConstructFrom()
59 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind); in canConstructFrom()
144 bool IsExactMatch; in getTypedMatcher() local
145 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) { in getTypedMatcher()
148 assert(!IsExactMatch && "We should not have two exact matches."); in getTypedMatcher()
153 FoundIsExact = IsExactMatch; in getTypedMatcher()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h100 bool &IsExactMatch) const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArchSpec.h548 bool IsExactMatch(const ArchSpec &rhs) const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h276 if (!GetArchitecture().IsExactMatch( in Matches()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp550 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID() local
551 return IsExactMatch || isOverloaded(ID) ? ID : Intrinsic::not_intrinsic; in lookupIntrinsicID()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp331 !GetTarget().GetArchitecture().IsExactMatch(module_arch)) in DoAttachToProcessWithID()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp3181 bool IsExactMatch = false; in LookupLiteralOperator() local
3188 IsExactMatch = true; in LookupLiteralOperator()
3192 IsExactMatch = false; in LookupLiteralOperator()
3206 if (IsExactMatch) { in LookupLiteralOperator()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp533 } else if (!old_arch_spec.IsExactMatch(target->GetArchitecture())) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArchSpec.cpp1012 bool ArchSpec::IsExactMatch(const ArchSpec &rhs) const { in IsExactMatch() function in ArchSpec
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1244 if (arch.IsExactMatch(platform_arch)) { in IsCompatibleArchitecture()
H A DProcess.cpp3153 !GetTarget().GetArchitecture().IsExactMatch(process_arch)) { in CompleteAttach()