Searched defs:YY_CAST (Results 1 – 7 of 7) sorted by relevance
| /external/libtracefs/src/ |
| D | sqlhist.tab.c | 111 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro 114 # define YY_CAST(Type, Val) ((Type) (Val)) macro
|
| /external/angle/src/compiler/preprocessor/ |
| D | preprocessor_tab_autogen.cpp | 154 # 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/ |
| D | parser.c | 133 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro 136 # define YY_CAST(Type, Val) ((Type) (Val)) macro
|
| /external/angle/src/compiler/translator/ |
| D | glslang_tab_autogen.cpp | 108 # 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/ |
| D | glslang_tab.cpp | 100 # 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/ |
| D | glslang_tab.cpp | 100 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro 103 # define YY_CAST(Type, Val) ((Type) (Val)) macro
|
| /external/libpcap/ |
| D | grammar.c | 381 # define YY_CAST(Type, Val) static_cast<Type> (Val) macro
|