Searched refs:VEC_length (Results 201 - 224 of 224) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.c4000 if (VEC_length (edge, loop->incoming) > 1
4298 if (VEC_length (edge, loop->incoming) > 1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.c3318 i < VEC_length (tree, *values);
5400 else if (VEC_length (tree, vec) == 1)
H A Dsemantics.c6008 call = build_call_a (callop, VEC_length (tree, argvec),
H A Dpt.c473 if (VEC_length (int, inline_parm_levels) == 0)
3365 while (VEC_length (tree, canonical_template_parms) <= (unsigned)idx)
12740 newlen = VEC_length (constructor_elt, n);
H A Dparser.c391 return VEC_length (cp_token_position, lexer->saved_tokens) != 0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-loop-ivopts.c324 return VEC_length (iv_use_p, data->iv_uses);
340 return VEC_length (iv_cand_p, data->iv_candidates);
H A Dexpr.c4528 gcc_assert (VEC_length (constructor_elt, CONSTRUCTOR_ELTS (ctor))
4803 && (((int)VEC_length (constructor_elt, CONSTRUCTOR_ELTS (exp))
H A Ddwarf2out.c10960 for (i = VEC_length (tree, decl_scope_table) - 1; i >= 0; --i)
11218 for (i = VEC_length (tree, incomplete_types) - 1; i >= 0; i--)
H A Dc-decl.c3087 size = VEC_length (constructor_elt, CONSTRUCTOR_ELTS (init));
H A Dc-typeck.c5363 else if (VEC_length (constructor_elt,constructor_elements) != 1)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-typeck.c3045 gcc_assert (parmnum == VEC_length (tree, values));
6727 else if (VEC_length (constructor_elt,constructor_elements) != 1)
H A Dhaifa-sched.c5441 - VEC_length (haifa_insn_data_def, h_i_d));
H A Dsched-deps.c3624 - VEC_length (haifa_deps_insn_data_def, h_d_i_d));
H A Dexpr.c4974 gcc_assert (VEC_length (constructor_elt, CONSTRUCTOR_ELTS (ctor))
5264 && (((int)VEC_length (constructor_elt, CONSTRUCTOR_ELTS (exp))
H A Dtree-vrp.c7454 if (VEC_length (edge, to_remove_edges) > 0)
H A Dc-parser.c6953 if (VEC_length (tree, expr_list) == 1)
H A Domp-low.c4547 gcc_assert (!gsi_end_p (psi) && i == VEC_length (edge_var_map, head));
H A Dcombine.c493 if (nregs > VEC_length (reg_stat_type, reg_stat))
H A Dfold-const.c14189 unsigned HOST_WIDE_INT end = VEC_length (constructor_elt, elts);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Darm-tdep.c341 if (idx < VEC_length (arm_mapping_symbol_s, map))
2447 if (idx < VEC_length (arm_exidx_entry_s, map))
H A Dada-lang.c5651 VEC_length (char_ptr, completions) * sizeof (char *);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.c3414 unsigned int nargs = VEC_length (tree, arglist);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.c3986 return VEC_length (mips_multi_member, mips_multi_members) - 1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dparser.c384 return VEC_length (cp_token_position, lexer->saved_tokens) != 0;

Completed in 707 milliseconds

123456789