Home
last modified time | relevance | path

Searched refs:YY_NOTHROW (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.hpp91 # define YY_NOTHROW macro
94 # define YY_NOTHROW throw () macro
479 ~syntax_error () YY_NOEXCEPT YY_NOTHROW;
Dparser.cpp158 parser::syntax_error::~syntax_error () YY_NOEXCEPT YY_NOTHROW in ~syntax_error()