HomeSort by relevance Sort by last modified time
    Searched defs:STATIC_CAST (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Index/Inputs/
preamble_macro_template.h 1 #define STATIC_CAST static_cast
5 (void)STATIC_CAST<T*>(0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
etip.h 136 #define STATIC_CAST(s) static_cast<s>
138 #define STATIC_CAST(s) (s)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
etip.h 136 #define STATIC_CAST(s) static_cast<s>
138 #define STATIC_CAST(s) (s)

Completed in 107 milliseconds