GNU Octave  4.2.1
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 "ovl.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) you should always use the amp
 
and the variable is changed
locally for the function and
any subroutines it calls The
original variable value is
restored when exiting the
function nd deftypefn * 
if (!warned)
 
return set_internal_variable (Vdo_braindead_shortcircuit_evaluation, args, nargout,"do_braindead_shortcircuit_evaluation")
 

Variables

and amp {||} operators. When called from inside a function with the code{"local"} option
 
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 280 of file pt-binop.cc.

Referenced by install_pt_binop_fcns().

and the variable is changed locally for the function and any subroutines it calls The original variable value is restored when exiting the function nd deftypefn* if ( warned)

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

References warning_with_id().

return set_internal_variable ( Vdo_braindead_shortcircuit_evaluation  ,
args  ,
nargout  ,
"do_braindead_shortcircuit_evaluation"   
)

Variable Documentation

and amp {||} operators. When called from inside a function with the code{"local"} option

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

bool Vdo_braindead_shortcircuit_evaluation = true
static

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