Searched refs:inlinep (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl.c | 5931 int inlinep, in bad_specifiers() argument 5937 if (inlinep) in bad_specifiers() 6041 int inlinep, in grokfndecl() argument 6119 if (inlinep) in grokfndecl() 6165 if (inlinep) in grokfndecl() 6169 inlinep = 0; in grokfndecl() 6217 if (inlinep) in grokfndecl() 6981 int virtualp, explicitp, friendp, inlinep, staticp; in grokdeclarator() local 7477 inlinep = !! declspecs->specs[(int)ds_inline]; in grokdeclarator() 8150 inlinep, friendp, raises != NULL_TREE); in grokdeclarator() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl.c | 9608 bad_specifiers (object, type, virtualp, quals, inlinep, friendp, raises) in bad_specifiers() argument 9611 int virtualp, quals, friendp, raises, inlinep; 9615 if (inlinep) 9647 raises, check, friendp, publicp, inlinep, funcdef_flag, in grokfndecl() argument 9655 int check, friendp, publicp, inlinep, funcdef_flag, template_count; 9703 if (inlinep) 9710 inlinep = 0; 9760 if (inlinep) 9842 if (inlinep) 10493 int virtualp, explicitp, friendp, inlinep, staticp; local [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-decl.c | 3482 int inlinep; local 3848 inlinep = !! (specbits & (1 << (int) RID_INLINE)); 4593 if (inlinep) 4596 else if (inlinep) 4648 if (inlinep)
|