Home
last modified time | relevance | path

Searched refs:list_length (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-9-stable/contrib/gcc/
Dattribs.c179 else if (list_length (args) < spec->min_length in decl_attributes()
181 && list_length (args) > spec->max_length)) in decl_attributes()
Dlanghooks.c479 int len = list_length (globals); in write_global_declarations()
Dipa-pure-const.c271 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
Dstmt.c660 int ninputs = list_length (inputs); in expand_asm_operands()
661 int noutputs = list_length (outputs); in expand_asm_operands()
1113 noutputs = list_length (outputs); in expand_asm_expr()
Dc-typeck.c428 len = list_length (p1); in composite_type()
1115 if (list_length (TYPE_VALUES (t1)) != list_length (TYPE_VALUES (t2))) in tagged_types_tu_compatible_p()
1137 if (list_length (TYPE_FIELDS (t1)) != list_length (TYPE_FIELDS (t2))) in tagged_types_tu_compatible_p()
6803 ninputs = list_length (inputs); in build_asm_expr()
6804 noutputs = list_length (outputs); in build_asm_expr()
Dipa-reference.c391 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
Dipa-type-escape.c974 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
Dtree.c1047 v = VEC_alloc (constructor_elt, gc, list_length (vals)); in build_constructor_from_list()
1602 list_length (tree t) in list_length() function
3561 if (list_length (a1) < list_length (a2)) in merge_attributes()
Dtree-nested.c554 int noutputs = list_length (ASM_OUTPUTS (stmt)); in walk_asm_expr()
Dtree-ssa-operands.c1723 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
Dtree-outof-ssa.c765 noutputs = list_length (ASM_OUTPUTS (stmt)); in coalesce_asm_operands()
Dcalls.c2104 = (list_length (type_arg_types) in expand_call()
Dtree.h3971 extern int list_length (tree);
Dgimplify.c3922 int noutputs = list_length (ASM_OUTPUTS (expr)); in gimplify_asm_expr()
Dc-decl.c5793 len += list_length (x); in finish_struct()
DChangeLog-200413967 build_int_cst_wide, integer_all_onesp, list_length, chainon,
37523 * tree.c (list_length): If ENABLE_TREE_CHECKING, abort on a
DChangeLog-20037802 (generate_ivar_lists): Call ivar_list_length() instead of list_length()
/freebsd-9-stable/contrib/gcc/cp/
Dclass.c793 n_vtable_elems += list_length (virtuals); in build_primary_vtable()
2163 && (unsigned) list_length (BINFO_VIRTUALS (probe)) > ix) in update_vtable_entry_for_fn()
6676 layout_vtable_decl (binfo, list_length (inits)); in initialize_vtable()
6713 type = build_index_type (size_int (list_length (inits) - 1)); in build_vtt()
6981 type = build_index_type (size_int (list_length (inits) - 1)); in build_ctor_vtbl_group()
7136 size_int (list_length (TREE_VALUE (l)))); in dfs_accumulate_vtbl_inits()
7244 *non_fn_entries_p = list_length (vid.inits); in build_vtbl_initializer()
Dsemantics.c1221 int ninputs = list_length (input_operands); in finish_asm_stmt()
1222 int noutputs = list_length (output_operands); in finish_asm_stmt()
Dcall.c1353 len = list_length (arglist); in add_function_candidate()
1478 len = list_length (arglist) + 1; in add_conv_candidate()
2265 if (DECL_CONSTRUCTOR_P (fn) && list_length (arglist) == 2) in add_template_candidate_real()
Dtypeck.c174 len = list_length (p1); in commonparms()
868 return !exact || base == NULL_TREE || length == list_length (t1); in comp_except_specs()
Dpt.c1498 if (list_length (fn_arg_types) != list_length (decl_arg_types)) in determine_specialization()
2497 tree saved_parmlist = make_tree_vec (list_length (parms)); in end_template_parm_list()
DChangeLog-1995967 (print_binding_level): Use list_length to count them.
DChangeLog-20021563 of list_length().
/freebsd-9-stable/contrib/groff/contrib/groffer/
DChangeLog836 list_from_lists(), list_length(), and list_prepend().

12