Home
last modified time | relevance | path

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

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