| /openbsd-src/gnu/usr.bin/perl/cpan/Module-Load/t/ |
| H A D | 02_Module-Load.t | 21 my ($afx, $cnt, $r, $tcode) = ('TestXYZ_', 0); 33 $tcode = "package $afx$cnt; my \$WORLD='PEACE';" . join '', @_; 35 $r = eval($tcode) || $@;
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | explow.c | 1521 enum tree_code tcode; in rtx_to_tree_code() local 1526 tcode = PLUS_EXPR; in rtx_to_tree_code() 1529 tcode = MINUS_EXPR; in rtx_to_tree_code() 1532 tcode = MULT_EXPR; in rtx_to_tree_code() 1535 tcode = RDIV_EXPR; in rtx_to_tree_code() 1538 tcode = MIN_EXPR; in rtx_to_tree_code() 1541 tcode = MAX_EXPR; in rtx_to_tree_code() 1544 tcode = LAST_AND_UNUSED_TREE_CODE; in rtx_to_tree_code() 1547 return ((int) tcode); in rtx_to_tree_code()
|
| H A D | fold-const.c | 5581 enum tree_code tcode = TREE_CODE (t); in extract_muldiv_1() local 5586 int same_p = tcode == code; in extract_muldiv_1() 5594 if (TREE_CODE_CLASS (tcode) == tcc_unary) in extract_muldiv_1() 5597 if (TREE_CODE_CLASS (tcode) == tcc_binary) in extract_muldiv_1() 5602 switch (tcode) in extract_muldiv_1() 5659 t1 = fold_build1 (tcode, cstype, fold_convert (cstype, t1)); in extract_muldiv_1() 5668 return fold_build1 (tcode, ctype, fold_convert (ctype, t1)); in extract_muldiv_1() 5685 tcode = (tcode == MIN_EXPR ? MAX_EXPR : MIN_EXPR); in extract_muldiv_1() 5688 return fold_build2 (tcode, ctype, fold_convert (ctype, t1), in extract_muldiv_1() 5701 && (tcode == RSHIFT_EXPR || TYPE_UNSIGNED (TREE_TYPE (op0))) in extract_muldiv_1() [all …]
|
| H A D | optabs.c | 5563 rtx op2 ATTRIBUTE_UNUSED, rtx tcode ATTRIBUTE_UNUSED) in gen_cond_trap() 5591 insn = gen_conditional_trap (trap_rtx, tcode); in gen_cond_trap() 5606 get_rtx_code (enum tree_code tcode, bool unsignedp) in get_rtx_code() argument 5609 switch (tcode) in get_rtx_code()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | explow.c | 1721 enum tree_code tcode; local 1726 tcode = PLUS_EXPR; 1729 tcode = MINUS_EXPR; 1732 tcode = MULT_EXPR; 1735 tcode = RDIV_EXPR; 1738 tcode = MIN_EXPR; 1741 tcode = MAX_EXPR; 1744 tcode = LAST_AND_UNUSED_TREE_CODE; 1747 return ((int) tcode);
|
| H A D | fold-const.c | 4082 enum tree_code tcode = TREE_CODE (t); local 4087 int same_p = tcode == code; 4094 if (TREE_CODE_CLASS (tcode) == '1') 4097 if (TREE_CODE_CLASS (tcode) == '2') 4102 switch (tcode) 4146 return fold (build1 (tcode, ctype, convert (ctype, t1))); 4160 tcode = (tcode == MIN_EXPR ? MAX_EXPR : MIN_EXPR); 4162 return fold (build (tcode, ctype, convert (ctype, t1), 4186 return extract_muldiv (build (tcode == LSHIFT_EXPR 4205 return fold (build (tcode, ctype, convert (ctype, t1), [all …]
|
| H A D | optabs.c | 5535 gen_cond_trap (code, op1, op2, tcode) in gen_cond_trap() argument 5537 rtx op1, op2 ATTRIBUTE_UNUSED, tcode ATTRIBUTE_UNUSED; 5564 insn = gen_conditional_trap (trap_rtx, tcode);
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | call.c | 590 enum tree_code fcode, tcode; in standard_conversion() local 613 tcode = TREE_CODE (to); in standard_conversion() 638 if (tcode == COMPLEX_TYPE && fcode == COMPLEX_TYPE) in standard_conversion() 660 if ((tcode == POINTER_TYPE || TYPE_PTR_TO_MEMBER_P (to)) in standard_conversion() 663 else if ((tcode == INTEGER_TYPE && fcode == POINTER_TYPE) in standard_conversion() 664 || (tcode == POINTER_TYPE && fcode == INTEGER_TYPE)) in standard_conversion() 671 else if (tcode == ENUMERAL_TYPE && fcode == INTEGER_TYPE) in standard_conversion() 678 else if ((tcode == POINTER_TYPE && fcode == POINTER_TYPE) in standard_conversion() 684 if (tcode == POINTER_TYPE in standard_conversion() 749 if (tcode == POINTER_TYPE) in standard_conversion() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | call.c | 742 enum tree_code fcode, tcode; local 766 tcode = TREE_CODE (to); 786 if (tcode == COMPLEX_TYPE && fcode == COMPLEX_TYPE) 808 if ((tcode == POINTER_TYPE || TYPE_PTRMEMFUNC_P (to)) 813 else if ((tcode == INTEGER_TYPE && fcode == POINTER_TYPE) 814 || (tcode == POINTER_TYPE && fcode == INTEGER_TYPE)) 821 else if (tcode == ENUMERAL_TYPE && fcode == INTEGER_TYPE 829 else if (tcode == POINTER_TYPE && fcode == POINTER_TYPE) 918 else if (tcode == BOOLEAN_TYPE) 931 else if (tcode == INTEGER_TYPE || tcode == BOOLEAN_TYPE [all …]
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | channels.c | 3433 u_int32_t tcode; in channel_input_extended_data() 3452 if ((r = sshpkt_get_u32(ssh, &tcode)) != 0) { in channel_input_extended_data() 3453 error_fr(r, "parse tcode"); in channel_input_extended_data() 3458 tcode != SSH2_EXTENDED_DATA_STDERR) { in channel_input_extended_data() 3429 u_int32_t tcode; channel_input_extended_data() local
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | com.c | 316 static void ffecom_f2c_make_type_ (tree *type, int tcode, const char *name); 5839 ffecom_f2c_make_type_ (tree *type, int tcode, const char *name) in ffecom_f2c_make_type_() argument 5841 switch (tcode) in ffecom_f2c_make_type_()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/po/ |
| H A D | zh_CN.po | 2503 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| H A D | bfd.pot | 2810 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| H A D | ja.po | 2475 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| H A D | da.po | 2518 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| H A D | sv.po | 2766 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/po/ |
| H A D | zh_CN.po | 2503 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| H A D | ja.po | 2475 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| H A D | bfd.pot | 3226 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| H A D | da.po | 2518 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| H A D | rw.po | 2894 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| H A D | sv.po | 2766 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| H A D | vi.po | 3058 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| H A D | tr.po | 2807 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/po/ |
| H A D | rw.po | 2893 msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
|