Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c9250 int inlinep, in bad_specifiers() argument
9269 if (inlinep) in bad_specifiers()
9280 if (inlinep) in bad_specifiers()
9291 if (inlinep) in bad_specifiers()
9455 int inlinep, in grokfndecl() argument
9474 bool concept_p = inlinep & 4; in grokfndecl()
9587 if (inlinep & 1) in grokfndecl()
9614 if (virtualp && (inlinep & 8) != 0) in grokfndecl()
9619 inlinep &= ~8; in grokfndecl()
9664 if (inlinep & 1) in grokfndecl()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc9878 int inlinep, in bad_specifiers() argument
9897 if (inlinep) in bad_specifiers()
9908 if (inlinep) in bad_specifiers()
9919 if (inlinep) in bad_specifiers()
10083 int inlinep, in grokfndecl() argument
10101 bool concept_p = inlinep & 4; in grokfndecl()
10226 if (inlinep & 1) in grokfndecl()
10292 if (inlinep & 1) in grokfndecl()
10295 if (inlinep & 2) in grokfndecl()
10298 if (inlinep & 8) in grokfndecl()
[all …]
H A DChangeLog-2016799 (grokvardecl): Add inlinep argument, non-static const inline variables