Changeset 9b4f329 for src/InitTweak/InitTweak.h
- Timestamp:
- May 16, 2019, 6:46:51 PM (4 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 246c245
- Parents:
- f3cc5b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
rf3cc5b6 r9b4f329 81 81 /// returns the argument to a call expression in position N indexed from 0 82 82 Expression *& getCallArg( Expression * callExpr, unsigned int pos ); 83 const ast::Expr * getCallArg( const ast::Expr * call, unsigned pos ); 83 84 84 85 /// returns the base type of a PointerType or ArrayType, else returns NULL
Note: See TracChangeset
for help on using the changeset viewer.