Searched refs:FEP (Results 1 – 2 of 2) sorted by relevance
183 auto FEP = getAs<FunctionExitPoint>(); in printJson() local185 << ", \"block_id\": " << FEP->getBlock()->getBlockID() in printJson()188 if (const ReturnStmt *RS = FEP->getStmt()) { in printJson()
342 if (auto FEP = P.getAs<FunctionExitPoint>()) in getStmtForDiagnostics() local343 return FEP->getStmt(); in getStmtForDiagnostics()