Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h702 wasModifiedInFunction(const ExplodedNode * CallEnterN,const ExplodedNode * CallExitEndN) wasModifiedInFunction() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp842 wasModifiedInFunction(const ExplodedNode * CallEnterN,const ExplodedNode * CallExitEndN) wasModifiedInFunction() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp442 if (const ExplodedNode *CallExitEndN = getMatchingCallExitEnd(CurrN)) findModifyingFrames() local