Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/InitTweak.h

    ra465caff rf9cebb5  
    4141        /// Intended to be used for default ctor/dtor calls, but might have use elsewhere.
    4242        /// Currently has assertions that make it less than fully general.
    43         bool isIntrinsicSingleArgCallStmt( Statement * stmt );
    44 
    45         /// True if stmt is a call statement where the function called is intrinsic.
    46         bool isIntrinsicCallStmt( Statement * stmt );
     43        bool isIntrinsicSingleArgCallStmt( Statement * expr );
    4744
    4845        /// get all Ctor/Dtor call expressions from a Statement
Note: See TracChangeset for help on using the changeset viewer.