Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h188 void enqueueEndOfFunction(ExplodedNodeSet &Set, const ReturnStmt *RS);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp605 void CoreEngine::enqueueEndOfFunction(ExplodedNodeSet &Set, const ReturnStmt *RS) { in enqueueEndOfFunction() function in CoreEngine
H A DExprEngine.cpp2978 Engine.enqueueEndOfFunction(Dst, RS); in processEndOfFunction()