Home
last modified time | relevance | path

Searched refs:__get_bp_table__ (Results 1 – 4 of 4) sorted by relevance

/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dinterpreter-private.h87 extern bp_table& __get_bp_table__ (const std::string& who);
H A Dinterpreter-private.cc167 bp_table& __get_bp_table__ (const std::string& who) in __get_bp_table__() function
H A Dfcn-info.cc614 = __get_bp_table__ ("out_of_date_check"); in out_of_date_check()
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-jit.cc2303 bp_table& bptab = __get_bp_table__ ("tree_jit::enabled"); in enabled()