Searched refs:YY_REINTERPRET_CAST (Results 1 – 2 of 2) sorted by relevance
94 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val) macro97 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val)) macro
104 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val) macro107 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val)) macro
Completed in 14 milliseconds