Home
last modified time | relevance | path

Searched refs:elements (Results 126 – 150 of 203) sorted by relevance

123456789

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-into-ssa.c1124 auto_vec<var_info *> vars (var_infos->elements ()); in insert_phi_nodes()
1708 (long) htab.elements (), in htab_statistics()
H A Dhsa-gen.c1289 hsa_op_code_list::hsa_op_code_list (unsigned elements) in hsa_op_code_list() argument
1293 m_offsets.safe_grow_cleared (elements); in hsa_op_code_list()
1307 hsa_op_operand_list::hsa_op_operand_list (unsigned elements) in hsa_op_operand_list() argument
1310 m_offsets.create (elements); in hsa_op_operand_list()
1311 m_offsets.safe_grow (elements); in hsa_op_operand_list()
H A Dgenmatch.c801 capture_ids (capture_ids_), capture_max (capture_ids_->elements () - 1) {} in simplify()
4010 unsigned newid = capture_ids->elements (); in get_internal_capture_id()
4117 unsigned next_id = capture_ids->elements (); in parse_capture()
4889 cpts.safe_grow_cleared (capture_ids->elements ()); in finish_match_operand()
H A Dtree-ssa-coalesce.c298 return cl->list->elements (); in num_coalesce_pairs()
H A Drtl.def896 elements of `recog_data.operand' for use by the vector of
923 elements of `recog_data.operand' for use by the vector of
941 elements of `recog_data.operand' for use by the vector of
H A Dfold-const.c1785 tree_vector_builder elements; in const_unop() local
1786 elements.new_unary_operation (type, arg0, true); in const_unop()
1787 unsigned int i, count = elements.encoded_nelts (); in const_unop()
1794 elements.quick_push (elem); in const_unop()
1797 return elements.build (); in const_unop()
7552 tree_vector_builder elements (type, count, 1); in native_interpret_vector()
7558 elements.quick_push (elem); in native_interpret_vector()
7560 return elements.build (); in native_interpret_vector()
H A Dcfgloop.c1686 if (n_exits != current_loops->exits->elements ()) in verify_loop_structure()
H A Dtarget.def855 elements of the vector which contain meaningful data for this insn.\n\
1070 a pointer to the number of elements in the ready list. The scheduler\n\
1244 elements in READY_TRY to non-zero.
1260 elements in READY_TRY to non-zero.
1278 elements in READY_TRY to non-zero. */
1758 @var{VS}-@var{OFF} elements of @var{v1} concatenated to the first\n\
1759 @var{OFF} elements of @var{v2}.\n\
1858 If the hook returns false for a mode with multibyte elements, GCC will\n\
1926 long and contains @var{nunits} elements. The hook returns an empty\n\
1930 is @var{length} bytes long and that contains @var{nunits} elements,\n\
[all …]
H A Dtree-ssa-dom.c1214 (long) htab.elements (), in htab_statistics()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-typeck.c6517 VEC(constructor_elt,gc) *elements;
6562 VEC(constructor_elt,gc) *elements;
6586 p->elements = constructor_elements; in start_init()
6654 constructor_elements = p->elements; in finish_init()
6689 p->elements = constructor_elements; in really_start_incremental_init()
6835 p->elements = constructor_elements; in push_init_level()
7141 constructor_elements = p->elements; in pop_init_level()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dobjc.texi372 @tab @samp{[} followed by the number of elements in the array followed by the type of the elements
378 … by the alignment (in bytes) of the vector, followed by the type of the elements followed by @samp…
H A Dcfg.texi70 not elements of the @code{BASIC_BLOCK} array. Therefore they have
200 otherwise elements will be missed. Here is an example of how to use
H A Dtree-ssa.texi87 may not be possible to keep track of all the elements of an array or
178 to @code{update_stmt}. If statement elements are changed via
H A Dextend.texi54 * Designated Inits:: Labeling elements of initializers.
1468 elements in array" is given, and the excess elements (all of them, in
1761 type specified in the cast, containing the elements specified in
1791 explained below. If all the elements of the compound literal are
1842 initializer had elements of @samp{char *const} type rather than
1849 @cindex initializers with labeled elements
1850 @cindex labeled elements in initializers
1885 To initialize a range of elements to the same value, write
1948 You can combine this technique of naming elements with ordinary C
6840 elements in the operand.
[all …]
/dragonfly/crypto/openssh/
H A Dsshconnect2.c799 elements[authctxt->mech_tried]; in userauth_gssapi()
822 (r = sshpkt_put(ssh, mech->elements, mech->length)) != 0 || in userauth_gssapi()
/dragonfly/sys/dev/raid/mps/mpi/
H A Dmpi2_history.txt215 * NumPhys field) to determine the number of valid elements
/dragonfly/bin/sh/
H A DTOUR119 A variable substitution contains the following elements:
/dragonfly/contrib/binutils-2.34/gold/
H A Dscript-sections.cc3814 Sort_output_sections(const Script_sections::Sections_elements* elements) in Sort_output_sections() argument
3815 : elements_(elements) in Sort_output_sections()
/dragonfly/contrib/binutils-2.27/gold/
H A Dscript-sections.cc3724 Sort_output_sections(const Script_sections::Sections_elements* elements) in Sort_output_sections() argument
3725 : elements_(elements) in Sort_output_sections()
/dragonfly/contrib/file/magic/Magdir/
H A Dapple368 >8 belong >1 (%d elements)
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.def52 Operand 2 is the number of elements in the array.
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dslist655 // Removes all of the elements from the list __x to *this, inserting
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dslist654 // Removes all of the elements from the list __x to *this, inserting
/dragonfly/sys/contrib/dev/acpica/
H A Dchanges.txt4804 3) Properly handle extraneous NULL package elements.
5368 elements were not always removed properly. Lv Zheng.
8720 with no null elements to deal with. ACPICA BZ 819.
10454 elements. BZ 10132 (Lin Ming, Bob Moore)
10495 will be padded out with NULL elements as per the ACPI spec.)
12832 elements)
13649 255 elements are not allowed.
13653 larger than 255 elements.
13736 completely dumped, showing all elements.
14390 elements
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c7753 vec<constructor_elt, va_gc> *elements; member
7799 vec<constructor_elt, va_gc> *elements; member
7825 p->elements = constructor_elements; in start_init()
7891 constructor_elements = p->elements; in finish_init()
7926 p->elements = constructor_elements; in really_start_incremental_init()
8074 p->elements = constructor_elements; in push_init_level()
8413 constructor_elements = p->elements; in pop_init_level()

123456789