Searched defs:STATIC_ASSERT (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-private.h736 # define STATIC_ASSERT(x) _STATIC_ASSERT2(x, __LINE__) macro
/macosx-10.9.5/dyld-239.4/include/
H A Dobjc-shared-cache.h93 # define STATIC_ASSERT(x) _STATIC_ASSERT2(x, __LINE__) macro
/macosx-10.9.5/ruby-104/ruby/
H A Denum.c18 #define STATIC_ASSERT(name, expr) typedef int static_assert_##name##_check[1 - 2*!(expr)] macro
H A Dst.c33 #define STATIC_ASSERT(name, expr) typedef int static_assert_##name##_check[(expr) ? 1 : -1]; macro

Completed in 101 milliseconds