Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp191 ExprMutationAnalyzer *Analyzer, F Finder) { in tryEachMatch()
202 const Stmt *ExprMutationAnalyzer::findMutation(const Expr *Exp) { in findMutation()
214 const Stmt *ExprMutationAnalyzer::findMutation(const Decl *Dec) { in findMutation()
215 return tryEachDeclRef(Dec, &ExprMutationAnalyzer::findMutation); in findMutation()
226 const Stmt *ExprMutationAnalyzer::findMutationMemoized( in findMutationMemoized()
244 const Stmt *ExprMutationAnalyzer::tryEachDeclRef(const Decl *Dec, in tryEachDeclRef()
296 bool ExprMutationAnalyzer::isUnevaluated(const Expr *Exp) { in isUnevaluated()
301 ExprMutationAnalyzer::findExprMutation(ArrayRef<BoundNodes> Matches) { in findExprMutation()
310 const Stmt *ExprMutationAnalyzer::findExprPointeeMutation( in findExprPointeeMutation()
316 const Stmt *ExprMutationAnalyzer::findDeclPointeeMutation( in findDeclPointeeMutation()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DExprMutationAnalyzer.h23 class ExprMutationAnalyzer {
25 ExprMutationAnalyzer(const Stmt &Stm, ASTContext &Context) in ExprMutationAnalyzer() function
45 using MutationFinder = const Stmt *(ExprMutationAnalyzer::*)(const Expr *);
91 ExprMutationAnalyzer BodyAnalyzer;
/freebsd-14.2/contrib/llvm-project/clang/include/
H A Dmodule.modulemap18 exclude header "clang/Analysis/Analyses/ExprMutationAnalyzer.h"
/freebsd-14.2/lib/clang/libclang/
H A DMakefile172 SRCS_MIN+= Analysis/ExprMutationAnalyzer.cpp