Searched refs:explicitp (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/cp/
H A Ddecl.c6996 int virtualp, explicitp, friendp, inlinep, staticp;
7494 explicitp = !! declspecs->specs[(int)ds_explicit];
7763 if (explicitp == 1)
7764 explicitp = 2;
8034 if (explicitp == 1 || (explicitp && friendp))
8039 explicitp = 0;
8458 if (explicitp == 2)
6981 int virtualp, explicitp, friendp, inlinep, staticp; local
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c10511 int virtualp, explicitp, friendp, inlinep, staticp;
11272 explicitp = RIDBIT_SETP (RID_EXPLICIT, specbits) != 0;
11613 if (explicitp == 1)
11614 explicitp = 2;
12015 if (explicitp == 1 || (explicitp && friendp))
12020 explicitp = 0;
12417 if (explicitp == 2)
10493 int virtualp, explicitp, friendp, inlinep, staticp; local

Completed in 254 milliseconds