| /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/ |
| resolve-sw-modes.cc | 80 sbitmap pushed; local 85 pushed = sbitmap_alloc (last_basic_block_for_fn (fun)); 86 bitmap_clear (pushed); 122 bitmap_set_bit (pushed, bb->index); 137 bitmap_set_bit (pushed, bb->index); 138 bitmap_set_bit (pushed, bb->index); 162 if (bitmap_bit_p (pushed, succ->index)) 165 bitmap_set_bit (pushed, bb->index); 179 sbitmap_free (pushed);
|
| /src/usr.bin/rpcgen/ |
| rpc_scan.c | 70 static int pushed = 0; /* is a token pushed */ variable 71 static token lasttok; /* last token, if pushed */ 151 if (pushed) { 152 pushed = 0; 301 pushed = 1;
|
| /src/lib/libc/arch/sh3/gen/ |
| swapcontext.S | 50 !! pr, r5 and r4 pushed onto the stack
|
| /src/external/gpl2/texinfo/dist/info/ |
| echo-area.c | 1408 PUSHED_EA *pushed; 1410 pushed = (PUSHED_EA *)xmalloc (sizeof (PUSHED_EA)); 1411 pushed->line = xstrdup (input_line); 1412 pushed->prompt = input_line_prompt; 1413 pushed->point = input_line_point; 1414 pushed->beg = input_line_beg; 1415 pushed->end = input_line_end; 1416 pushed->node = input_line_node; 1417 pushed->comp_items = echo_area_completion_items; 1418 pushed->must_complete = echo_area_must_complete_p 1404 PUSHED_EA *pushed; local [all...] |
| /src/libexec/ld.elf_so/arch/x86_64/ |
| rtld_start.S | 76 # due to the additional argument pushed.
|
| /src/external/gpl2/groff/dist/src/devices/grodvi/ |
| dvi.cpp | 132 int pushed; member in class:dvi_printer 200 cur_font(0), cur_point_size(-1), pushed(0), line_thickness(-1) 272 if (pushed) { 274 pushed = 0; 282 if (!pushed) { 283 have_pushed = pushed = 1; 534 if (pushed)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| morestack.S | 114 .cfi_adjust_cfa_offset 4 # Account for pushed register. 192 .cfi_adjust_cfa_offset 8 # Adjust for pushed register. 299 # In 32-bit mode the parameters are pushed on the stack. The 300 # argument size is pushed then the new stack frame size is 301 # pushed. 502 # pushed 10 registers, so we are still aligned to a 16-byte
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldlang.h | 299 /* Head of list of pushed flags. */ 300 struct lang_input_statement_flags *pushed; member in struct:lang_input_statement_flags
|
| lexsup.c | 1795 input_flags.pushed = xmemdup (&input_flags, 1801 if (input_flags.pushed == NULL) 1802 fatal (_("%P: no state pushed before popping\n")); 1805 struct lang_input_statement_flags *oldp = input_flags.pushed;
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldlang.h | 301 /* Head of list of pushed flags. */ 302 struct lang_input_statement_flags *pushed; member in struct:lang_input_statement_flags
|
| lexsup.c | 1806 input_flags.pushed = xmemdup (&input_flags, 1812 if (input_flags.pushed == NULL) 1813 fatal (_("%P: no state pushed before popping\n")); 1816 struct lang_input_statement_flags *oldp = input_flags.pushed;
|
| /src/sys/altq/ |
| altq_jobs.c | 978 TSENTRY *pushed; local 979 pushed = malloc(sizeof(TSENTRY), M_DEVBUF, M_WAITOK); 980 if (pushed == NULL) 983 pushed->timestamp = arv; 984 TAILQ_INSERT_TAIL(cl->arv_tm, pushed, ts_list);
|
| /src/sys/arch/m68k/fpsp/ |
| fpsp.h | 92 * a second fsave frame can be pushed onto the stack and the
|
| /src/sys/arch/vax/vax/ |
| intvec.S | 179 L4: addl2 (%sp)+,%sp # remove info pushed on stack
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| method.cc | 2758 bool pushed = false; 2760 pushed = push_tinst_level (decl); 2763 if (pushed) 2756 bool pushed = false; local
|
| init.cc | 610 bool pushed = false; local 618 pushed = true; 639 if (pushed)
|
| module.cc | 17060 macro_export *pushed = NULL; 17087 pushed = defs.quick_push (exp); 17091 pushed = defs.quick_push ((*macro_exports)[slot.offset]); 17092 if (pushed && pushed->def) 17095 def = pushed->def; 17096 else if (cpp_compare_macros (def, pushed->def))
|
| pt.cc | 540 /* Remember how many levels of template parameters we pushed so that 5029 tree pushed; local 5036 pushed = push_scope (scope); 5038 if (pushed) 6171 tree pushed = pushdecl_namespace_level (tmpl, /*hiding=*/is_friend); local 6172 if (pushed == error_mark_node) 6176 if (pushed != tmpl) 6178 decl = DECL_TEMPLATE_RESULT (pushed); 9727 tinst_level pushed, and instantiate_template, where we haven't. 12471 the class -- not the context we pushed from, as that might b [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| calls.cc | 1328 /* I counts args in order (to be) pushed; ARGPOS counts in order written. */ 2256 bytes. Then, when the arguments are pushed the stack will be perfectly 2272 /* The alignment of the stack after the arguments are pushed, if we 2273 just pushed the arguments without adjust the stack here. */ 2296 after the arguments are pushed. */ 2635 Arguments are numbered in the order they will be pushed, 2968 pushed these optimizations into -O2. Don't try if we're already 3194 /* Store the maximum argument space used. It will be pushed by 3205 /* Since the stack pointer will never be pushed, it is 3406 /* Record the maximum pushed stack space size. We need to dela 3413 poly_int64 pushed = (adjusted_args_size.constant local 4353 poly_int64 pushed = args_size.constant + pending_stack_adjust; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| ieee754-df.S | 1107 @ We're not adding CFI for ip as it's pushed into the stack
|
| ieee754-sf.S | 809 @ We're not adding CFI for ip as it's pushed into the stack only because
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| sh.cc | 6676 Number of bytes pushed for anonymous args, used to pass information 6917 registers pushed. */ 6961 /* Use movml when all banked registers are pushed. */ 7117 /* PUSHED is the number of bytes that are being pushed on the 7121 rounded_frame_size (int pushed) 7129 return ((size + pushed + align - 1) & -align) - pushed; 8031 and the rest are pushed. Any arg that starts within the first
|
| /src/sys/arch/m68k/060sp/dist/ |
| isp.s | 3215 # ADDR1 since ADDR2 entries may have pushed ADDR1 out of the #
|