Changes in src/InitTweak/InitTweak.h [64071c2:2b46a13]
- File:
-
- 1 edited
-
src/InitTweak/InitTweak.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
r64071c2 r2b46a13 39 39 /// Currently has assertions that make it less than fully general. 40 40 bool isInstrinsicSingleArgCallStmt( Statement * expr ); 41 42 /// get the Ctor/Dtor call expression from a Statement that looks like a generated ctor/dtor call43 Expression * getCtorDtorCall( Statement * stmt );44 45 /// returns the name of the function being called46 std::string getFunctionName( Expression * expr );47 48 /// returns the argument to a call expression in position N indexed from 049 Expression *& getCallArg( Expression * callExpr, unsigned int pos );50 51 /// returns the base type of a PointerType or ArrayType, else returns NULL52 Type * getPointerBase( Type * );53 54 /// returns the argument if it is a PointerType or ArrayType, else returns NULL55 Type * isPointerType( Type * );56 41 } // namespace 57 42
Note:
See TracChangeset
for help on using the changeset viewer.