Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h375 void removeDeadOnEndOfFunction(NodeBuilderContext& BC,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp164 void ExprEngine::removeDeadOnEndOfFunction(NodeBuilderContext& BC, in removeDeadOnEndOfFunction() function in ExprEngine
H A DExprEngine.cpp2615 removeDeadOnEndOfFunction(BC, Pred, AfterRemovedDead); in processEndOfFunction()