Home
last modified time | relevance | path

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

/external/libtracefs/src/
Dsqlhist.tab.c111 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro
114 # define YY_CAST(Type, Val) ((Type) (Val)) macro
/external/angle/src/compiler/preprocessor/
Dpreprocessor_tab_autogen.cpp154 # define YY_CAST(Type, Val) static_cast<Type>(Val) macro
157 # define YY_CAST(Type, Val) ((Type)(Val)) macro
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/
Dparser.c133 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro
136 # define YY_CAST(Type, Val) ((Type) (Val)) macro
/external/angle/src/compiler/translator/
Dglslang_tab_autogen.cpp108 # define YY_CAST(Type, Val) static_cast<Type>(Val) macro
111 # define YY_CAST(Type, Val) ((Type)(Val)) macro
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dglslang_tab.cpp100 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro
103 # define YY_CAST(Type, Val) ((Type) (Val)) macro
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp100 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro
103 # define YY_CAST(Type, Val) ((Type) (Val)) macro
/external/libpcap/
Dgrammar.c381 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro