Searched refs:RID_NOEXCEPT (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-common.h | 151 RID_CONSTEXPR, RID_DECLTYPE, RID_NOEXCEPT, RID_NULLPTR, RID_STATIC_ASSERT, enumerator
|
| HD | c-common.c | 527 { "noexcept", RID_NOEXCEPT, D_CXXONLY | D_CXX0X | D_CXXWARN },
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-common.h | 180 RID_CONSTEXPR, RID_DECLTYPE, RID_NOEXCEPT, RID_NULLPTR, RID_STATIC_ASSERT, enumerator
|
| HD | c-common.c | 479 { "noexcept", RID_NOEXCEPT, D_CXXONLY | D_CXX11 | D_CXXWARN },
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | parser.c | 3308 else if (cxx_dialect < cxx11 && id == ridpointers[(int)RID_NOEXCEPT]) in cp_parser_diagnose_invalid_type_name() 8103 case RID_NOEXCEPT: in cp_parser_unary_expression() 24417 if (cp_parser_is_keyword (token, RID_NOEXCEPT)) in cp_parser_noexcept_specification_opt() 26058 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_NOEXCEPT)) in cp_parser_compound_requirement()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | parser.c | 6442 case RID_NOEXCEPT: in cp_parser_unary_expression() 19520 if (cp_parser_is_keyword (token, RID_NOEXCEPT)) in cp_parser_noexcept_specification_opt()
|