Searched refs:VEC_empty (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/gcc/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 | 5315 if (!VEC_empty (constructor_elt, constructor_elements) in push_init_level() 5500 if (VEC_empty (constructor_elt,constructor_elements)) in pop_init_level() 6148 if (!VEC_empty (constructor_elt, constructor_elements) in find_init_member() 6279 && !VEC_empty (constructor_elt, constructor_elements)) in output_init_element()
|
| H A D | varasm.c | 3704 && !VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (ctor))); in constructor_static_from_elts_p() 4048 && VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (exp))) in output_constant()
|
| H A D | c-common.c | 6171 if (VEC_empty (constructor_elt, v)) in complete_array_type()
|
| H A D | gimplify.c | 2969 if (VEC_empty (constructor_elt, elts)) in gimplify_init_constructor()
|
| H A D | c-decl.c | 3125 if (VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (init))) in add_flexible_array_elts_to_size()
|
| H A D | expr.c | 4642 if (!VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (ctor))) in categorize_ctor_elements_1()
|
| /openbsd-src/gnu/gcc/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 | 2487 && VEC_empty (constructor_elt, \
|
| H A D | decl.c | 4738 if (VEC_empty (constructor_elt, v)) in reshape_init() 5873 && !VEC_empty (constructor_elt, CONSTRUCTOR_ELTS (initial_value))) in cp_complete_array_type()
|
| /openbsd-src/gnu/gcc/gcc/config/pa/ |
| H A D | pa.c | 4185 if (VEC_empty (int, funcdef_nos)) in output_deferred_profile_counters()
|