Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp344 if (auto FEP = P.getAs<FunctionExitPoint>()) in getStmtForDiagnostics() local
345 return FEP->getStmt(); in getStmtForDiagnostics()