Home
last modified time | relevance | path

Searched refs:ExprMutationAnalyzer (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp131 ExprMutationAnalyzer *Analyzer, F Finder) { in tryEachMatch()
142 const Stmt *ExprMutationAnalyzer::findMutation(const Expr *Exp) { in findMutation()
147 &ExprMutationAnalyzer::findCastMutation, in findMutation()
154 const Stmt *ExprMutationAnalyzer::findMutation(const Decl *Dec) { in findMutation()
155 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation); in findMutation()
166 const Stmt *ExprMutationAnalyzer::findMutationMemoized( in findMutationMemoized()
184 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef()
197 bool ExprMutationAnalyzer::isUnevaluated(const Expr *Exp) { in isUnevaluated()
238 const Stmt *ExprMutationAnalyzer::findExprPointeeMutation( in findExprPointeeMutation()
244 const Stmt *ExprMutationAnalyzer::findDeclPointeeMutation( in findDeclPointeeMutation()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h23 class ExprMutationAnalyzer {
25 ExprMutationAnalyzer(const Stmt &Stm, ASTContext &Context) in ExprMutationAnalyzer() function
43 using MutationFinder = const Stmt *(ExprMutationAnalyzer::*)(const Expr *);
89 ExprMutationAnalyzer BodyAnalyzer;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/
H A Dmodule.modulemap13 exclude header "Analysis/Analyses/ExprMutationAnalyzer.h"
/freebsd-13.1/lib/clang/libclang/
H A DMakefile163 SRCS_MIN+= Analysis/ExprMutationAnalyzer.cpp