Home
last modified time | relevance | path

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

/hal_rpi_pico-3.4.0/tools/pioasm/gen/
Dparser.hpp167 # define YY_CAST(Type, Val) static_cast<Type> (Val) argument
168 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val) argument
170 # define YY_CAST(Type, Val) ((Type) (Val)) argument
171 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val)) argument