Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Detip.h136 #define STATIC_CAST(s) static_cast<s> macro
138 #define STATIC_CAST(s) (s) macro
/aosp_15_r20/external/clang/test/Index/Inputs/
H A Dpreamble_macro_template.h1 #define STATIC_CAST static_cast macro
/aosp_15_r20/external/libyuv/source/
H A Dscale_common.cc27 #define STATIC_CAST(type, expr) static_cast<type>(expr) macro
H A Drow_common.cc25 #define STATIC_CAST(type, expr) static_cast<type>(expr) macro