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