Changes in src/SymTab/GenImplicitCall.hpp [4e2f1b2:0bd3faf]
- File:
-
- 1 edited
-
src/SymTab/GenImplicitCall.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/GenImplicitCall.hpp
r4e2f1b2 r0bd3faf 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // GenImplicitCall.hpp -- Generate code for implicit operator calls.7 // GenImplicitCall.hpp -- 8 8 // 9 9 // Author : Andrew Beach … … 25 25 /// Returns a generated call expression to function fname with srcParam and 26 26 /// dstParam. Intended to be used with generated ?=?, ?{}, and ^?{} calls. 27 const ast::Stmt *genImplicitCall(27 ast::ptr<ast::Stmt> genImplicitCall( 28 28 InitTweak::InitExpander & srcParam, const ast::Expr * dstParam, 29 29 const CodeLocation & loc, const std::string & fname, const ast::ObjectDecl * obj,
Note:
See TracChangeset
for help on using the changeset viewer.