Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h64 const Stmt *findArrayElementMutation(const Expr *Exp);
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp151 &ExprMutationAnalyzer::findArrayElementMutation, in findMutation()
398 const Stmt *ExprMutationAnalyzer::findArrayElementMutation(const Expr *Exp) { in findArrayElementMutation() function in clang::ExprMutationAnalyzer