Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h198 void enqueueEndOfFunction(ExplodedNodeSet &Set, const ReturnStmt *RS);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h175 void enqueueEndOfFunction(ExplodedNodeSet &Set);
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp587 void CoreEngine::enqueueEndOfFunction(ExplodedNodeSet &Set, const ReturnStmt *RS) { in enqueueEndOfFunction() function in CoreEngine
DExprEngine.cpp2433 Engine.enqueueEndOfFunction(Dst, RS); in processEndOfFunction()
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp623 void CoreEngine::enqueueEndOfFunction(ExplodedNodeSet &Set) { in enqueueEndOfFunction() function in CoreEngine
DExprEngine.cpp1797 Engine.enqueueEndOfFunction(Dst); in processEndOfFunction()