Searched refs:was_incomplete (Results 1 – 3 of 3) sorted by relevance
5229 bool was_incomplete = (DECL_SIZE (decl) == NULL_TREE); in finish_decl() local5497 if (was_incomplete && !is_global_var (decl)) in finish_decl()
5340 bool was_incomplete = (DECL_SIZE (decl) == NULL_TREE); in finish_decl() local5616 if (was_incomplete && !is_global_var (decl)) in finish_decl()
20235 * c-decl.c (finish_decl): Use bool for variable was_incomplete.