Searched refs:list_length (Results 1 - 25 of 70) sorted by relevance

123

/haiku-buildtools/jam/
H A Dlists.h28 * list_length() - return the number of items in the list
73 int list_length( LIST *l );
H A Dlists.c210 * list_length() - return the number of items in the list
214 list_length( LIST *l ) function
H A Dhcache.c316 sprintf(includes_count_str, "%u", list_length(c->includes));
317 sprintf(hdrscan_count_str, "%u", list_length(c->hdrscan));
H A Djam.c398 int targetCount = list_length(l);
H A Dmake1.c500 chunk = length = list_length( ns );
/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dobjc-list.h49 /* Return the length of a list, list_length(NULL) returns zero */
52 list_length(struct objc_list* list) function
/haiku-buildtools/gcc/gcc/
H A Dattribs.c464 else if (list_length (args) < spec->min_length
466 && list_length (args) > spec->max_length))
H A Dlanghooks.c328 len = list_length (globals);
H A Dipa-chkp.c292 unsigned len = list_length (TYPE_ARG_TYPES (orig_type));
/haiku-buildtools/legacy/gcc/gcc/config/convex/
H A Dconvex.c470 int nargs = list_length (DECL_ARGUMENTS (decl));
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dexcept.c322 nelts = list_length (handler_array_init);
H A Dinout.c148 wrk->num_vals = list_length (tmp);
2008 numargs = list_length (list);
2532 len = list_length (optionals);
2606 len = list_length (optionals);
3006 iolen = list_length (exprlist);
H A Dexpr.c655 int length = list_length (args);
1233 numargs = list_length (exprlist);
1767 numargs = list_length (loclist);
2360 int len = list_length (typelist);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20050629-1.c248 int noutputs = list_length (__extension__ (*({
/haiku-buildtools/legacy/gcc/gcc/
H A Dintegrate.c59 ? ( 3 + ( 4 * list_length (DECL_ARGUMENTS (DECL)))) \
60 : (64 + ( 8 * list_length (DECL_ARGUMENTS (DECL)))))
140 + 8 * list_length (DECL_ARGUMENTS (fndecl)))
334 arg_vector = rtvec_alloc (list_length (DECL_ARGUMENTS (fndecl)));
1433 nargs = list_length (DECL_ARGUMENTS (fndecl));
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c679 unsigned nparm = (method_params ? list_length (method_params) : 0);
1224 size = list_length (chain);
1364 int size = list_length (chain);
H A Dobjc-next-runtime-abi-01.c837 unsigned nparm = (method_params ? list_length (method_params) : 0);
1170 size = list_length (chain);
1678 if (!chain || !name || !(size = list_length (chain)))
/haiku-buildtools/gcc/gcc/config/pa/
H A Dpa.h598 ? (list_length (TYPE_ARG_TYPES (FNTYPE)) - 1 \
/haiku-buildtools/gcc/gcc/cp/
H A Doptimize.c343 int length = list_length (DECL_ARGUMENTS (fn));
/haiku-buildtools/legacy/gcc/gcc/config/arc/
H A Darc.c320 && list_length (args) == 1
963 && list_length (args) == 1
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl.c2001 int len = list_length (globals);
2064 list_length (lvl->incomplete), lvl->parm_flag, lvl->keep);
7362 if (pedantic || list_length (declspecs) > 1)
12465 if (list_length (argtypes) != 3 && methodp)
12485 if (list_length (argtypes) != 4)
12490 if (list_length (argtypes) == 2)
12492 else if (list_length (argtypes) == 3)
12526 if (list_length (argtypes) == 2)
12543 if (list_length (argtypes) != 2)
12553 if (list_length (argtype
[all...]
H A Dclass.c735 n_vtable_elems += list_length (virtuals);
919 n_vtable_elems += list_length (BINFO_VIRTUALS (binfo));
960 n_vtable_elems += list_length (BINFO_VIRTUALS (binfo));
3255 len = list_length (veclist) - 1;
/haiku-buildtools/legacy/gcc/gcc/config/m32r/
H A Dm32r.c249 && list_length (args) == 0)
254 && list_length (args) == 1
/haiku-buildtools/gcc/gcc/c-family/
H A Dcilk.c810 total_args = list_length (new_args);
H A Dc-omp.c52 const int nparms = list_length (parms);

Completed in 243 milliseconds

123