GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pt-eval.cc File Reference
#include <cctype>
#include <iostream>
#include <list>
#include <string>
#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 "octave.h"
#include "ov-classdef.h"
#include "ov-fcn-handle.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 "pt-jit.h"
Include dependency graph for pt-eval.cc:

Go to the source code of this file.

Classes

class  octave::debugger
 
class  octave::quit_debug_exception
 

Namespaces

 octave
 

Functions

static octave_value octave::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 octave::get_operator_function_name (const std::string &name)
 

Function Documentation

◆ Fecho()

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

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

References octave::tree_evaluator::echo().

◆ Fend()

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

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

References octave::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 4369 of file pt-eval.cc.

References octave::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 4564 of file pt-eval.cc.

References octave::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 4481 of file pt-eval.cc.

References octave::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 4524 of file pt-eval.cc.

References octave::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 4459 of file pt-eval.cc.

References octave::tree_evaluator::whos_line_format().