Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h63 const Stmt *findArrayElementMutation(const Expr *Exp);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp90 &ExprMutationAnalyzer::findArrayElementMutation, in findMutation()
288 const Stmt *ExprMutationAnalyzer::findArrayElementMutation(const Expr *Exp) { in findArrayElementMutation() function in clang::ExprMutationAnalyzer