Home
last modified time | relevance | path

Searched refs:is_decl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c454 bool is_decl = false, complained = false; in cxx_incomplete_type_diagnostic() local
474 is_decl = true; in cxx_incomplete_type_diagnostic()
485 if (!is_decl) in cxx_incomplete_type_diagnostic()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc312 bool is_decl = false, complained = false; in cxx_incomplete_type_diagnostic() local
332 is_decl = true; in cxx_incomplete_type_diagnostic()
343 if (!is_decl) in cxx_incomplete_type_diagnostic()
H A Dcp-tree.h7456 extern tree match_mergeable_specialization (bool is_decl, spec_entry *);
7458 extern void add_mergeable_specialization (bool is_decl, bool is_alias,
H A Dmodule.cc10679 bool is_decl = mk & MK_tmpl_decl_mask; in key_mergeable() local
10680 if (is_decl) in key_mergeable()
10692 existing = match_mergeable_specialization (is_decl, &spec); in key_mergeable()