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

/freebsd-10.3-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.c5681 if (!VEC_empty (constructor_elt, constructor_elements)
5856 if (VEC_empty (constructor_elt,constructor_elements))
6494 if (!VEC_empty (constructor_elt, constructor_elements)
6625 && !VEC_empty (constructor_elt, constructor_elements))
H A Dvarasm.c3727 && !VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (ctor)));
4072 && VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (exp)))
H A Ddwarf2out.c14547 if (!VEC_empty (pubname_entry, pubname_table))
14555 if (!VEC_empty (pubname_entry, pubtype_table))
H A Dgimplify.c2968 if (VEC_empty (constructor_elt, elts))
H A Dc-common.c6560 if (VEC_empty (constructor_elt, v))
H A Dexpr.c4656 if (!VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (ctor)))
H A Dc-decl.c3195 if (VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (init)))
/freebsd-10.3-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.c4806 if (VEC_empty (constructor_elt, v))
6329 && !VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (initial_value)))
H A Dcp-tree.h2505 && VEC_empty (constructor_elt, \

Completed in 446 milliseconds