Searched refs:VEC_empty (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dtree-into-ssa.c938 gcc_assert (VEC_empty (int, worklist));
947 while (!VEC_empty (int, worklist))
H A Dvec.h156 #define VEC_empty(T,V) (VEC_length (T,V) == 0) macro
H A Dc-typeck.c5354 if (!VEC_empty (constructor_elt, constructor_elements)
5529 if (VEC_empty (constructor_elt,constructor_elements))
6157 if (!VEC_empty (constructor_elt, constructor_elements)
6288 && !VEC_empty (constructor_elt, constructor_elements))
H A Dvarasm.c3728 && !VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (ctor)));
4073 && VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (exp)))
H A Dc-common.c6185 if (VEC_empty (constructor_elt, v))
H A Dc-decl.c3181 if (VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (init)))
H A Dgimplify.c2968 if (VEC_empty (constructor_elt, elts))
H A Dexpr.c4649 if (!VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (ctor)))
/freebsd-10.0-release/contrib/gcc/cp/
H A Dtypeck2.c988 if (VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (init)))
H A Dinit.c2437 && (VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (init))
H A Ddecl.c4750 if (VEC_empty (constructor_elt, v))
5886 && !VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (initial_value)))
H A Dcp-tree.h2494 && VEC_empty (constructor_elt, \

Completed in 738 milliseconds