Changes in src/InitTweak/InitTweak.h [f5c3b6c:1a5ad8c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
rf5c3b6c r1a5ad8c 35 35 /// returns the first parameter of a constructor/destructor/assignment function 36 36 ObjectDecl * getParamThis( FunctionType * ftype ); 37 38 /// generate a bitwise assignment operation.39 ApplicationExpr * createBitwiseAssignment( Expression * dst, Expression * src );40 37 41 38 /// transform Initializer into an argument list that can be passed to a call expression
Note:
See TracChangeset
for help on using the changeset viewer.