Searched refs:is_decl (Results 1 – 4 of 4) sorted by relevance
454 bool is_decl = false, complained = false; in cxx_incomplete_type_diagnostic() local474 is_decl = true; in cxx_incomplete_type_diagnostic()485 if (!is_decl) in cxx_incomplete_type_diagnostic()
312 bool is_decl = false, complained = false; in cxx_incomplete_type_diagnostic() local332 is_decl = true; in cxx_incomplete_type_diagnostic()343 if (!is_decl) in cxx_incomplete_type_diagnostic()
7456 extern tree match_mergeable_specialization (bool is_decl, spec_entry *);7458 extern void add_mergeable_specialization (bool is_decl, bool is_alias,
10679 bool is_decl = mk & MK_tmpl_decl_mask; in key_mergeable() local10680 if (is_decl) in key_mergeable()10692 existing = match_mergeable_specialization (is_decl, &spec); in key_mergeable()