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