Home
last modified time | relevance | path

Searched refs:retop (Results 1 – 25 of 93) sorted by relevance

1234

/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-cbinop.cc124 octave_value::compound_binary_op retop in simplify_mul_op() local
130 retop = octave_value::op_herm_mul; in simplify_mul_op()
132 retop = octave_value::op_trans_mul; in simplify_mul_op()
138 retop = octave_value::op_mul_herm; in simplify_mul_op()
143 return retop; in simplify_mul_op()
151 octave_value::compound_binary_op retop in simplify_ldiv_op() local
157 retop = octave_value::op_herm_ldiv; in simplify_ldiv_op()
159 retop = octave_value::op_trans_ldiv; in simplify_ldiv_op()
161 return retop; in simplify_ldiv_op()
173 octave_value::compound_binary_op retop
[all …]
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dbitmap.c117 retop(struct bitmap *b) in retop() function
137 retop(b); in bitmap_clear_bit()
146 retop(b); in bitmap_nbits()
212 retop(b); in bitmap_from_string()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dbitmap.c117 retop(struct bitmap *b) in retop() function
137 retop(b); in bitmap_clear_bit()
146 retop(b); in bitmap_nbits()
212 retop(b); in bitmap_from_string()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Ddeb.c306 const OP * const retop = cx->blk_sub.retop; in Perl_deb_stack_all() local
309 retop ? OP_NAME(retop) : "(null)" in Perl_deb_stack_all()
H A Dinline.h2786 Perl_cx_pushsub(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, bool hasargs) in Perl_cx_pushsub() argument
2799 cx->blk_sub.retop = retop; in Perl_cx_pushsub()
2864 Perl_cx_pushformat(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, GV *gv) in Perl_cx_pushformat() argument
2871 cx->blk_format.retop = retop; in Perl_cx_pushformat()
2908 Perl_push_evalortry_common(pTHX_ PERL_CONTEXT *cx, OP *retop, SV *namesv) in Perl_push_evalortry_common() argument
2910 cx->blk_eval.retop = retop; in Perl_push_evalortry_common()
2923 Perl_cx_pusheval(pTHX_ PERL_CONTEXT *cx, OP *retop, SV *namesv) in Perl_cx_pusheval() argument
2927 Perl_push_evalortry_common(aTHX_ cx, retop, namesv); in Perl_cx_pusheval()
2934 Perl_cx_pushtry(pTHX_ PERL_CONTEXT *cx, OP *retop) in Perl_cx_pushtry() argument
2938 Perl_push_evalortry_common(aTHX_ cx, retop, NULL); in Perl_cx_pushtry()
H A Dpp_ctl.c2390 OP *retop; in PP() local
2478 retop = cx->blk_sub.retop; in PP()
2481 return retop; in PP()
2993 retop = cx->blk_sub.retop; in PP()
3219 if (!retop) retop = PL_main_start; in PP()
3234 return retop; in PP()
4579 OP *retop; in PP() local
4616 retop = cx->blk_eval.retop; in PP()
4629 return retop; in PP()
4742 OP *retop; in PP() local
[all …]
/dports/lang/perl5.34/perl-5.34.0/
H A Ddeb.c306 const OP * const retop = cx->blk_sub.retop; in Perl_deb_stack_all() local
309 retop ? OP_NAME(retop) : "(null)" in Perl_deb_stack_all()
H A Dinline.h2194 Perl_cx_pushsub(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, bool hasargs) in Perl_cx_pushsub() argument
2207 cx->blk_sub.retop = retop; in Perl_cx_pushsub()
2272 Perl_cx_pushformat(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, GV *gv) in Perl_cx_pushformat() argument
2279 cx->blk_format.retop = retop; in Perl_cx_pushformat()
2316 Perl_push_evalortry_common(pTHX_ PERL_CONTEXT *cx, OP *retop, SV *namesv) in Perl_push_evalortry_common() argument
2318 cx->blk_eval.retop = retop; in Perl_push_evalortry_common()
2331 Perl_cx_pusheval(pTHX_ PERL_CONTEXT *cx, OP *retop, SV *namesv) in Perl_cx_pusheval() argument
2335 Perl_push_evalortry_common(aTHX_ cx, retop, namesv); in Perl_cx_pusheval()
2342 Perl_cx_pushtry(pTHX_ PERL_CONTEXT *cx, OP *retop) in Perl_cx_pushtry() argument
2346 Perl_push_evalortry_common(aTHX_ cx, retop, NULL); in Perl_cx_pushtry()
H A Dpp_ctl.c2390 OP *retop; in PP() local
2478 retop = cx->blk_sub.retop; in PP()
2481 return retop; in PP()
2974 retop = cx->blk_sub.retop; in PP()
3198 if (!retop) retop = PL_main_start; in PP()
3213 return retop; in PP()
4558 OP *retop; in PP() local
4595 retop = cx->blk_eval.retop; in PP()
4608 return retop; in PP()
4721 OP *retop; in PP() local
[all …]
/dports/lang/perl5.32/perl-5.32.1/
H A Ddeb.c306 const OP * const retop = cx->blk_sub.retop; in Perl_deb_stack_all() local
309 retop ? OP_NAME(retop) : "(null)" in Perl_deb_stack_all()
H A Dinline.h2157 Perl_cx_pushsub(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, bool hasargs) in Perl_cx_pushsub() argument
2170 cx->blk_sub.retop = retop; in Perl_cx_pushsub()
2235 Perl_cx_pushformat(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, GV *gv) in Perl_cx_pushformat() argument
2242 cx->blk_format.retop = retop; in Perl_cx_pushformat()
2279 Perl_cx_pusheval(pTHX_ PERL_CONTEXT *cx, OP *retop, SV *namesv) in Perl_cx_pusheval() argument
2285 cx->blk_eval.retop = retop; in Perl_cx_pusheval()
H A Dpp_ctl.c2375 OP *retop; in PP() local
2463 retop = cx->blk_sub.retop; in PP()
2959 retop = cx->blk_sub.retop; in PP()
3112 if (retop) in PP()
3121 if (retop) in PP()
3129 if (!retop) in PP()
3183 if (!retop) retop = PL_main_start; in PP()
4555 OP *retop; in PP() local
4592 retop = cx->blk_eval.retop; in PP()
4661 OP *retop; in PP() local
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Ddeb.c306 const OP * const retop = cx->blk_sub.retop; in Perl_deb_stack_all() local
309 retop ? OP_NAME(retop) : "(null)" in Perl_deb_stack_all()
H A Dinline.h2040 S_cx_pushsub(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, bool hasargs) in S_cx_pushsub() argument
2051 cx->blk_sub.retop = retop; in S_cx_pushsub()
2115 S_cx_pushformat(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, GV *gv) in S_cx_pushformat() argument
2120 cx->blk_format.retop = retop; in S_cx_pushformat()
2156 S_cx_pusheval(pTHX_ PERL_CONTEXT *cx, OP *retop, SV *namesv) in S_cx_pusheval() argument
2160 cx->blk_eval.retop = retop; in S_cx_pusheval()
H A Dpp_ctl.c2356 OP *retop; in PP() local
2444 retop = cx->blk_sub.retop; in PP()
2940 retop = cx->blk_sub.retop; in PP()
3090 if (retop) in PP()
3099 if (retop) in PP()
3107 if (!retop) in PP()
3161 if (!retop) retop = PL_main_start; in PP()
4528 OP *retop; in PP() local
4565 retop = cx->blk_eval.retop; in PP()
4634 OP *retop; in PP() local
[all …]
/dports/devel/p5-Syntax-Keyword-Try/Syntax-Keyword-Try-0.26/lib/Syntax/Keyword/
H A DTry.xs55 OP *retop = cxstack[cxix].blk_eval.retop; in pp_returnintry() local
57 if(retop->op_type == OP_CUSTOM && retop->op_ppaddr == &pp_catch && in pp_returnintry()
58 (leave = cLOGOPx(retop)->op_first) && leave->op_type == OP_LEAVETRY && in pp_returnintry()
/dports/devel/p5-Object-Pad/Object-Pad-0.58/src/
H A Dslot.c375 if(!ctx.retop) in S_generate_slot_accessor_method()
377 ops = op_append_list(OP_LINESEQ, ops, ctx.retop); in S_generate_slot_accessor_method()
414 ctx->retop = newLISTOP(OP_RETURN, 0, in slothook_gen_reader_ops()
464 ctx->retop = newLISTOP(OP_RETURN, 0, in slothook_gen_writer_ops()
500 ctx->retop = newLISTOP(OP_RETURN, 0, in slothook_gen_mutator_ops()
533 ctx->retop = newLISTOP(OP_RETURN, 0, in slothook_gen_accessor_ops()
/dports/lang/perl5.34/perl-5.34.0/ext/File-DosGlob/
H A DDosGlob.xs50 (char *)&cxstack[cxstack_ix].blk_sub.retop, sizeof(OP *)
/dports/lang/perl5.30/perl-5.30.3/ext/File-DosGlob/
H A DDosGlob.xs50 (char *)&cxstack[cxstack_ix].blk_sub.retop, sizeof(OP *)
/dports/lang/perl5.32/perl-5.32.1/ext/File-DosGlob/
H A DDosGlob.xs50 (char *)&cxstack[cxstack_ix].blk_sub.retop, sizeof(OP *)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/File-DosGlob/
H A DDosGlob.xs50 (char *)&cxstack[cxstack_ix].blk_sub.retop, sizeof(OP *)
/dports/devel/p5-Devel-Callsite/Devel-Callsite-1.0.1/
H A DCallsite.xs10 # define MY_RETOP(c) PTR2UV((c)->blk_sub.retop)
/dports/devel/p5-B-C/B-C-1.57/
H A Dcc_runtime.h58 cxstack[cxstack_ix].blk_eval.retop = Nullop; \
/dports/devel/p5-B-Utils/B-Utils-0.27/
H A DOP.xs100 return cx->blk_sub.retop; in BUtils_find_return_op()
/dports/devel/p5-Data-Alias/Data-Alias-1.25/
H A DAlias.xs1399 OP *retop; in DataAlias_pp_return() local
1455 retop = cx->blk_sub.retop; in DataAlias_pp_return()
1469 retop = cx->blk_eval.retop; in DataAlias_pp_return()
1489 retop = cx->blk_sub.retop; in DataAlias_pp_return()
1494 retop = NULL; /* suppress "uninitialized" warning */ in DataAlias_pp_return()
1534 retop = pop_return(); in DataAlias_pp_return()
1536 return retop; in DataAlias_pp_return()

1234