Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDNoOwnershipChangeVisitor.h35 bool wasModifiedInFunction(const ExplodedNode *CallEnterN,
HDNoOwnershipChangeVisitor.cpp71 bool NoOwnershipChangeVisitor::wasModifiedInFunction( in wasModifiedInFunction() function in NoOwnershipChangeVisitor
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporterVisitors.h679 virtual bool wasModifiedInFunction(const ExplodedNode *CallEnterN, in wasModifiedInFunction() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp447 if (wasModifiedInFunction(CurrN, CallExitEndN)) in findModifyingFrames()