Lines Matching refs:SUPER
147 return callStack.in_error () || SUPER::in_error (); in in_error()
153 int n = SUPER::argStack.pop_int (); in pop_subr_num()
169 SUPER::set_error (); in call_subr()
172 context.str_ref = SUPER::str_ref; in call_subr()
176 SUPER::str_ref = context.str_ref; in call_subr()
181 if (unlikely (SUPER::str_ref.in_error ())) in return_from_subr()
182 SUPER::set_error (); in return_from_subr()
184 SUPER::str_ref = context.str_ref; in return_from_subr()
191 vstem_count += SUPER::argStack.get_count() / 2; in determine_hintmask_size()
222 typedef interp_env_t<ARG> SUPER; typedef
370 SUPER::process_op (op, env); in process_op()
459 typedef opset_t<ARG> SUPER; typedef
892 SUPER::env.set_endchar (false); in interpret()
895 OPSET::process_op (SUPER::env.fetch_op (), SUPER::env, param); in interpret()
896 if (unlikely (SUPER::env.in_error ())) in interpret()
898 if (SUPER::env.is_endchar ()) in interpret()
906 typedef interpreter_t<ENV> SUPER; typedef