| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| D | customop.t | 52 my ($unop, $kid) = ("???" x 2); 57 and $unop = $1; 65 is $av->[5], "peep:$unop", "...with correct 'o' param";
|
| /openbsd/src/gnu/usr.bin/perl/lib/B/ |
| D | Deparse.pm | 2481 sub unop { subroutine 2518 sub pp_chop { maybe_targmy(@_, \&unop, "chop") } 2519 sub pp_chomp { maybe_targmy(@_, \&unop, "chomp") } 2520 sub pp_schop { maybe_targmy(@_, \&unop, "chop") } 2521 sub pp_schomp { maybe_targmy(@_, \&unop, "chomp") } 2522 sub pp_defined { unop(@_, "defined") } 2529 my $func = unop(@_, "undef"); 2531 return unop(@_, "undef").$var; 2536 unop(@_, "undef") 2538 sub pp_study { unop(@_, "study") } [all …]
|
| /openbsd/src/gnu/usr.bin/perl/t/comp/ |
| D | uproto.t | 99 sub unop (_) { is($_[0], 11, "unary op") } 100 unop 11, 22; # takes only the first parameter into account
|
| /openbsd/src/gnu/usr.bin/perl/regen/ |
| D | HeaderParser.pm | 33 %unop, # unary operators and their precedence 85 my @unop= qw( ! ~ + - ); 86 %unop= map { $_ => 1 } @unop; 95 $unop_pat= $make_pat->(@unop); 406 elsif ($first->{op} and $unop{ $first->{op} }) {
|
| D | opcodes | 12 # baseop - 0 unop - 1 binop - 2 15 # baseop/unop - % loopexop - } filestatop - -
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | verify.c | 761 type = int_type_node; goto unop; 772 type = long_type_node; goto unop; 777 type = float_type_node; goto unop; 782 type = double_type_node; goto unop; 783 unop:
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 669 UNOP *unop; in THX_mkUNOP() local 670 NewOp(1103, unop, 1, UNOP); in THX_mkUNOP() 671 unop->op_type = (OPCODE)type; in THX_mkUNOP() 672 op_sibling_splice((OP*)unop, NULL, 0, first); in THX_mkUNOP() 673 return (OP *)unop; in THX_mkUNOP() 2409 UNOP *unop; variable 2416 unop = (UNOP*)mkUNOP(OP_CUSTOM, kid); 2417 unop->op_ppaddr = pp_xop; 2418 unop->op_private = 0; 2419 unop->op_next = NULL; [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/cpu/ |
| D | sh64-media.cpu | 870 (define-pmacro (slice-word-unop expr) 884 (define-pmacro (slice-long-unop expr) 896 (slice-long-unop abs)) 902 (slice-word-unop abs)) 1215 (slice-long-unop -mshaldsl)) 1222 (slice-word-unop -mshaldsw)) 1229 (slice-long-unop -mshardl)) 1236 (slice-word-unop -mshardw)) 1323 (slice-long-unop -mshlldl)) 1330 (slice-word-unop -mshlldw)) [all …]
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | op.c | 5802 UNOP *unop; in Perl_newUNOP() local 5824 NewOp(1101, unop, 1, UNOP); in Perl_newUNOP() 5825 OpTYPE_set(unop, type); in Perl_newUNOP() 5826 unop->op_first = first; in Perl_newUNOP() 5827 unop->op_flags = (U8)(flags | OPf_KIDS); in Perl_newUNOP() 5828 unop->op_private = (U8)(1 | (flags >> 8)); in Perl_newUNOP() 5831 OpLASTSIB_set(first, (OP*)unop); in Perl_newUNOP() 5833 unop = (UNOP*) CHECKOP(type, unop); in Perl_newUNOP() 5834 if (unop->op_next) in Perl_newUNOP() 5835 return (OP*)unop; in Perl_newUNOP() [all …]
|
| D | op.h | 223 struct unop { struct
|
| D | perl.h | 3240 typedef struct unop UNOP;
|
| /openbsd/src/gnu/usr.bin/gcc/contrib/ |
| D | paranoia.cc | 206 void unop(int code); 236 { real_c_float r(*this); r.unop(NEGATE_EXPR); return r; } in operator -() 238 { real_c_float r(*this); r.unop(ABS_EXPR); return r; } in abs() 331 real_c_float::unop (int code) in unop() function in real_c_float
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | parse.y | 377 %type <code> unop 1172 unop: 1282 | unop cast_expr %prec UNARY
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | AMDGPUOperandSyntax.rst | 898 primaryexpr ::= '(' expr ')' | symbol | number | '.' | unop primaryexpr ; 921 unop ::= '~'
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-parse.in | 183 %type <code> unop 481 unop: '&' 527 | unop cast_expr %prec UNARY
|
| D | optabs.c | 2346 optab unop = code_to_optab[(int) code]; local 2347 if (unop == 0) 2350 return expand_unop (mode, unop, op0, target, unsignedp);
|
| /openbsd/src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| D | LangImpl06.rst | 441 return Builder.CreateCall(F, OperandV, "unop");
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | optabs.c | 2309 optab unop = code_to_optab[(int) code]; in expand_simple_unop() local 2310 gcc_assert (unop); in expand_simple_unop() 2312 return expand_unop (mode, unop, op0, target, unsignedp); in expand_simple_unop()
|
| D | combine.c | 7287 goto unop; in force_to_mode() 7315 unop: in force_to_mode()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-alpha.c | 4810 static char const unop[4] = { 0x00, 0x00, 0xfe, 0x2f }; in alpha_handle_align() local 4837 memcpy (p, unop, 4); in alpha_handle_align()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-alpha.c | 5918 static char const unop[4] = { 0x00, 0x00, 0xfe, 0x2f }; local 5944 memcpy (p, unop, 4);
|
| /openbsd/src/gnu/usr.bin/perl/ext/B/ |
| D | B.xs | 533 { STR_WITH_LEN("first"), OPp, STRUCT_OFFSET(struct unop, op_first), },/* 5*/
|
| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ChangeLog-0203 | 3138 definition. Emit a unop+nop pair. 3487 * emulparams/elf64alpha.sh (NOP): Use unop.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | ChangeLog-0203 | 3138 definition. Emit a unop+nop pair. 3487 * emulparams/elf64alpha.sh (NOP): Use unop.
|
| /openbsd/src/gnu/usr.bin/binutils/ |
| D | md5.sum | 1213 af2181269d9de10984a7a36f3ce5e01d gas/testsuite/gas/alpha/unop.d 1214 29fe0cde0ac8733c56f2ffef3a1651d4 gas/testsuite/gas/alpha/unop.s 1429 4fa062b6659daef0d47160ec64bd62a5 gas/testsuite/gas/cris/unop-mem.d 1430 65f2499748e491be121588287a7f3e05 gas/testsuite/gas/cris/unop.s
|