Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/MLEMutator.h

    r9d6317f r5cdeecd  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Wed Jan 22 11:50:00 2020
    13 // Update Count     : 48
     12// Last Modified On : Tue Jan 21 10:33:00 2020
     13// Update Count     : 47
    1414//
    1515
     
    3838                ~MultiLevelExitMutator();
    3939
    40                 void premutate( FunctionDecl * );
    41 
    4240                void premutate( CompoundStmt *cmpndStmt );
    4341                Statement * postmutate( BranchStmt *branchStmt ) throw ( SemanticErrorException );
     
    5149                void premutate( SwitchStmt *switchStmt );
    5250                Statement * postmutate( SwitchStmt *switchStmt );
    53                 void premutate( ReturnStmt *returnStmt );
    5451                void premutate( TryStmt *tryStmt );
    5552                Statement * postmutate( TryStmt *tryStmt );
     
    116113                Label breakLabel;
    117114                LabelGenerator *generator;
    118                 bool inFinally = false;
    119115
    120116                template< typename LoopClass >
Note: See TracChangeset for help on using the changeset viewer.