Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDdecl.c8728 bool concept_p = inlinep & 4; in grokfndecl() local
8731 if (concept_p && !funcdef_flag) in grokfndecl()
8933 if (concept_p) in grokfndecl()
9084 8 * concept_p, in grokfndecl()
10227 bool concept_p = decl_spec_seq_has_spec_p (declspecs, ds_concept); in grokdeclarator() local
10228 if (concept_p) in grokdeclarator()
10485 if (concept_p && typedef_p) in grokdeclarator()
10832 if (concept_p) in grokdeclarator()
10870 if (concept_p) in grokdeclarator()
10918 concept_p = 0; in grokdeclarator()
[all …]
HDcp-tree.h2494 unsigned concept_p : 1; /* applies to vars and functions */ member
3078 (DECL_LANG_SPECIFIC (NODE)->u.base.concept_p)
HDpt.c9701 bool concept_p = flag_concepts && variable_concept_p (templ); in finish_template_variable() local
9702 if (concept_p && processing_template_decl) in finish_template_variable()
9731 if (concept_p) in finish_template_variable()