Searched refs:explicit_constructor_p (Results 1 – 4 of 4) sorted by relevance
799 int explicit_constructor_p; /* >0 when processing an explicit member
11367 ctxp->explicit_constructor_p = 1;11369 ctxp->explicit_constructor_p = 0;11681 ctxp->explicit_constructor_p = 0;12915 if (!fs && ctxp->explicit_constructor_p13296 if (ctxp->explicit_constructor_p14186 if (ctxp->explicit_constructor_p15943 if (ctxp->explicit_constructor_p)15982 ctxp->explicit_constructor_p += (CALL_EXPLICIT_CONSTRUCTOR_P (node) ? 1 : 0);16001 ctxp->explicit_constructor_p -= (CALL_EXPLICIT_CONSTRUCTOR_P (node) ? 1 : 0);17652 int saved = ctxp->explicit_constructor_p;[all …]
7802 ctxp->explicit_constructor_p = 1;7804 ctxp->explicit_constructor_p = 0;8116 ctxp->explicit_constructor_p = 0;9350 if (!fs && ctxp->explicit_constructor_p9731 if (ctxp->explicit_constructor_p10621 if (ctxp->explicit_constructor_p12378 if (ctxp->explicit_constructor_p)12417 ctxp->explicit_constructor_p += (CALL_EXPLICIT_CONSTRUCTOR_P (node) ? 1 : 0);12436 ctxp->explicit_constructor_p -= (CALL_EXPLICIT_CONSTRUCTOR_P (node) ? 1 : 0);14087 int saved = ctxp->explicit_constructor_p;[all …]
11012 (struct parse_ctxt): New field explicit_constructor_p.11116 explicit_constructor_p field value when appropriate.