Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h112 bool &IsExactMatch) const;
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h497 bool IsExactMatch(const ArchSpec &rhs) const { in IsExactMatch() function
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h249 if (!GetArchitecture().IsExactMatch( in Matches()
/src/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp971 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID() local
972 return IsExactMatch || Intrinsic::isOverloaded(ID) ? ID in lookupIntrinsicID()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp397 } else if (!old_arch_spec.IsExactMatch(target->GetArchitecture())) { in DoExecute()
/src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3139 !target_arch.IsExactMatch(process_arch)) { in CompleteAttach()