Home
last modified time | relevance | path

Searched refs:was_incomplete (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c5229 bool was_incomplete = (DECL_SIZE (decl) == NULL_TREE); in finish_decl() local
5497 if (was_incomplete && !is_global_var (decl)) in finish_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc5340 bool was_incomplete = (DECL_SIZE (decl) == NULL_TREE); in finish_decl() local
5616 if (was_incomplete && !is_global_var (decl)) in finish_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200920235 * c-decl.c (finish_decl): Use bool for variable was_incomplete.