Lines Matching defs:exits
145 /// object finalization at early and normal construct exits.
1516 llvm::SmallVector<Fortran::lower::pft::Evaluation *> &exits,
1532 exits.push_back(previous);
1537 exits.push_back(previous);
1678 /// Generate the cleanup block before the routine exits
1693 /// Generate the cleanup block before the procedure exits
2479 llvm::SmallVector<Fortran::lower::pft::Evaluation *> exits, fallThroughs;
2480 collectFinalEvaluations(eval, exits, fallThroughs);
2503 if (llvm::is_contained(exits, &e))
2517 llvm::SmallVector<Fortran::lower::pft::Evaluation *> exits, fallThroughs;
2518 collectFinalEvaluations(eval, exits, fallThroughs);
2526 if (llvm::is_contained(exits, &e))
3647 llvm::SmallVector<Fortran::lower::pft::Evaluation *> exits, fallThroughs;
3648 collectFinalEvaluations(getEval(), exits, fallThroughs);
3848 if (llvm::is_contained(exits, &eval))
5268 /// underflow modes at function entry, and restore them at function exits.
6096 // Stack to manage object deallocation and finalization at construct exits.