- File:
-
- 1 edited
-
src/ControlStruct/ForExprMutator.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ForExprMutator.h
r3a4732f ree3c93d 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Jan 30 09:14:46 202213 // Update Count : 612 // Last Modified On : Thu Aug 17 15:32:48 2017 13 // Update Count : 5 14 14 // 15 15 … … 24 24 class ForExprMutator { 25 25 public: 26 Statement * postmutate( IfStmt * );27 Statement * postmutate( ForStmt * );28 Statement * postmutate( WhileStmt * );26 Statement *postmutate( IfStmt * ); 27 Statement *postmutate( ForStmt * ); 28 Statement *postmutate( WhileStmt * ); 29 29 }; 30 30 } // namespace ControlStruct
Note:
See TracChangeset
for help on using the changeset viewer.