GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
pt-binop.cc File Reference
#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"
Include dependency graph for pt-binop.cc:

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
 

Function Documentation

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().

Variable Documentation

bool Vdo_braindead_shortcircuit_evaluation = true
static

Definition at line 39 of file pt-binop.cc.

Referenced by tree_binary_expression::rvalue1().