Home
last modified time | relevance | path

Searched refs:tem2 (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dnode.c1409 char *tem1, *tem2; in validate_file() local
1438 tem2 = expand_node_name (tags->node); in validate_file()
1440 if (tem1 && tem2 && STREQ (tem1, tem2)) in validate_file()
1443 free (tem2); in validate_file()
1475 tem2 = expand_node_name (tags->up); in validate_file()
1476 prev_equals_up = STREQ (tem1, tem2); in validate_file()
1478 free (tem2); in validate_file()
1496 tem2 = expand_node_name (tags->node); in validate_file()
1497 if (STREQ (tem1, tem2)) in validate_file()
1500 free (tem2); in validate_file()
/openbsd-src/gnu/gcc/gcc/
H A Dtree-stdarg.c411 va_list_ptr_write (struct stdarg_info *si, tree ap, tree tem2) in va_list_ptr_write() argument
419 if (TREE_CODE (tem2) != SSA_NAME in va_list_ptr_write()
420 || bitmap_bit_p (si->va_list_vars, DECL_UID (SSA_NAME_VAR (tem2)))) in va_list_ptr_write()
426 increment = va_list_counter_bump (si, ap, tem2, true); in va_list_ptr_write()
H A Dgcse.c6666 int tem2 = 0, tem; in rest_of_handle_gcse() local
6682 tem2 = cse_main (get_insns (), max_reg_num ()); in rest_of_handle_gcse()
6691 if (tem || tem2) in rest_of_handle_gcse()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Deval.c385 int tem, tem2, tem3; in evaluate_subexp_standard() local
494 tem2 = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
496 nargs = tem3 - tem2 + 1; in evaluate_subexp_standard()
640 return value_array (tem2, tem3, argvec); in evaluate_subexp_standard()
1043 int tem2; in evaluate_subexp_standard() local
1048 tem2 = longest_to_int (exp->elts[pc2 + 1].longconst); in evaluate_subexp_standard()
1049 *pos += 3 + BYTES_TO_EXP_ELEM (tem2 + 1); in evaluate_subexp_standard()
1289 tem2 = value_as_long (arg2); in evaluate_subexp_standard()
1292 return value_slice (arg1, tem2, tem3 - tem2 + 1); in evaluate_subexp_standard()
H A Dada-lang.c7109 int tem, tem2, tem3; in ada_evaluate_subexp() local
/openbsd-src/gnu/usr.bin/gcc/gcc/config/cris/
H A Dcris.c2168 rtx tem2 = XEXP (x, 1); local
2179 if (GET_CODE (tem2) == CONST_INT
2180 && INTVAL (tem2) < 128 && INTVAL (tem2) >= -128)
2185 if (GET_CODE (tem2) == CONST_INT
2186 && CONST_OK_FOR_LETTER_P (INTVAL (tem2), 'L'))
2190 if (CONSTANT_P (tem2))
/openbsd-src/gnu/gcc/gcc/config/cris/
H A Dcris.c1744 rtx tem2 = XEXP (x, 1); in cris_address_cost() local
1755 if (GET_CODE (tem2) == CONST_INT in cris_address_cost()
1756 && INTVAL (tem2) < 128 && INTVAL (tem2) >= -128) in cris_address_cost()
1761 if (GET_CODE (tem2) == CONST_INT in cris_address_cost()
1762 && CONST_OK_FOR_LETTER_P (INTVAL (tem2), 'L')) in cris_address_cost()
1766 if (CONSTANT_P (tem2)) in cris_address_cost()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtoplev.c2936 int tem2 = 0; local
2955 tem2 = cse_main (insns, max_reg_num (), 0, rtl_dump_file);
2964 while (tem || tem2)
2966 tem = tem2 = 0;
2976 tem2 = cse_main (insns, max_reg_num (), 0, rtl_dump_file);
H A Dloop.c782 int tem2 = 0; local
864 || (tem2
957 m->cond = ((tem | tem1 | tem2) > 1);
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-script.c1088 char *tem2; in define_command() local
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c5781 rtx slot0, slot1, result, tem, tem2; local
5900 tem2 = gen_reg_rtx (mode);
5902 emit_insn (gen_andsi3 (tem2, tem, const2_rtx));
5904 emit_insn (gen_anddi3 (tem2, tem, const2_rtx));
5905 emit_cmp_insn (tem2, const0_rtx, comparison == UNEQ ? EQ : NE,
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.c6017 rtx slot0, slot1, result, tem, tem2; in sparc_emit_float_lib_cmp() local
6135 tem2 = gen_reg_rtx (mode); in sparc_emit_float_lib_cmp()
6137 emit_insn (gen_andsi3 (tem2, tem, const2_rtx)); in sparc_emit_float_lib_cmp()
6139 emit_insn (gen_anddi3 (tem2, tem, const2_rtx)); in sparc_emit_float_lib_cmp()
6140 emit_cmp_insn (tem2, const0_rtx, comparison == UNEQ ? EQ : NE, in sparc_emit_float_lib_cmp()
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog4346 * makeinfo/node.c (validate_file): ensure tem1 && tem2 before