Changes in src/ControlStruct/MLEMutator.h [5cdeecd:9d6317f]
- File:
-
- 1 edited
-
src/ControlStruct/MLEMutator.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/MLEMutator.h
r5cdeecd r9d6317f 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Tue Jan 21 10:33:00 202013 // Update Count : 4 712 // Last Modified On : Wed Jan 22 11:50:00 2020 13 // Update Count : 48 14 14 // 15 15 … … 38 38 ~MultiLevelExitMutator(); 39 39 40 void premutate( FunctionDecl * ); 41 40 42 void premutate( CompoundStmt *cmpndStmt ); 41 43 Statement * postmutate( BranchStmt *branchStmt ) throw ( SemanticErrorException ); … … 49 51 void premutate( SwitchStmt *switchStmt ); 50 52 Statement * postmutate( SwitchStmt *switchStmt ); 53 void premutate( ReturnStmt *returnStmt ); 51 54 void premutate( TryStmt *tryStmt ); 52 55 Statement * postmutate( TryStmt *tryStmt ); … … 113 116 Label breakLabel; 114 117 LabelGenerator *generator; 118 bool inFinally = false; 115 119 116 120 template< typename LoopClass >
Note:
See TracChangeset
for help on using the changeset viewer.