Changeset 3a4732f
- Timestamp:
- Jan 31, 2022, 10:24:16 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 45040b61
- Parents:
- d7e9c12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/ForExprMutator.h
rd7e9c12 r3a4732f 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Aug 17 15:32:48 201713 // Update Count : 512 // Last Modified On : Sun Jan 30 09:14:46 2022 13 // Update Count : 6 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.