Go to the documentation of this file.
18 #ifndef ION_PORT_NULLPTR_H_
19 #define ION_PORT_NULLPTR_H_
27 #if defined(ION_PLATFORM_QNX) || \
28 (defined(ION_PLATFORM_NACL) && \
29 !(defined(ION_ARCH_ARM) || defined(__clang__)))
35 typedef void* nullptr_t;
38 #define kNullFunction nullptr
40 #endif // ION_PORT_NULLPTR_H_