Searched refs:tem (Results 51 - 75 of 107) sorted by relevance

12345

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dbuildsym.c676 struct subfile_stack *tem
679 tem->next = subfile_stack;
680 subfile_stack = tem;
685 tem->name = current_subfile->name;
671 struct subfile_stack *tem local
H A Dm2-exp.y552 { struct symbol *tem
555 if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
558 $$ = tem;
H A Dc-exp.y570 { struct symbol *tem
574 if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
577 $$ = SYMBOL_BLOCK_VALUE (tem); }
H A Dm2-exp.c1834 { struct symbol *tem
1837 if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
1840 yyval.sym = tem;
1831 { struct symbol *tem local
H A Dobjc-exp.c1937 struct symtab *tem =
1939 if (tem)
1940 yyval.bval = BLOCKVECTOR_BLOCK (BLOCKVECTOR (tem), STATIC_BLOCK);
1950 { struct symbol *tem
1954 if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
1957 yyval.bval = SYMBOL_BLOCK_VALUE (tem); }
1934 struct symtab *tem = local
1947 { struct symbol *tem local
H A Dp-exp.c1657 struct symtab *tem =
1659 if (tem)
1660 yyval.bval = BLOCKVECTOR_BLOCK (BLOCKVECTOR (tem), STATIC_BLOCK);
1670 { struct symbol *tem
1674 if (!tem || SYMBOL_CLASS (tem) != LOC_BLOCK)
1677 yyval.bval = SYMBOL_BLOCK_VALUE (tem); }
1654 struct symtab *tem = local
1667 { struct symbol *tem local
/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Dlex.cpp561 input *tem = current_input; local
563 delete tem;
651 input *tem = current_input; local
653 delete tem;
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dcolumn.cpp387 output_line *tem = ln->next; local
391 ln = tem;
425 output_line *tem = ln->next; local
427 ln = tem;
H A Dinput.cpp496 input_iterator *tem = top; local
497 check_end_diversion(tem);
500 if (tem->is_diversion)
506 delete tem;
535 input_iterator *tem = top; local
536 check_end_diversion(tem);
539 delete tem;
690 input_iterator *tem = *pp; local
691 check_end_diversion(tem);
693 delete tem;
705 input_iterator *tem = top; local
726 input_iterator *tem = top; local
1177 color *tem = lookup_color(nm); local
1192 color *tem = lookup_color(nm); local
1558 node *tem = rev; local
1632 node *tem = t.nd; local
1641 node *tem = t.nd; local
3021 char_block *tem = head; local
3058 char_block *tem = head; local
3212 macro_header *tem = p->copy(len); local
3259 macro_header *tem = p->copy(len); local
3627 arg_list *tem = args; local
3836 arg_list *tem = args; local
4599 int tem = start; local
6428 charinfo *tem = ci->get_translation(); local
6831 char *tem = s; local
6835 a_delete tem; local
7435 string_list *tem = string_assignments; local
7441 string_list *tem = register_assignments; local
7449 string_list *tem = macros; local
8139 macro *tem = mac; local
8146 macro *tem = mac; local
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dxml.h120 xml_start_menu_entry (char *tem),
H A Dxml.c565 char *tem = xmalloc (strlen (id) + 1);
566 char *p = tem;
567 strcpy (tem, id);
576 p = tem;
580 return tem;
1098 xml_start_menu_entry (char *tem)
1121 string = expansion (tem, 0);
564 char *tem = xmalloc (strlen (id) + 1); local
1096 xml_start_menu_entry(char *tem) argument
/freebsd-9.3-release/contrib/gcc/
H A Dreload1.c465 rtx tem
473 while (memory_address_p (QImode, tem))
476 tem = gen_rtx_MEM (Pmode, tem);
481 tem = gen_rtx_MEM (Pmode, gen_rtx_SYMBOL_REF (Pmode, "foo"));
482 indirect_symref_ok = memory_address_p (QImode, tem);
488 tem = gen_rtx_PLUS (Pmode,
493 tem = plus_constant (tem, 4);
495 if (memory_address_p (QImode, tem))
461 rtx tem local
2152 rtx tem; local
6909 rtx tem; local
7638 rtx tem; local
7707 rtx op0, op1, tem, insn; local
[all...]
H A Dvarasm.c3597 tree tem;
3610 for (tem = TREE_OPERAND (exp, 0); handled_component_p (tem);
3611 tem = TREE_OPERAND (tem, 0))
3614 if (TREE_PUBLIC (tem))
3645 FOR_EACH_CONSTRUCTOR_VALUE (CONSTRUCTOR_ELTS (exp), idx, tem)
3646 if (tem != 0)
3647 reloc |= compute_reloc_for_constant (tem);
3664 tree tem;
3574 tree tem; local
3641 tree tem; local
[all...]
H A Dbuiltins.c538 rtx tem = INITIAL_FRAME_ADDRESS_RTX; local
540 rtx tem; local
552 tem = frame_pointer_rtx;
555 tem = hard_frame_pointer_rtx;
585 tem = DYNAMIC_CHAIN_ADDRESS (tem);
587 tem = memory_address (Pmode, tem);
588 tem = gen_frame_mem (Pmode, tem);
1278 rtx registers, tem; local
1302 emit_move_insn (adjust_address (registers, mode, size), tem); local
3162 rtx tem = plus_constant (gen_lowpart (GET_MODE (target), end), 1); local
4536 rtx tem local
8532 tree arg1, arg2, tem; local
9337 tree tem; local
9404 tree tem; local
9459 tree tem; local
9523 tree tem; local
[all...]
H A Dreorg.c520 rtx tem = XEXP (li, 0);
524 INSN_DELETED_P (tem) = 0;
526 XVECEXP (seq, 0, i) = tem;
527 PREV_INSN (tem) = XVECEXP (seq, 0, i - 1);
528 NEXT_INSN (XVECEXP (seq, 0, i - 1)) = tem;
532 if (INSN_LOCATOR (tem) && !INSN_LOCATOR (seq_insn))
533 INSN_LOCATOR (seq_insn) = INSN_LOCATOR (tem);
534 INSN_LOCATOR (tem) = 0;
536 for (note = REG_NOTES (tem); note; note = next)
544 remove_note (tem, not
516 rtx tem = XEXP (li, 0); local
[all...]
H A Dexpr.c1562 rtx tem = operand_subword (x, i, 1, BLKmode);
1564 gcc_assert (tem);
1566 emit_move_insn (tem, gen_rtx_REG (word_mode, regno + i));
4065 tree tem;
4068 tem = get_inner_reference (to, &bitsize, &bitpos, &offset, &mode1,
4074 to_rtx = expand_normal (tem);
4154 TREE_TYPE (tem), get_alias_set (to));
5790 double_int tem = double_int_mul (tree_to_double_int (offset),
5792 tem = double_int_add (tem, tree_to_double_in
1557 rtx tem = operand_subword (x, i, 1, BLKmode); local
4053 tree tem; local
5775 double_int tem = double_int_mul (tree_to_double_int (offset), local
7433 tree tem = get_inner_reference (exp, &bitsize, &bitpos, &offset, local
9032 tree tem; local
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dlex.cpp258 input *tem = current_input; local
260 delete tem;
294 input *tem = current_input;
296 delete tem;
309 input *tem = current_input;
311 delete tem;
1502 input *tem = next;
1504 delete tem;
/freebsd-9.3-release/contrib/cvs/diff/
H A Danalyze.c456 unsigned int tem = end / 64;
460 while ((tem = tem >> 2) > 0)
527 unsigned int tem = length / 4;
533 while ((tem = tem >> 2) > 0)
454 unsigned int tem = end / 64; local
525 unsigned int tem = length / 4; local
H A Dio.c426 size_t n0, n1, tem;
596 tem = prefix_count ? filevec[1].suffix_begin - buffer1 : n1;
600 + GUESS_LINES (lines, filevec[1].prefix_end - buffer1, tem)
421 size_t n0, n1, tem; local
/freebsd-9.3-release/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp344 unsigned char tem = *ptr++; local
345 char_info[i].depth_index = tem & 0xf;
346 char_info[i].height_index = tem >> 4;
347 tem = *ptr++;
348 char_info[i].italic_index = tem >> 2;
349 char_info[i].tag = tem & 3;
/freebsd-9.3-release/contrib/diff/src/
H A Danalyze.c422 size_t tem = end / 64;
426 while ((tem = tem >> 2) > 0)
493 lin tem = length >> 2;
499 while (0 < (tem >>= 2))
420 size_t tem = end / 64; local
491 lin tem = length >> 2; local
/freebsd-9.3-release/contrib/groff/src/devices/grotty/
H A Dtty.cpp635 glyph *tem = lines[last_line];
636 lines[last_line] = tem->next;
637 delete tem;
647 glyph *tem = p->next; local
650 p = tem;
/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A Dfont.c257 DviFontList *tem = f; local
266 XtFree ((char *) tem);
/freebsd-9.3-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp477 int tem = byte_count; local
491 out4(tem);
500 int tem = byte_count; local
506 last_bop = tem;
/freebsd-9.3-release/contrib/groff/src/preproc/tbl/
H A Dtable.cpp1226 table_entry *tem = entry_list; local
1228 delete tem;
1234 stuff *tem = stuff_list; local
1236 delete tem;
1239 vertical_rule *tem = vrule_list; local
1241 delete tem;
1245 horizontal_span *tem = span_list; local
1247 delete tem;
2000 horizontal_span *tem = unsorted->next; local
2003 unsorted = tem;
[all...]

Completed in 479 milliseconds

12345