Home
last modified time | relevance | path

Searched defs:CallExitEndN (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp72 const ExplodedNode *CallEnterN, const ExplodedNode *CallExitEndN) { in wasModifiedInFunction() argument
/llvm-project/clang/unittests/StaticAnalyzer/
H A DNoStateChangeFuncVisitorTest.cpp131 const ExplodedNode *CallExitEndN) override { in wasModifiedInFunction()
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h680 const ExplodedNode *CallExitEndN) { in wasModifiedInFunction() argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp446 if (const ExplodedNode *CallExitEndN = getMatchingCallExitEnd(CurrN)) in findModifyingFrames() local