Home
last modified time | relevance | path

Searched refs:findRangeLoopMutation (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h66 const Stmt *findRangeLoopMutation(const Expr *Exp);
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp208 &ExprMutationAnalyzer::findRangeLoopMutation, in findMutation()
507 const Stmt *ExprMutationAnalyzer::findRangeLoopMutation(const Expr *Exp) { in findRangeLoopMutation() function in clang::ExprMutationAnalyzer