#include "interpreter.h"
#include "ov.h"
#include "pt-cbinop.h"
#include "pt-eval.h"
#include "pt-unop.h"
Go to the source code of this file.
Typedefs | |
typedef tree_expression * | tree_expression_ptr_t |
Functions | |
tree_binary_expression * | maybe_compound_binary_expression (tree_expression *a, tree_expression *b, int l, int c, octave_value::binary_op t) |
typedef tree_expression* tree_expression_ptr_t |
Definition at line 67 of file pt-cbinop.cc.
tree_binary_expression* maybe_compound_binary_expression | ( | tree_expression * | a, |
tree_expression * | b, | ||
int | l, | ||
int | c, | ||
octave_value::binary_op | t | ||
) |
Definition at line 143 of file pt-cbinop.cc.
References octave_value::op_mul.
Referenced by base_parser::make_binary_op().