Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp468 Node->getLocation().getTag() == ExprEngine::cleanupNodeTag() && in checkEndFunction()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h291 static const ProgramPointTag *cleanupNodeTag();
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1104 Bldr.generateNode(DiagnosticStmt, I, CleanedCheckerSt, cleanupNodeTag(), K); in removeDead()
1108 const ProgramPointTag *ExprEngine::cleanupNodeTag() { in cleanupNodeTag() function in ExprEngine