#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"
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) |
|
static |
Definition at line 5021 of file pt-eval.cc.
References octave_value::dims(), dim_vector::ndims(), and dim_vector::resize().
Referenced by tree_evaluator::evaluate_end_expression().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
|
static |
Definition at line 1477 of file pt-eval.cc.
References len.
Referenced by tree_evaluator::make_fcn_handle().