Home
last modified time | relevance | path

Searched refs:wasModifiedInFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h701 virtual bool wasModifiedInFunction(const ExplodedNode *CallEnterN, in wasModifiedInFunction() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp841 bool wasModifiedInFunction(const ExplodedNode *CallEnterN, in wasModifiedInFunction() function in __anon5ae12f910511::NoOwnershipChangeVisitor
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp443 if (wasModifiedInFunction(CurrN, CallExitEndN)) in findModifyingFrames()