Home
last modified time | relevance | path

Searched refs:COP (Results 1 – 25 of 48) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/ext/B/t/
H A Dpragma.t84 our $COP;
89 local $COP;
92 $COP = undef;
95 return $COP;
122 $COP = $op;
H A Dterse.t40 qw ( OP COP LOOP PMOP UNOP BINOP LOGOP LISTOP PVOP );
H A Db.t374 COP => [ qw(arybase cop_seq file filegv hints hints_hash io
/openbsd/gnu/usr.bin/perl/ext/B/
H A DB.xs76 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 Dtypemap13 B::COP T_OP_OBJ
H A DB.pm78 @B::COP::ISA = 'B::OP';
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc49 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 Dparser.h110 COP *saved_curcop; /* the previous PL_curcop */
H A Dintrpvar.h169 PERLVAR(I, curcop, COP *)
618 PERLVARI(I, curcopdb, COP *, NULL)
672 PERLVAR(I, compiling, COP) /* compiling/done executing marker */
H A Dpeep.c1082 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 Dutil.c1517 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 Dpp_sort.c1172 COP * const cop = PL_curcop; in S_sortcv()
1212 COP * const cop = PL_curcop; in S_sortcv_stacked()
H A Dop.h467 #define cCOPx(o) ((COP*)(o))
H A Dop.c997 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, &not_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, &not_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 Dgv.c457 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 Dcop.h999 COP * blku_oldcop; /* old curcop pointer */
H A Dpp_ctl.c2180 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 Db.typemap13 B::COP T_OP_OBJ
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp1439 } 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 Dperl5161delta.pod89 C<B::COP::stashlen> has been added. This provides access to an internal
H A Dperlinterp.pod540 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 DPeek.t1587 3 +--nextstate COP(0xNNN) ===> 4 [pushmark 0xNNN]
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dcall174 COP * const ocurcop = PL_curcop;
/openbsd/gnu/usr.bin/binutils/cpu/
H A Diq2000m.cpu179 ; instructions, as it's the COP register that's being specified.
/openbsd/gnu/usr.bin/binutils-2.17/cpu/
H A Diq2000m.cpu179 ; instructions, as it's the COP register that's being specified.

12