/openbsd/gnu/usr.bin/perl/ext/B/t/ |
H A D | pragma.t | 84 our $COP; 89 local $COP; 92 $COP = undef; 95 return $COP; 122 $COP = $op;
|
H A D | terse.t | 40 qw ( OP COP LOOP PMOP UNOP BINOP LOGOP LISTOP PVOP );
|
H A D | b.t | 374 COP => [ qw(arybase cop_seq file filegv hints hints_hash io
|
/openbsd/gnu/usr.bin/perl/ext/B/ |
H A D | B.xs | 76 sizeof(COP), 453 typedef COP *B__COP; 834 B::COP::cop_seq = 17 835 B::COP::line = 18 836 B::COP::hints = 19 838 B::COP::filegv = 21 839 B::COP::file = 22 840 B::COP::stash = 23 841 B::COP::stashpv = 24 842 B::COP::stashoff = 25 [all …]
|
H A D | typemap | 13 B::COP T_OP_OBJ
|
H A D | B.pm | 78 @B::COP::ISA = 'B::OP';
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 49 Amd|const char *|CopFILE|const COP * c 50 Amd|AV *|CopFILEAV|const COP * c 51 Amd|AV *|CopFILEAVn|const COP * c 52 Amd|GV *|CopFILEGV|const COP * c 54 Amd|SV *|CopFILESV|const COP * c 85 Amd|const char *|CopLABEL|COP *const cop 88 Amd|STRLEN|CopLINE|const COP * c 89 Amd|HV *|CopSTASH|const COP * c 91 Amd|char *|CopSTASHPV|const COP * c 93 Amd|bool|CopSTASH_set|COP * c|HV * hv [all …]
|
/openbsd/gnu/usr.bin/perl/ |
H A D | parser.h | 110 COP *saved_curcop; /* the previous PL_curcop */
|
H A D | intrpvar.h | 169 PERLVAR(I, curcop, COP *) 618 PERLVARI(I, curcopdb, COP *, NULL) 672 PERLVAR(I, compiling, COP) /* compiling/done executing marker */
|
H A D | peep.c | 1082 PL_curcop = ((COP*)o); /* for warnings */ in S_optimize_op() 1251 PL_curcop = ((COP*)o); /* for warnings */ in S_finalize_op() 1263 CopLINE_set(PL_curcop, CopLINE((COP*)sib)); in S_finalize_op() 2928 PL_curcop = ((COP*)o); /* for warnings */ in Perl_rpeep() 2931 PL_curcop = ((COP*)o); /* for warnings */ in Perl_rpeep() 3001 && (!CopLABEL((COP*)o)) /* Don't mess with labels */ in Perl_rpeep() 3002 && (!CopLABEL((COP*)o->op_next->op_next)) /* ... */ in Perl_rpeep() 3057 if (!CopLABEL((COP*)o) && !PERLDB_NOOPT) { in Perl_rpeep() 3107 PL_curcop = ((COP*)o); in Perl_rpeep()
|
H A D | util.c | 1517 const COP* 1518 Perl_closest_cop(pTHX_ const COP *cop, const OP *o, const OP *curop, in Perl_closest_cop() 1535 const COP *new_cop; in Perl_closest_cop() 1541 cop = (const COP *)kid; in Perl_closest_cop() 1629 const COP *cop = in Perl_mess_sv() 6707 const COP *start; 6720 start = (const COP *)CvSTART(cv);
|
H A D | pp_sort.c | 1172 COP * const cop = PL_curcop; in S_sortcv() 1212 COP * const cop = PL_curcop; in S_sortcv_stacked()
|
H A D | op.h | 467 #define cCOPx(o) ((COP*)(o))
|
H A D | op.c | 997 cop_free((COP*)o); in Perl_op_free() 1357 S_cop_free(pTHX_ COP* cop) in S_cop_free() 2126 PL_curcop = (COP*)o; /* for warning below */ in Perl_scalarvoid() 4917 COP not_compiling; in S_fold_constants() 5014 StructCopy(&PL_compiling, ¬_compiling, COP); in S_fold_constants() 5104 COP *old_curcop; in S_gen_constant_list() 5109 COP not_compiling; in S_gen_constant_list() 5134 StructCopy(old_curcop, ¬_compiling, COP); in S_gen_constant_list() 5254 PL_curcop = (COP *)o; in walk_ops_forbid() 8654 COP *cop; in Perl_newSTATEOP() [all …]
|
H A D | gv.c | 457 COP * const old = PL_curcop; in Perl_gv_init_pvn() 506 PL_curcop = (COP *)CvSTART(has_constant); in Perl_gv_init_pvn() 597 COP *oldcurcop = NULL; in S_maybe_add_coresub()
|
H A D | cop.h | 999 COP * blku_oldcop; /* old curcop pointer */
|
H A D | pp_ctl.c | 2180 const COP *lcop; 2363 PL_curcop = (COP*)PL_op; in PP() 3991 COP * const oldcurcop = PL_curcop; in S_doeval_compile() 5469 COP *old_pl_curcop = PL_curcop; in PP()
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/ |
H A D | b.typemap | 13 B::COP T_OP_OBJ
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 1439 } else if (const auto *COP = dyn_cast<ConditionalOperator>(Cond)) { in getTrylockCallExpr() local 1441 if (getStaticBooleanValue(COP->getTrueExpr(), TCond) && in getTrylockCallExpr() 1442 getStaticBooleanValue(COP->getFalseExpr(), FCond)) { in getTrylockCallExpr() 1444 return getTrylockCallExpr(COP->getCond(), C, Negate); in getTrylockCallExpr() 1447 return getTrylockCallExpr(COP->getCond(), C, Negate); in getTrylockCallExpr()
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5161delta.pod | 89 C<B::COP::stashlen> has been added. This provides access to an internal
|
H A D | perlinterp.pod | 540 3 COP (0x8179850) nextstate 582 3 COP (0x8179850) nextstate 616 2 COP (0x81798c8) nextstate
|
/openbsd/gnu/usr.bin/perl/ext/Devel-Peek/t/ |
H A D | Peek.t | 1587 3 +--nextstate COP(0xNNN) ===> 4 [pushmark 0xNNN]
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | call | 174 COP * const ocurcop = PL_curcop;
|
/openbsd/gnu/usr.bin/binutils/cpu/ |
H A D | iq2000m.cpu | 179 ; instructions, as it's the COP register that's being specified.
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | iq2000m.cpu | 179 ; instructions, as it's the COP register that's being specified.
|