Searched refs:concept_p (Results 1 – 6 of 6) sorted by relevance
9474 bool concept_p = inlinep & 4; in grokfndecl() local9477 if (concept_p && !funcdef_flag) in grokfndecl()9496 if (concept_p && ci) in grokfndecl()9719 if (concept_p) in grokfndecl()9878 8 * concept_p, in grokfndecl()11109 bool concept_p = decl_spec_seq_has_spec_p (declspecs, ds_concept); in grokdeclarator() local11110 if (concept_p) in grokdeclarator()11373 if (concept_p && typedef_p) in grokdeclarator()11795 if (concept_p) in grokdeclarator()11799 concept_p = 0; in grokdeclarator()[all …]
2667 unsigned concept_p : 1; /* applies to vars and functions */ member3262 (DECL_LANG_SPECIFIC (NODE)->u.base.concept_p)
10101 bool concept_p = inlinep & 4; in grokfndecl() local10104 if (concept_p && !funcdef_flag) in grokfndecl()10133 if (concept_p && ci) in grokfndecl()10347 if (concept_p) in grokfndecl()10509 8 * concept_p, in grokfndecl()11779 bool concept_p = decl_spec_seq_has_spec_p (declspecs, ds_concept); in grokdeclarator() local11780 if (concept_p) in grokdeclarator()12047 if (concept_p && typedef_p) in grokdeclarator()12495 if (concept_p) in grokdeclarator()12499 concept_p = 0; in grokdeclarator()[all …]
2833 unsigned concept_p : 1; /* applies to vars and functions */ member3454 (DECL_LANG_SPECIFIC (NODE)->u.base.concept_p)
5530 WB (lang->u.base.concept_p); in lang_decl_bools()5602 RB (lang->u.base.concept_p); in lang_decl_bools()
1946 (struct lang_decl_base): Add concept_p flag.