Changeset aedfd91 for src/InitTweak/InitTweak.h
- Timestamp:
- Jul 25, 2016, 4:20:17 PM (7 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 29e8bf5
- Parents:
- 72e9222
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
r72e9222 raedfd91 35 35 bool isDesignated( Initializer * init ); 36 36 37 /// Non-Null if expr is a call expression whose target function is intrinsic 38 ApplicationExpr * isIntrinsicCallExpr( Expression * expr ); 39 37 40 /// True if stmt is a call statement where the function called is intrinsic and takes one parameter. 38 41 /// Intended to be used for default ctor/dtor calls, but might have use elsewhere.
Note: See TracChangeset
for help on using the changeset viewer.