GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pt-eval.cc File Reference
#include <cctype>
#include <condition_variable>
#include <iostream>
#include <list>
#include <mutex>
#include <string>
#include <thread>
#include "cmd-edit.h"
#include "file-ops.h"
#include "file-stat.h"
#include "lo-array-errwarn.h"
#include "lo-ieee.h"
#include "oct-env.h"
#include "bp-table.h"
#include "call-stack.h"
#include "cdef-manager.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "event-manager.h"
#include "input.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "mex-private.h"
#include "octave.h"
#include "ov-classdef.h"
#include "ov-fcn-handle.h"
#include "ov-mex-fcn.h"
#include "ov-usr-fcn.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
#include "parse.h"
#include "profiler.h"
#include "pt-all.h"
#include "pt-anon-scopes.h"
#include "pt-eval.h"
#include "pt-tm-const.h"
#include "stack-frame.h"
#include "symtab.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
Include dependency graph for pt-eval.cc:

Go to the source code of this file.

Classes

class  debugger
 
class  quit_debug_exception
 

Functions

static octave_value end_value (const octave_value &value, octave_idx_type index_position, octave_idx_type num_indices)
 
OCTAVE_EXPORT octave_value_list Fecho (octave::interpreter &interp, const octave_value_list &args, int nargout)
 
OCTAVE_EXPORT octave_value_list Fend (octave::interpreter &interp, const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Fmax_recursion_depth (octave::interpreter &interp, const octave_value_list &args, int nargout)
 
OCTAVE_EXPORT octave_value_list FPS4 (octave::interpreter &interp, const octave_value_list &args, int nargout)
 
OCTAVE_EXPORT octave_value_list Fsilent_functions (octave::interpreter &interp, const octave_value_list &args, int nargout)
 
OCTAVE_EXPORT octave_value_list Fstring_fill_char (octave::interpreter &interp, const octave_value_list &args, int nargout)
 
OCTAVE_EXPORT octave_value_list Fwhos_line_format (octave::interpreter &interp, const octave_value_list &args, int nargout)
 
static std::string get_operator_function_name (const std::string &name)
 

Function Documentation

◆ end_value()

static octave_value end_value ( const octave_value value,
octave_idx_type  index_position,
octave_idx_type  num_indices 
)
static

◆ Fecho()

OCTAVE_EXPORT octave_value_list Fecho ( octave::interpreter &  interp,
const octave_value_list args,
int  nargout 
)

Definition at line 5539 of file pt-eval.cc.

References tree_evaluator::echo().

◆ Fend()

OCTAVE_EXPORT octave_value_list Fend ( octave::interpreter &  interp,
const octave_value_list args,
int   
)

Definition at line 2276 of file pt-eval.cc.

References tree_evaluator::evaluate_end_expression().

◆ Fmax_recursion_depth()

OCTAVE_EXPORT octave_value_list Fmax_recursion_depth ( octave::interpreter &  interp,
const octave_value_list args,
int  nargout 
)

Definition at line 5295 of file pt-eval.cc.

References tree_evaluator::max_recursion_depth().

◆ FPS4()

OCTAVE_EXPORT octave_value_list FPS4 ( octave::interpreter &  interp,
const octave_value_list args,
int  nargout 
)

Definition at line 5493 of file pt-eval.cc.

References tree_evaluator::PS4().

◆ Fsilent_functions()

OCTAVE_EXPORT octave_value_list Fsilent_functions ( octave::interpreter &  interp,
const octave_value_list args,
int  nargout 
)

Definition at line 5410 of file pt-eval.cc.

References tree_evaluator::silent_functions().

◆ Fstring_fill_char()

OCTAVE_EXPORT octave_value_list Fstring_fill_char ( octave::interpreter &  interp,
const octave_value_list args,
int  nargout 
)

Definition at line 5453 of file pt-eval.cc.

References tree_evaluator::string_fill_char().

◆ Fwhos_line_format()

OCTAVE_EXPORT octave_value_list Fwhos_line_format ( octave::interpreter &  interp,
const octave_value_list args,
int  nargout 
)

Definition at line 5388 of file pt-eval.cc.

References tree_evaluator::whos_line_format().

◆ get_operator_function_name()

static std::string get_operator_function_name ( const std::string &  name)
static

Definition at line 1477 of file pt-eval.cc.

References len.

Referenced by tree_evaluator::make_fcn_handle().