HomeSort by: relevance | last modified time | path
    Searched refs:RID_CONSTINIT (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.h 192 RID_CONSTINIT, RID_CONSTEVAL,
270 RID_FIRST_CXX20 = RID_CONSTINIT,
271 RID_LAST_CXX20 = RID_CONSTINIT,
c-common.cc 399 { "__constinit", RID_CONSTINIT, D_CXXONLY },
475 { "constinit", RID_CONSTINIT, D_CXXONLY | D_CXX20 | D_CXXWARN },
8482 case RID_CONSTINIT:
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.h 175 RID_CONSTINIT, RID_CONSTEVAL,
256 RID_FIRST_CXX20 = RID_CONSTINIT,
c-common.cc 455 { "__constinit", RID_CONSTINIT, D_CXXONLY },
500 { "constinit", RID_CONSTINIT, D_CXXONLY | D_CXX20 | D_CXXWARN },
8938 case RID_CONSTINIT:
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc 1072 case RID_CONSTINIT:
3545 else if (cxx_dialect < cxx20 && id == ridpointers[(int)RID_CONSTINIT])
15744 case RID_CONSTINIT:
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc 1179 case RID_CONSTINIT:
3749 else if (cxx_dialect < cxx20 && id == ridpointers[(int)RID_CONSTINIT])
16450 case RID_CONSTINIT:
    [all...]

Completed in 73 milliseconds