Home
last modified time | relevance | path

Searched refs:install_variable (Results 1 – 18 of 18) sorted by relevance

/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dstack-frame.h292 install_variable (sym, octave_value (), false); in make_persistent()
305 install_variable (sym, octave_value (), true); in make_global()
415 void install_variable (const symbol_record& sym,
418 void install_variable (const std::string& name, in install_variable() function
423 install_variable (sym, value, global); in install_variable()
H A Dinterpreter.h366 void install_variable (const std::string& name, const octave_value& value,
H A Dinterpreter.cc1503 void interpreter::install_variable (const std::string& name, in install_variable() function in octave::interpreter
1506 m_evaluator.install_variable (name, value, global); in install_variable()
H A Dload-save.cc1067 m_interpreter.install_variable (name, val, global); in install_loaded_variable()
H A Dstack-frame.cc1275 void stack_frame::install_variable (const symbol_record& sym, in install_variable() function in octave::stack_frame
/dports/devel/gdb/gdb-11.1/gdb/
H A Dvarobj.c145 static void install_variable (struct varobj *);
394 install_variable (var.get ()); in varobj_create()
1734 install_variable (struct varobj *var) in install_variable() function
1803 install_variable (child); in create_child_with_value()
2064 install_variable (tmp_var); in value_of_root()
2361 install_variable (tmp_var); in varobj_invalidate_iter()
H A DChangeLog-2020546 (install_variable): Return void.
622 (install_variable, uninstall_variable, all_root_varobjs): Update.
628 (varobj_get_handle, install_variable, uninstall_variable):
H A DChangeLog-20155106 * varobj.c (install_variable): Likewise.
H A DChangeLog-20094311 (install_variable, uninstall_variable): Remove the rootcount updates.
H A DChangeLog-20171972 (install_variable): Likewise.
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dvarobj.c165 static int install_variable (struct varobj *);
531 if (!install_variable (var))
1107 install_variable (struct varobj *var)
1259 install_variable (child);
1665 install_variable (tmp_var);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dvarobj.c165 static int install_variable (struct varobj *);
531 if (!install_variable (var)) in varobj_create()
1107 install_variable (struct varobj *var) in install_variable() function
1259 install_variable (child); in create_child()
1665 install_variable (tmp_var); in value_of_root()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dvarobj.c237 static int install_variable (struct varobj *);
657 if (!install_variable (var)) in varobj_create()
2019 install_variable (struct varobj *var) in install_variable() function
2159 install_variable (child); in create_child_with_value()
2497 install_variable (tmp_var); in value_of_root()
3653 install_variable (tmp_var); in varobj_invalidate_iter()
H A DChangeLog-20094315 (install_variable, uninstall_variable): Remove the rootcount updates.
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dvarobj.c241 static int install_variable (struct varobj *);
761 if (!install_variable (var)) in varobj_create()
2279 install_variable (struct varobj *var) in install_variable() function
2438 install_variable (child); in create_child_with_value()
2779 install_variable (tmp_var); in value_of_root()
4205 install_variable (tmp_var); in varobj_invalidate_iter()
H A DChangeLog-20094315 (install_variable, uninstall_variable): Remove the rootcount updates.
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-eval.h309 void install_variable (const std::string& name,
H A Dpt-eval.cc1503 void tree_evaluator::install_variable (const std::string& name, in install_variable() function in octave::tree_evaluator
1510 return frame->install_variable (name, value, global); in install_variable()