Searched refs:header (Results 251 - 275 of 359) sorted by relevance

<<1112131415

/haiku-buildtools/binutils/ld/
H A Dplugin.c1198 ASSERT (entry->header.type == lang_input_statement_enum);
/haiku-buildtools/legacy/gcc/gcc/
H A Dhaifa-sched.c1429 is still an inner loop. Put in max_hdr[blk] the header of the most inner
1495 /* Note if a block is a natural loop header. */
1496 sbitmap header;
1498 /* Note if a block is an natural inner loop header. */
1508 and a mapping from block to its loop header (if the block is contained
1525 header = sbitmap_alloc (n_basic_blocks);
1526 sbitmap_zero (header);
1583 SET_BIT (header, child);
1636 SET_BIT (header, 0);
1647 if (TEST_BIT (header,
1493 sbitmap header; local
[all...]
H A Demit-rtl.c1683 rtx header = gen_rtx_INLINE_HEADER (VOIDmode,
1694 return header;
1673 rtx header = gen_rtx_INLINE_HEADER (VOIDmode, local
/haiku-buildtools/legacy/binutils/libiberty/
H A Dconfigure826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2491 # breaks some systems' header files.
2716 # Use a header file that comes with gcc, so configuring glibc
2823 # Use a header file that comes with gcc, so configuring glibc
3660 # It's OK to check for header files. Although the compiler may not be
3956 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3957 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5068 /* System header to define __stub macros and hopefully few prototypes,
6071 /* System header t
[all...]
/haiku-buildtools/libtool/libltdl/
H A Dconfigure1002 --includedir=DIR C header files [PREFIX/include]
1003 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2702 # breaks some systems' header files.
4300 # Use a header file that comes with gcc, so configuring glibc
4407 # Use a header file that comes with gcc, so configuring glibc
4514 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4515 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4765 # Is the header compilable?
4810 # Is the header present?
4850 # So? What about this header
[all...]
/haiku-buildtools/legacy/binutils/gprof/
H A Dconfigure826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2154 # breaks some systems' header files.
4688 # breaks some systems' header files.
4991 /* System header to define __stub macros and hopefully few prototypes,
5177 # Use a header file that comes with gcc, so configuring glibc
5284 # Use a header file that comes with gcc, so configuring glibc
5406 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5407 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6159 /* System header t
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c25 all methods must be provided in header files; can't use a source
585 /* We've got a template header coming up; push to a new level for storing
673 /* We've just seen a template header. If SPECIALIZATION is non-zero,
1184 /* The last template header was of the form template <>. */
1547 /* We are in the scope of some `template <...>' header. */
1892 tree header; local
1903 for (header = current_template_parms; header; header = TREE_CHAIN (header))
[all...]
/haiku-buildtools/autoconf/
H A Dconfigure1205 --includedir=DIR C header files [PREFIX/include]
1206 --oldincludedir=DIR C header files for non-gcc [/usr/include]
/haiku-buildtools/binutils/etc/
H A Dconfigure1188 --includedir=DIR C header files [PREFIX/include]
1189 --oldincludedir=DIR C header files for non-gcc [/usr/include]
/haiku-buildtools/legacy/binutils/gas/
H A Dconfigure826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2155 # breaks some systems' header files.
4239 # Generate a header file
4259 #We need this for the host. BOUT header is in host order.
5702 # breaks some systems' header files.
6328 # Use a header file that comes with gcc, so configuring glibc
6435 # Use a header file that comes with gcc, so configuring glibc
6557 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6558 echo $ECHO_N "checking for ANSI C header file
[all...]
/haiku-buildtools/gcc/zlib/
H A Dmake_vms.com121 $! Build a fake configure input header
/haiku-buildtools/binutils/zlib/
H A Dmake_vms.com121 $! Build a fake configure input header
/haiku-buildtools/gcc/gnattools/
H A Dconfigure1219 --includedir=DIR C header files [PREFIX/include]
1220 --oldincludedir=DIR C header files for non-gcc [/usr/include]
/haiku-buildtools/binutils/gold/
H A Dscript.cc1229 // returns the segment which holds the file header and segment
3081 const struct Parser_output_section_header* header)
3086 header);
3245 // Add a new program header.
3261 // Convert a program header string to a type.
3080 script_start_output_section(void* closurev, const char* name, size_t namelen, const struct Parser_output_section_header* header) argument
/haiku-buildtools/gcc/gcc/
H A Dira-emit.c510 source loop header containing basic blocks of non-parents
620 " Changing RTL for loop %d (header bb%d)\n",
621 node->loop_num, node->loop->header->index);
H A Dsel-sched-ir.h906 /* For each bb header this field contains a set of live registers.
1059 /* True when BB is a header of the inner loop. */
1076 if (bb == inner_loop->header
1138 E.g. if BB is a loop header which has several loop exits,
1139 traverse all of them and if any of them turns out to be another loop header
1312 /* Consider bb as a possible loop header. */
1332 /* bb is not a loop header, check as usual. */
1464 but only when it leads to the same loop. It can lead to the header
H A Dcprop.c1547 a loop header. This will either rotate the loop, create
1549 if (bb == bb->loop_father->header)
H A Dsel-sched.c138 The result is saved on each basic block header.
472 av_sets. Av_set of bb header is valid if its (bb header's) level is equal
3117 it at INSN if INSN is bb header. */
4590 /* We do not split header. */
4591 gcc_assert (e2->dest != current_loop_nest->header);
4913 NOTE BASIC BLOCK: <- bb header
4933 NOTE BASIC BLOCK: <- bb header
5027 /* INSN is a new basic block header - so prepare its data
5097 /* Rewind BND->TO to the basic block header i
6966 int header = local
[all...]
H A Dtree-inline.c2568 || bitmap_bit_p (id->blocks_to_copy, src_loop->header->index))
2572 /* Assign the new loop its header and latch and associate
2574 dest_loop->header = (basic_block)src_loop->header->aux;
2575 dest_loop->header->loop_father = dest_loop;
/haiku-buildtools/gcc/fixincludes/
H A Dconfigure1259 --includedir=DIR C header files [PREFIX/include]
1260 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1485 # Is the header compilable?
1502 # Is the header present?
1518 # So? What about this header?
1690 /* System header to define __stub macros and hopefully few prototypes,
4053 # Use a header file that comes with gcc, so configuring glibc
4112 # Use a header file that comes with gcc, so configuring glibc
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4301 $as_echo_n "checking for ANSI C header file
[all...]
/haiku-buildtools/gcc/gotools/
H A Dconfigure1256 --includedir=DIR C header files [PREFIX/include]
1257 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1491 /* System header to define __stub macros and hopefully few prototypes,
/haiku-buildtools/legacy/binutils/opcodes/
H A Dconfigure826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2158 # breaks some systems' header files.
5023 # breaks some systems' header files.
5330 # Use a header file that comes with gcc, so configuring glibc
5437 # Use a header file that comes with gcc, so configuring glibc
5559 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5560 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6312 /* System header to define __stub macros and hopefully few prototypes,
6480 # Is the header compilabl
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-stmt.c3152 array. OUTER is the loop header to be used for initializing mask
3280 stmtblock_t header; local
3284 gfc_start_block (&header);
3303 body = gfc_trans_forall_loop (forall_tmp, body, mask_flag, &header);
3308 gfc_add_expr_to_block (&header, body);
3309 return gfc_finish_block (&header);
/haiku-buildtools/legacy/binutils/binutils/
H A Dconfigure826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2155 # breaks some systems' header files.
4776 # breaks some systems' header files.
5270 # Use a header file that comes with gcc, so configuring glibc
5377 # Use a header file that comes with gcc, so configuring glibc
5499 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5500 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6252 /* System header to define __stub macros and hopefully few prototypes,
6420 # Is the header compilabl
[all...]
/haiku-buildtools/binutils/binutils/
H A Dconfigure1382 --includedir=DIR C header files [PREFIX/include]
1383 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1686 # Is the header compilable?
1703 # Is the header present?
1719 # So? What about this header?
1845 /* System header to define __stub macros and hopefully few prototypes,
4714 # Use a header file that comes with gcc, so configuring glibc
4773 # Use a header file that comes with gcc, so configuring glibc
4961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4962 $as_echo_n "checking for ANSI C header file
[all...]

Completed in 328 milliseconds

<<1112131415