Home
last modified time | relevance | path

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

/hal_rpi_pico-3.4.0/tools/pioasm/gen/
Dparser.hpp165 # ifndef YY_CAST
167 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro
170 # define YY_CAST(Type, Val) ((Type) (Val)) macro
2659 return YY_CAST (symbol_kind_type, translate_table[t]); in yytranslate_()
Dparser.cpp199 return YY_CAST (symbol_kind_type, yystos_[+state]); in kind()
1690 symbol_kind_type yysym = YY_CAST (symbol_kind_type, yyx); in expected_tokens()