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

  /external/clang/test/Headers/
ms-null-ms-header-vs-stddef.cpp 4 // Something in MSVC's headers (pulled in e.g. by <crtdefs.h>) defines __null
6 #define __null macro
10 // __null is used as a type annotation in MS headers, with __null defined to
13 void f(__null void* p) { }
15 // NULL should work fine even with __null defined to nothing.
  /prebuilts/sdk/renderscript/clang-include/
stddef.h 46 #undef __null // VC++ hack. macro
47 #define NULL __null

Completed in 69 milliseconds