|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "error.h"#include "defun.h"#include "oct-obj.h"#include "ov.h"#include "profiler.h"#include "pt-binop.h"#include "pt-bp.h"#include "pt-walk.h"#include "variables.h"
Go to the source code of this file.
Functions | |
| OCTAVE_EXPORT octave_value_list | Fdo_braindead_shortcircuit_evaluation (const octave_value_list &args, int nargout) |
Variables | |
| static bool | Vdo_braindead_shortcircuit_evaluation = true |
| OCTAVE_EXPORT octave_value_list Fdo_braindead_shortcircuit_evaluation | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 313 of file pt-binop.cc.
References SET_INTERNAL_VARIABLE, and warning_with_id().
|
static |
Definition at line 39 of file pt-binop.cc.
Referenced by tree_binary_expression::rvalue1().
1.8.8