Searched refs:VEC_empty (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-into-ssa.c | 938 gcc_assert (VEC_empty (int, worklist)); in prune_unused_phi_nodes() 947 while (!VEC_empty (int, worklist)) in prune_unused_phi_nodes()
|
| H A D | vec.h | 156 #define VEC_empty(T,V) (VEC_length (T,V) == 0) macro
|
| H A D | c-typeck.c | 5651 if (!VEC_empty (constructor_elt, constructor_elements) in push_init_level() 5826 if (VEC_empty (constructor_elt,constructor_elements)) in pop_init_level() 6484 if (!VEC_empty (constructor_elt, constructor_elements) in find_init_member() 6615 && !VEC_empty (constructor_elt, constructor_elements)) in output_init_element()
|
| H A D | varasm.c | 3703 && !VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (ctor))); in constructor_static_from_elts_p() 4047 && VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (exp))) in output_constant()
|
| H A D | dwarf2out.c | 14531 if (!VEC_empty (pubname_entry, pubname_table)) in dwarf2out_finish() 14539 if (!VEC_empty (pubname_entry, pubtype_table)) in dwarf2out_finish()
|
| H A D | gimplify.c | 2967 if (VEC_empty (constructor_elt, elts)) in gimplify_init_constructor()
|
| H A D | c-common.c | 6541 if (VEC_empty (constructor_elt, v)) in complete_array_type()
|
| H A D | c-decl.c | 3173 if (VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (init))) in add_flexible_array_elts_to_size()
|
| H A D | expr.c | 4643 if (!VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (ctor))) in categorize_ctor_elements_1()
|
| H A D | ChangeLog-2005 | 11158 * vec.h (VEC_empty, VEC_copy): New macros.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | typeck2.c | 984 if (VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (init))) in process_init_constructor_union()
|
| H A D | init.c | 2434 && (VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (init)) in build_vec_init()
|
| H A D | cp-tree.h | 2498 && VEC_empty (constructor_elt, \
|
| H A D | decl.c | 4795 if (VEC_empty (constructor_elt, v)) in reshape_init() 6317 && !VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (initial_value))) in cp_complete_array_type()
|