Lines Matching refs:YY_NOEXCEPT
90 # define YY_NOEXCEPT noexcept macro
93 # define YY_NOEXCEPT macro
213 semantic_type () YY_NOEXCEPT in semantic_type()
233 ~semantic_type () YY_NOEXCEPT in ~semantic_type()
283 as () YY_NOEXCEPT in as()
291 as () const YY_NOEXCEPT in as()
306 swap (self_type& that) YY_NOEXCEPT in swap()
365 yyas_ () YY_NOEXCEPT in yyas_()
374 yyas_ () const YY_NOEXCEPT in yyas_()
479 ~syntax_error () YY_NOEXCEPT YY_NOTHROW;
1176 std::string name () const YY_NOEXCEPT in name()
1182 symbol_kind_type type_get () const YY_NOEXCEPT;
1185 bool empty () const YY_NOEXCEPT;
1231 symbol_kind_type kind () const YY_NOEXCEPT;
1234 symbol_kind_type type_get () const YY_NOEXCEPT;
2967 by_state () YY_NOEXCEPT;
2973 by_state (kind_type s) YY_NOEXCEPT;
2976 by_state (const by_state& that) YY_NOEXCEPT;
2979 void clear () YY_NOEXCEPT;
2986 symbol_kind_type kind () const YY_NOEXCEPT;
3071 pop (std::ptrdiff_t n = 1) YY_NOEXCEPT in pop()
3079 clear () YY_NOEXCEPT in clear()
3086 size () const YY_NOEXCEPT in size()
3093 begin () const YY_NOEXCEPT in begin()
3100 end () const YY_NOEXCEPT in end()
3339 parser::basic_symbol<Base>::type_get () const YY_NOEXCEPT in type_get()
3346 parser::basic_symbol<Base>::empty () const YY_NOEXCEPT in empty()
3485 parser::by_kind::kind () const YY_NOEXCEPT in kind()
3492 parser::by_kind::type_get () const YY_NOEXCEPT in type_get()