Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c9474 bool concept_p = inlinep & 4; in grokfndecl() local
9477 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() local
11110 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 …]
H A Dcp-tree.h2667 unsigned concept_p : 1; /* applies to vars and functions */ member
3262 (DECL_LANG_SPECIFIC (NODE)->u.base.concept_p)
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc10101 bool concept_p = inlinep & 4; in grokfndecl() local
10104 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() local
11780 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 …]
H A Dcp-tree.h2833 unsigned concept_p : 1; /* applies to vars and functions */ member
3454 (DECL_LANG_SPECIFIC (NODE)->u.base.concept_p)
H A Dmodule.cc5530 WB (lang->u.base.concept_p); in lang_decl_bools()
5602 RB (lang->u.base.concept_p); in lang_decl_bools()
H A DChangeLog-20151946 (struct lang_decl_base): Add concept_p flag.