Searched refs:nelts (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dsymtab.c255 size_t nelts, nids, overhead, headers; local
283 nelts = table->nelements;
288 (unsigned long) nelts);
290 (unsigned long) nids, nids * 100.0 / nelts);
299 exp_len = (double)total_bytes / (double)nelts;
301 exp_len2 = (double) sum_of_squares / (double) nelts;
306 (double) nelts / (double) table->searches);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dinit.c149 build_zero_init (tree type, tree nelts, bool static_storage_p) argument
171 gcc_assert (nelts == NULL_TREE || TREE_CODE (nelts) == INTEGER_CST);
201 /*nelts=*/NULL_TREE,
220 if (nelts)
221 max_index = fold_build2 (MINUS_EXPR, TREE_TYPE (nelts),
222 nelts, integer_one_node);
249 /*nelts=*/NULL_TREE,
279 build_default_init (tree type, tree nelts) argument
309 || (nelts
1554 build_raw_new_expr(tree placement, tree type, tree nelts, tree init, int use_global_new) argument
1573 build_new_1(tree placement, tree type, tree nelts, tree init, bool globally_qualified_p) argument
2068 build_new(tree placement, tree type, tree nelts, tree init, int use_global_new) argument
[all...]
H A Dparser.c5211 tree nelts;
5248 nelts = NULL_TREE;
5252 type = cp_parser_new_type_id (parser, &nelts);
5266 return build_new (placement, type, nelts, initializer, global_scope_p);
5299 cp_parser_new_type_id (cp_parser* parser, tree *nelts)
5325 *nelts = NULL_TREE;
5346 *nelts = declarator->u.array.bounds;
5347 if (*nelts == error_mark_node)
5348 *nelts = integer_one_node;
5357 if (TREE_CODE (type) == ARRAY_TYPE && *nelts
5209 tree nelts; local
5297 cp_parser_new_type_id(cp_parser* parser, tree *nelts) argument
[all...]
H A Ddecl.c893 size_t i, nelts;
900 nelts = VEC_length (tree, local_names);
901 for (i = 0; i < nelts; i++)
3124 { "nelts", &nelts_identifier, 0 },
5158 size_t nelts;
5162 nelts = VEC_length (constructor_elt, elts);
5163 for (i = 0; i < nelts; ++i)
5382 /*nelts=*/NULL_TREE,
889 size_t i, nelts; local
5146 size_t nelts; local
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dexpression.h365 int nelts; member in struct:expression
H A Dlinespec.c475 decode_line_2 (struct symbol *sym_arr[], int nelts, int funfirstline, argument
487 alloca (nelts * sizeof (struct symtab_and_line));
489 xmalloc (nelts * sizeof (struct symtab_and_line));
494 canonical_arr = (char **) xmalloc (nelts * sizeof (char *));
496 memset (canonical_arr, 0, nelts * sizeof (char *));
502 while (i < nelts)
556 for (i = 0; i < nelts; i++)
566 (nelts * sizeof (struct symtab_and_line)));
567 return_values.nelts = nelts;
[all...]
H A Dbreakpoint.c4441 if (sals.nelts == 0)
4448 if (sals.nelts != 1)
4856 /* Add SALS.nelts breakpoints to the breakpoint table. For each
4883 i + sals.nelts, 0);
4893 for (i = 0; i < sals.nelts; i++)
4974 sals->nelts = 1;
5002 if (sals->nelts > 0 && *addr_string == NULL)
5003 *addr_string = xcalloc (sals->nelts, sizeof (char **));
5007 for (i = 0; i < sals->nelts; i++)
5025 for (i = 0; i < sals->nelts;
[all...]
H A Dexpprint.c767 exp->language_defn->la_name, exp->nelts,
771 for (elt = 0; elt < exp->nelts; elt++)
1062 exp->language_defn->la_name, exp->nelts,
1066 for (elt = 0; elt < exp->nelts;)
H A Dtracepoint.c397 if (!sals.nelts)
401 for (i = 0; i < sals.nelts; i++)
405 for (i = 0; i < sals.nelts; i++)
423 if (sals.nelts > 1)
2110 sals.nelts = 1;
2349 if (sals.nelts == 0)
H A Djv-exp.y471 expout_ptr -= name_expr->nelts;
1436 new->nelts = len;
1449 int newlen = new->nelts;
H A Dsource.c1257 sals.nelts = 1;
1271 for (i = 0; i < sals.nelts; i++)
1325 if (annotation_level && sals.nelts == 1)
H A Djv-exp.c1622 expout_ptr -= name_expr->nelts;
2810 new->nelts = len;
2823 int newlen = new->nelts;
H A Dstack.c2026 sizeof (struct function_bounds) * sals.nelts);
2027 for (i = 0; (i < sals.nelts && !found); i++)
2042 for (i = 0; (i < sals.nelts && !found); i++)
H A Dsymtab.h1198 int nelts;
1193 int nelts; member in struct:symtabs_and_lines
H A Dinfcmd.c825 if (sals.nelts != 1)
H A Dada-lang.c2786 + EXP_ELEM_TO_BYTES ((*expp)->nelts + 7 - oplen));
2789 newexp->nelts = exp->nelts + 7 - oplen;
2793 EXP_ELEM_TO_BYTES (exp->nelts - pc - oplen));
4375 selected.nelts = 1;
4395 selected.nelts =
4400 xmalloc (sizeof (struct symtab_and_line) * selected.nelts);
4401 memset (selected.sals, 0, selected.nelts * sizeof (selected.sals[i]));
4405 while (i < selected.nelts)
4417 symbols[i] = symbols[selected.nelts
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-cmds.c586 if (! sals.nelts) return; /* C++ */
587 if (sals.nelts > 1) {
710 if (!sals.nelts)
712 if (sals.nelts > 1)
744 if (sals_end.nelts == 0)
746 if (sals_end.nelts > 1)
1002 for (i = 0; i < sals->nelts; ++i)
/freebsd-9.3-release/contrib/gcc/
H A Dvarasm.c2310 int bitsize, nelts, nunits, units_per;
2315 number of array elements that are occupied (nelts) and the number
2326 nelts = CEIL (bitsize, 32);
2338 for (i = 1; i < nelts; i++)
2299 int bitsize, nelts, nunits, units_per; local
H A Dbuiltins.c1250 int regno, size, align, nelts;
1255 size = nelts = 0;
1264 savevec[nelts++] = (savep
1269 return gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (nelts, savevec));
1249 int regno, size, align, nelts; local

Completed in 330 milliseconds