Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp59 bool &IsExactMatch) const { in canConstructFrom()
60 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind); in canConstructFrom()
149 bool IsExactMatch; in getTypedMatcher() local
150 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) { in getTypedMatcher()
153 assert(!IsExactMatch && "We should not have two exact matches."); in getTypedMatcher()
158 FoundIsExact = IsExactMatch; in getTypedMatcher()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h112 bool &IsExactMatch) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp749 bool IsExactMatch = Name.size() == MatchSize; in lookupIntrinsicID() local
750 return IsExactMatch || Intrinsic::isOverloaded(ID) ? ID in lookupIntrinsicID()