Home
last modified time | relevance | path

Searched refs:compcv (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dperly.c234 SvREFCNT_dec(ps[-i].compcv); in S_clear_yystack()
245 if (ps->compcv && (ps->compcv != PL_compcv)) { in S_clear_yystack()
246 PL_compcv = ps->compcv; in S_clear_yystack()
253 SvREFCNT_dec(ps->compcv); in S_clear_yystack()
415 ps->compcv = (CV*)SvREFCNT_inc(PL_compcv); in Perl_yyparse()
456 SvREFCNT_dec(ps[-i].compcv); in Perl_yyparse()
467 ps->compcv = (CV*)SvREFCNT_inc(PL_compcv); in Perl_yyparse()
503 SvREFCNT_dec(ps->compcv); in Perl_yyparse()
513 if (ps->compcv != PL_compcv) { in Perl_yyparse()
514 PL_compcv = ps->compcv; in Perl_yyparse()
[all …]
H A Dparser.h18 CV *compcv; /* value of PL_compcv when this value was created */ member
H A Dop.c10163 /* protect against fatal warnings leaking compcv */ in Perl_newMYSUB()
10187 /* protect against fatal warnings leaking compcv */ in Perl_newMYSUB()
10217 CV *compcv = PL_compcv; in Perl_newMYSUB()
10277 if (CvDEPTH(outcv) && CvCLONE(compcv)) { in Perl_newMYSUB()
10311 block = CvLVALUE(compcv) in Perl_newMYSUB()
10318 if (ps && !*ps && !attrs && !CvLVALUE(compcv)) in Perl_newMYSUB()
10319 const_sv = S_op_const_sv(aTHX_ start, compcv, FALSE); in Perl_newMYSUB()
10345 SAVEFREESV(compcv); in Perl_newMYSUB()
10349 else if (CvDEPTH(outcv) && CvCLONE(compcv)) { in Perl_newMYSUB()
10374 CvFLAGS(cv) |= CvNOWARN_AMBIGUOUS(compcv); in Perl_newMYSUB()
10066 CV *compcv = PL_compcv; Perl_newMYSUB() local
13872 CV *compcv = PL_compcv; Perl_find_lexical_cv() local
[all...]
H A Dpad.h558 CV *compcv;
562 CV *compcv; global() member
H A Dintrpvar.h674 PERLVAR(I, compcv, CV *) /* currently compiling subroutine */
H A Dpad.c272 "Pad 0x%" UVxf "[0x%" UVxf "] new: compcv=0x%" UVxf in Perl_pad_new()
2946 buffer->compcv = PL_compcv;
2981 PL_compcv = buffer->compcv; in Perl_resume_compcv()
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DTODO64 compcv
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlclassguts.pod229 field variable. This makes use of a suspended compcv to combine all the field
360 During compilation, the parser makes use of a suspended compcv when parsing
362 in the class share the same suspended compcv, which is then compiled up into