Home
last modified time | relevance | path

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

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