Lines Matching refs:YY_NOEXCEPT

88 # define YY_NOEXCEPT noexcept
91 # define YY_NOEXCEPT
224 value_type () YY_NOEXCEPT
246 ~value_type () YY_NOEXCEPT
307 as () YY_NOEXCEPT
318 as () const YY_NOEXCEPT
336 swap (self_type& that) YY_NOEXCEPT
398 yyas_ () YY_NOEXCEPT
407 yyas_ () const YY_NOEXCEPT
463 ~syntax_error () YY_NOEXCEPT YY_NOTHROW;
621 basic_symbol () YY_NOEXCEPT
716 void clear () YY_NOEXCEPT
757 const char *name () const YY_NOEXCEPT
765 symbol_kind_type type_get () const YY_NOEXCEPT;
768 bool empty () const YY_NOEXCEPT;
790 by_kind () YY_NOEXCEPT;
794 by_kind (by_kind&& that) YY_NOEXCEPT;
798 by_kind (const by_kind& that) YY_NOEXCEPT;
801 by_kind (kind_type t) YY_NOEXCEPT;
806 void clear () YY_NOEXCEPT;
813 symbol_kind_type kind () const YY_NOEXCEPT;
816 symbol_kind_type type_get () const YY_NOEXCEPT;
833 symbol_type () YY_NOEXCEPT {}
1575 static bool yy_pact_value_is_default_ (int yyvalue) YY_NOEXCEPT;
1579 static bool yy_table_value_is_error_ (int yyvalue) YY_NOEXCEPT;
1587 static symbol_kind_type yytranslate_ (int t) YY_NOEXCEPT;
1661 by_state () YY_NOEXCEPT;
1667 by_state (kind_type s) YY_NOEXCEPT;
1670 by_state (const by_state& that) YY_NOEXCEPT;
1673 void clear () YY_NOEXCEPT;
1680 symbol_kind_type kind () const YY_NOEXCEPT;
1724 stack (size_type n = 200) YY_NOEXCEPT
1765 pop (std::ptrdiff_t n = 1) YY_NOEXCEPT
1773 clear () YY_NOEXCEPT
1780 size () const YY_NOEXCEPT
1787 begin () const YY_NOEXCEPT
1794 end () const YY_NOEXCEPT
1803 slice (const stack& stack, index_type range) YY_NOEXCEPT
1853 void yypop_ (int n = 1) YY_NOEXCEPT;
1871 Parser::yytranslate_ (int t) YY_NOEXCEPT
1959 Parser::basic_symbol<Base>::type_get () const YY_NOEXCEPT
1967 Parser::basic_symbol<Base>::empty () const YY_NOEXCEPT
2004 Parser::by_kind::by_kind () YY_NOEXCEPT
2010 Parser::by_kind::by_kind (by_kind&& that) YY_NOEXCEPT
2018 Parser::by_kind::by_kind (const by_kind& that) YY_NOEXCEPT
2023 Parser::by_kind::by_kind (token_kind_type t) YY_NOEXCEPT
2031 Parser::by_kind::clear () YY_NOEXCEPT
2046 Parser::by_kind::kind () const YY_NOEXCEPT
2054 Parser::by_kind::type_get () const YY_NOEXCEPT