Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDExprMutationAnalyzer.cpp255 findAll( in tryEachDeclRef()
461 findAll(expr(anyOf(memberExpr(hasObjectExpression(canResolveToExpr(Exp))), in findMemberMutation()
475 findAll(arraySubscriptExpr( in findArrayElementMutation()
500 findAll(expr(castExpr(hasSourceExpression(canResolveToExpr(Exp)), in findCastMutation()
512 match(findAll(callExpr(callee(namedDecl( in findCastMutation()
576 match(findAll(cxxForRangeStmt( in findRangeLoopMutation()
590 findAll(cxxOperatorCallExpr( in findReferenceMutation()
627 findAll( in findFunctionArgMutation()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDLoopWidening.cpp72 findAll(stmt(hasDescendant( in getWidenedLoopState()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDMultiOnDiskHashTable.h263 data_type findAll() { in findAll() function
HDASTReader.cpp8080 for (GlobalDeclID ID : It->second.Table.findAll()) { in completeVisibleDeclsMap()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDStreamChecker.cpp755 match(findAll(callExpr().bind("call")), *FD->getBody(), ACtx); in doesFnIntendToHandleOwnership()
HDMallocChecker.cpp804 auto Matches = match(findAll(stmt(anyOf(cxxDeleteExpr().bind("delete"), in doesFnIntendToHandleOwnership()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h3568 internal::Matcher<T> findAll(const internal::Matcher<T> &Matcher) { in findAll() function