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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.h 157 RID_NEW, RID_OFFSETOF, RID_OPERATOR,
c-common.cc 500 { "new", RID_NEW, D_CXXONLY | D_CXXWARN },
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.h 158 RID_NEW, RID_OFFSETOF, RID_OPERATOR,
c-common.cc 525 { "new", RID_NEW, D_CXXONLY | D_CXXWARN },
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc 8752 case RID_NEW:
8888 if (keyword == RID_NEW)
9210 cp_parser_require_keyword (parser, RID_NEW, RT_NEW);
17082 if (token->keyword == RID_NEW)
29758 case RID_NEW:
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc 9110 case RID_NEW:
9254 if (keyword == RID_NEW)
9578 cp_parser_require_keyword (parser, RID_NEW, RT_NEW);
17836 if (token->keyword == RID_NEW)
31254 case RID_NEW:
    [all...]

Completed in 104 milliseconds