Home
last modified time | relevance | path

Searched refs:FEP (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/
H A DProgramPoint.cpp67 auto FEP = getAs<FunctionExitPoint>(); in printJson() local
69 << ", \"block_id\": " << FEP->getBlock()->getBlockID() in printJson()
72 if (const ReturnStmt *RS = FEP->getStmt()) { in printJson()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp345 if (auto FEP = P.getAs<FunctionExitPoint>()) in getStmtForDiagnostics() local
346 return FEP->getStmt(); in getStmtForDiagnostics()