23 #if !defined (octave_tree_funcall_h)
24 #define octave_tree_funcall_h 1
42 int l = -1,
int c = -1)
45 if (! fcn.is_function ())
46 error (
"tree_funcall: invalid function");
53 void print (std::ostream& os,
bool pr_as_read_syntax =
false,
54 bool pr_orig_txt =
true);
56 void print_raw (std::ostream& os,
bool pr_as_read_syntax =
false,
57 bool pr_orig_txt =
true);
octave_value rvalue1(int nargout)
void error(const char *fmt,...)
tree_funcall(const octave_value &f, const octave_value_list &a, int l=-1, int c=-1)
F77_RET_T const double const double * f
static llvm::LLVMContext & context
bool has_magic_end(void) const
tree_walker & operator=(const tree_walker &)
octave_value_list arguments(void) const