Home
last modified time | relevance | path

Searched refs:LOGOP (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/ext/B/t/
Dterse.t40 qw ( OP COP LOOP PMOP UNOP BINOP LOGOP LISTOP PVOP );
Dconcise.t467 LOGOP \(0x\w+\)
Db.t378 LOGOP => [ qw(other) ],
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/
Db.typemap6 B::LOGOP T_OP_OBJ
/openbsd/src/gnu/usr.bin/perl/ext/B/
Dtypemap6 B::LOGOP T_OP_OBJ
DB.pm71 @B::LOGOP::ISA = 'B::UNOP';
DB.xs69 sizeof(LOGOP),
446 typedef LOGOP *B__LOGOP;
824 B::LOGOP::other = 7
/openbsd/src/gnu/usr.bin/perl/
Dop.h462 #define cLOGOPx(o) ((LOGOP*)(o))
Dop.c1714 LOGOP *
1717 LOGOP *logop; in Perl_alloc_LOGOP()
1719 NewOp(1101, logop, 1, LOGOP); in Perl_alloc_LOGOP()
7352 LOGOP *rcop; in Perl_pmruntime()
8804 LOGOP *logop; in S_new_logop()
8983 LOGOP *logop; in Perl_newCONDOP()
9121 LOGOP *range; in Perl_newRANGE()
9549 LOGOP* const range = cLOGOPx(flip->op_first); in Perl_newFOROP()
9714 LOGOP *enterop; in S_newGIVWHENOP()
12426 LOGOP *enter; in Perl_ck_eval()
[all …]
Dperl.c3132 LOGOP myop; /* fake syntax tree node */ in Perl_call_sv()
3157 Zero(&myop, 1, LOGOP); in Perl_call_sv()
Dperl.h3244 typedef struct logop LOGOP; typedef
Dproto.h179 PERL_CALLCONV LOGOP *
Dembed.fnc615 px |LOGOP *|alloc_LOGOP |I32 type \
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlguts.pod2503 Finally, there is a C<LOGOP>, or logic op. Like a C<LISTOP>, this has one
2508 execution path. Operators like C<and>, C<or> and C<?> are C<LOGOP>s. Note
2510 of the C<LOGOP>.
2512 =for apidoc Ayh||LOGOP
Dperl5380delta.pod191 otherwise not get invoked (e.g. when creating a custom LOGOP). To get access
Dperl5140delta.pod3661 The C<B> module was returning C<B::OP>s instead of C<B::LOGOP>s for
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1453 px |LOGOP* |alloc_LOGOP |I32 type|NULLOK OP *first|NULLOK OP *other