Home
last modified time | relevance | path

Searched refs:__get_current_scope__ (Results 1 – 5 of 5) sorted by relevance

/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dinterpreter-private.cc143 symbol_scope __get_current_scope__ (const std::string& who) in __get_current_scope__() function
152 symbol_scope scope = __get_current_scope__ (who); in __require_current_scope__()
H A Dinterpreter-private.h81 extern symbol_scope __get_current_scope__ (const std::string& who);
H A Dfcn-info.cc359 ? scope : __get_current_scope__("fcn_info::fcn_info_rep::find")); in find()
822 ? scope : __get_current_scope__("fcn_info::fcn_info_rep::find")); in builtin_find()
H A Dload-path.cc160 symbol_scope scope = __get_current_scope__ ("find_private_file"); in find_private_file()
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-jit.cc167 initialize (__get_current_scope__ ("jit_convert::jit_convert")); in jit_convert()