Searched refs:list_length (Results 1 – 25 of 26) sorted by relevance
12
| /freebsd-9-stable/contrib/gcc/ |
| D | attribs.c | 179 else if (list_length (args) < spec->min_length in decl_attributes() 181 && list_length (args) > spec->max_length)) in decl_attributes()
|
| D | langhooks.c | 479 int len = list_length (globals); in write_global_declarations()
|
| D | ipa-pure-const.c | 271 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
|
| D | stmt.c | 660 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()
|
| D | c-typeck.c | 428 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()
|
| D | ipa-reference.c | 391 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
|
| D | ipa-type-escape.c | 974 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
|
| D | tree.c | 1047 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()
|
| D | tree-nested.c | 554 int noutputs = list_length (ASM_OUTPUTS (stmt)); in walk_asm_expr()
|
| D | tree-ssa-operands.c | 1723 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands()
|
| D | tree-outof-ssa.c | 765 noutputs = list_length (ASM_OUTPUTS (stmt)); in coalesce_asm_operands()
|
| D | calls.c | 2104 = (list_length (type_arg_types) in expand_call()
|
| D | tree.h | 3971 extern int list_length (tree);
|
| D | gimplify.c | 3922 int noutputs = list_length (ASM_OUTPUTS (expr)); in gimplify_asm_expr()
|
| D | c-decl.c | 5793 len += list_length (x); in finish_struct()
|
| D | ChangeLog-2004 | 13967 build_int_cst_wide, integer_all_onesp, list_length, chainon, 37523 * tree.c (list_length): If ENABLE_TREE_CHECKING, abort on a
|
| D | ChangeLog-2003 | 7802 (generate_ivar_lists): Call ivar_list_length() instead of list_length()
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | class.c | 793 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()
|
| D | semantics.c | 1221 int ninputs = list_length (input_operands); in finish_asm_stmt() 1222 int noutputs = list_length (output_operands); in finish_asm_stmt()
|
| D | call.c | 1353 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()
|
| D | typeck.c | 174 len = list_length (p1); in commonparms() 868 return !exact || base == NULL_TREE || length == list_length (t1); in comp_except_specs()
|
| D | pt.c | 1498 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()
|
| D | ChangeLog-1995 | 967 (print_binding_level): Use list_length to count them.
|
| D | ChangeLog-2002 | 1563 of list_length().
|
| /freebsd-9-stable/contrib/groff/contrib/groffer/ |
| D | ChangeLog | 836 list_from_lists(), list_length(), and list_prepend().
|
12