Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.hpp167 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro
170 # define YY_CAST(Type, Val) ((Type) (Val)) macro