Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Analysis/
DUnsafeBufferUsage.cpp40 bool findMatch(const DynTypedNode &DynNode) { in findMatch() function in clang::ast_matchers::MatchDescendantVisitor
116 return Visitor.findMatch(DynTypedNode::create(Node)); in AST_MATCHER_P()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp1541 bool findMatch(const BitTracker::RegisterRef &Inp,
1573 bool CopyGeneration::findMatch(const BitTracker::RegisterRef &Inp, in findMatch() function in CopyGeneration
1644 if (findMatch(R, MR, AVB)) { in processBlock()
1662 if (findMatch(TL, ML, AVB) && findMatch(TH, MH, AVB)) { in processBlock()
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/
DASTMatchFinder.cpp116 bool findMatch(const DynTypedNode &DynNode) { in findMatch() function in clang::ast_matchers::internal::__anon3e1dcbb10111::MatchChildASTVisitor
646 return Visitor.findMatch(Node); in matchesRecursively()