Searched refs:list_length (Results 26 - 48 of 48) sorted by relevance

12

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dipa-type-escape.c975 int noutputs = list_length (ASM_OUTPUTS (stmt));
H A Dtree.c978 v = VEC_alloc (constructor_elt, gc, list_length (vals));
1496 list_length (tree t)
3454 if (list_length (a1) < list_length (a2))
1490 list_length (tree t) function
H A Dtree-outof-ssa.c767 noutputs = list_length (ASM_OUTPUTS (stmt));
H A Dtree-ssa-operands.c1340 int noutputs = list_length (ASM_OUTPUTS (stmt));
H A Dgimplify.c3660 int noutputs = list_length (ASM_OUTPUTS (expr));
H A Dcalls.c2102 = (list_length (type_arg_types)
2121 (If no anonymous args follow, the result of list_length is actually
H A Dtree.h3604 extern int list_length (tree);
H A Dc-decl.c5519 len += list_length (x);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arc/
H A Darc.c1040 && list_length (args) == 1
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dcall.c1331 len = list_length (arglist);
1456 len = list_length (arglist) + 1;
2245 if (DECL_CONSTRUCTOR_P (fn) && list_length (arglist) == 2)
H A Dtypeck.c174 len = list_length (p1);
864 return !exact || base == NULL_TREE || length == list_length (t1);
H A Dpt.c1448 if (list_length (fn_arg_types) != list_length (decl_arg_types))
2469 tree saved_parmlist = make_tree_vec (list_length (parms));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dmangle.c2593 if (list_length (TREE_OPERAND (expr, 0)) == 1)
H A Dpt.c1873 if (list_length (fn_arg_types) != list_length (decl_arg_types))
3562 tree saved_parmlist = make_tree_vec (list_length (parms));
8246 int i, len = list_length (spec_parm);
15065 nargs = list_length (TYPE_ARG_TYPES (arg));
15482 int i, len2 = list_length (args2);
15506 int i, len1 = list_length (args1);
15737 nargs = list_length (decl_arg_types);
H A Dsemantics.c1213 int ninputs = list_length (input_operands);
1214 int noutputs = list_length (output_operands);
H A Dtypeck.c180 len = list_length (p1);
1013 return !exact || base == NULL_TREE || length == list_length (t1);
H A Dcall.c5558 parmlen = list_length (parm);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer-out.c766 count = list_length (t);
H A Dcalls.c2198 = (list_length (type_arg_types)
2217 (If no anonymous args follow, the result of list_length is actually
H A Dtree.h4361 extern int list_length (const_tree);
H A Dc-decl.c6953 len += list_length (x);
H A Dgimplify.c4838 noutputs = list_length (ASM_OUTPUTS (expr));
H A Dbuiltins.c10576 int n = list_length (arglist);

Completed in 727 milliseconds

12