Searched refs:compcv (Results 1 – 8 of 8) sorted by relevance
234 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 …]
18 CV *compcv; /* value of PL_compcv when this value was created */ member
10163 /* 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...]
558 CV *compcv;562 CV *compcv; global() member
674 PERLVAR(I, compcv, CV *) /* currently compiling subroutine */
272 "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()
64 compcv
229 field variable. This makes use of a suspended compcv to combine all the field360 During compilation, the parser makes use of a suspended compcv when parsing362 in the class share the same suspended compcv, which is then compiled up into