Searched refs:header (Results 201 - 225 of 359) sorted by relevance

1234567891011>>

/haiku-buildtools/legacy/binutils/ld/
H A Dldwrite.c41 switch (statement->header.type)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020304-1.c13 long header; member in struct:scmobj::vector
/haiku-buildtools/gcc/gcc/
H A Dira-build.c182 FOR_EACH_EDGE (e, ei, loop->header->preds)
2021 FOR_EACH_EDGE (e, ei, loop_node->loop->header->preds)
2223 FOR_EACH_EDGE (e, ei, loop->header->preds)
2254 if ((diff = l1->loop->header->frequency - l2->loop->header->frequency) != 0)
2310 " Mark loop %d (header %d, freq %d, depth %d) for removal (%s)\n",
2311 sorted_loops[i]->loop_num, sorted_loops[i]->loop->header->index,
2312 sorted_loops[i]->loop->header->frequency,
2342 " Mark loop %d (header %d, freq %d, depth %d) for removal\n",
2344 ira_loop_nodes[i].loop->header
[all...]
H A Dloop-doloop.c507 /* Insert initialization of the count register into the loop header. */
663 if (loop->header->count)
H A Dcfgloop.h127 /* Basic block of loop header. */
128 basic_block header; variable
213 loop header for loops marked for removal. Note that this prevents
H A Dtree-ssa-loop-niter.c90 of loop header copies we use for simplifying a conditional
180 /* Or for PHI results in loop->header where VAR is used as
182 for (gsi = gsi_start_phis (loop->header); !gsi_end_p (gsi); gsi_next (&gsi))
473 comparisons before the loop (usually created by loop header copying). */
532 /* Now walk the dominators of the loop header and use the entry
534 for (bb = loop->header;
1033 iv0->base < iv1->base + step, due to loop header copying, which enable us
1824 for (bb = loop->header;
2205 if (bb == loop->header)
2230 in header o
[all...]
H A Dlto-cgraph.c2132 const struct lto_function_header *header = local
2135 const int main_offset = cfg_offset + header->cfg_size;
2136 const int string_offset = main_offset + header->main_size;
2142 header->main_size, file_data->mode_table);
2146 header->string_size, vNULL);
H A Dgraphite-sese-to-poly.c2942 basic_block header, def_bb; local
2949 header = loop->header;
2960 return dominated_by_p (CDI_DOMINATORS, header, def_bb);
3148 for (psi = gsi_start_phis (loop->header);
H A Dipa-icf.c2198 const lto_function_header *header = local
2201 const int main_offset = cfg_offset + header->cfg_size;
2202 const int string_offset = main_offset + header->main_size;
2208 header->main_size, file_data->mode_table);
2212 header->string_size, vNULL);
H A DMakefile.in177 # "extern" tags in header files.
498 # Test to see whether <limits.h> exists in the system header files.
567 # Directory in which to put localized header files. On the systems with
708 # List of additional header files to install.
722 # Control whether header files are installed.
731 # Additional directories of header files to run fixincludes on.
735 # header files, but are not searched automatically by default.
1041 # Specify the directories to be searched for header files.
2076 # Generate header and source files from the machine description,
2367 # Compute the list of GT header file
[all...]
H A Dipa-inline-analysis.c2821 bb_predicate = *(struct predicate *) loop->header->aux;
2846 for (gphi_iterator gsi = gsi_start_phis (loop->header);
4222 const struct lto_function_header *header = local
4225 const int main_offset = cfg_offset + header->cfg_size;
4226 const int string_offset = main_offset + header->main_size;
4231 lto_input_block ib ((const char *) data + main_offset, header->main_size,
4236 header->string_size, vNULL);
H A Dtree-ssa-loop-im.c231 /* The outermost loop for which execution of the header guarantees that the
1295 header or the one already present. */
1321 when the target loop header is executed and the stmt may
2382 of its header implies execution of bb. CONTAINS_CALL is the bitmap of
2393 if (ALWAYS_EXECUTED_IN (loop->header) == NULL)
2422 if (bb->loop_father->header == bb)
2436 if (last == loop->header)
2450 of its header implies execution of bb. */
H A Dsese.c147 if (loop->header == bb
H A Dloop-invariant.c639 through it. It is sufficient to do this for header of the loop,
641 if (body[i]->loop_father->header != body[i])
1998 fprintf (dump_file, "\n Loop %d (parent %d, header bb%d, depth %d)\n",
2000 loop->header->index, loop_depth (loop));
H A Ddf-core.c1413 stack[sp++] = ei_start (loop->header->preds);
1414 bitmap_set_bit (visited, loop->header->index);
/haiku-buildtools/autoconf/lib/Autom4te/
H A DChannels.pm192 =item C<header =E<gt> ''>
259 header => '',
392 $msg = _format_sub_message ("$loc: ", $opts{'header'}
402 $msg = _format_sub_message ("$location: ", $opts{'header'}
/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Dtexinfo.el167 standard `texinfo-master-menu-header'.
522 (make-local-variable 'tex-start-of-header)
523 (setq tex-start-of-header "%\\*\\*start")
524 (make-local-variable 'tex-end-of-header)
525 (setq tex-end-of-header "%\\*\\*end")
526 (make-local-variable 'tex-first-line-header-regexp)
527 (setq tex-first-line-header-regexp "^\\\\input")
802 temporary file; and if the buffer has a header, it is written to the
803 temporary file before the region itself. The buffer's header is all lines
804 between the strings defined by `tex-start-of-header' an
[all...]
/haiku-buildtools/legacy/gcc/
H A Dltconfig1994 /* System header to define __stub macros and hopefully few prototypes,
2113 /* System header to define __stub macros and hopefully few prototypes,
2158 /* System header to define __stub macros and hopefully few prototypes,
/haiku-buildtools/gcc/gmp/
H A DMakefile.am360 ./gen-fib header $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >fib_table.h || (rm -f fib_table.h; exit 1)
377 ./gen-bases header $(GMP_LIMB_BITS) $(GMP_NAIL_BITS) >mp_bases.h || (rm -f mp_bases.h; exit 1)
/haiku-buildtools/binutils/binutils/
H A Dwindint.h1 /* windint.h -- internal header file for windres program.
476 /* Window style flags, from the winsup Defines.h header file. These
707 bfd_byte header[54]; member in struct:bin_fontdir_item
/haiku-buildtools/binutils/bfd/
H A Dbfd-in.h1 /* Main header file for the bfd library -- portable access to object files.
28 #error config.h must be included before this header
471 /* The header file hash table. */
694 copy of ABFD's program header table entries. Return -1 if an error
699 /* Copy ABFD's program header table entries to *PHDRS. The entries
704 Return the number of program header table entries read, or -1 if an
711 memory based on the ELF file header at EHDR_VMA and the ELF program
/haiku-buildtools/binutils/ld/
H A Dldwrite.c41 switch (statement->header.type)
/haiku-buildtools/legacy/binutils/bfd/
H A Dsom.c51 /* Magic not defined in standard HP-UX header files until 8.0. */
1634 struct header *file_hdrp,
1676 /* Save the auxiliary header. */
1679 /* Allocate space to hold the saved exec header information. */
1734 Save important offsets and sizes from the SOM header into
1758 struct header *file_hdr,
1895 store the location of the subspace header in target
1897 header as the key. Then we can assign correct
1903 by the access_control_bits in the subspace header. */
2055 struct header file_hd
[all...]
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Dconfigure161 --includedir=DIR C header files in DIR [PREFIX/include]
162 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
901 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
902 echo "configure:903: checking for ANSI C header files" >&5
1036 # header isn't actually like checking the functions, though...
1287 /* System header to define __stub macros and hopefully few prototypes,
1351 /* System header to define __stub macros and hopefully few prototypes,
/haiku-buildtools/gcc/libcpp/
H A Dfiles.c83 #include_next and determining whether a header is a system
84 header. */
454 search_path_exhausted (cpp_reader *pfile, const char *header, _cpp_file *file) argument
463 if ((file->path = func (pfile, header, &file->dir)) != NULL)
496 If present, it is OK for a precompiled header to be included after
778 /* We must mark the file once-only if #import now, before header
779 guard checks. Otherwise, undefining the header guard might
790 /* Skip if the file had a header guard and the macro is defined.
1327 /* Not everyone who wants to set system-header-ness on a buffer can
1329 fix-header need
[all...]

Completed in 483 milliseconds

1234567891011>>