Searched defs:Type (Results 1 – 5 of 5) sorted by relevance
20 enum Type { enum
24 enum class Type { enum
33 enum class Type { enum
32 enum class Type : unsigned char { enum
53 # define YY_MOVE_REF(Type) Type&& argument54 # define YY_RVREF(Type) Type&& argument55 # define YY_COPY(Type) Type argument59 # define YY_MOVE_REF(Type) Type& argument60 # define YY_RVREF(Type) const Type& argument61 # define YY_COPY(Type) const Type& argument142 # define YY_CAST(Type, Val) static_cast<Type> (Val) argument143 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val) argument145 # define YY_CAST(Type, Val) ((Type) (Val)) argument146 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val)) argument