Home
last modified time | relevance | path

Searched refs:Py_BUILD_ASSERT_EXPR (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Include/
H A Dpymacro.h58 + Py_BUILD_ASSERT_EXPR(offsetof(struct foo, string) == 0))
61 #define Py_BUILD_ASSERT_EXPR(cond) \ macro
65 (void)Py_BUILD_ASSERT_EXPR(cond); \
72 error (see Py_BUILD_ASSERT_EXPR).
83 + Py_BUILD_ASSERT_EXPR(!__builtin_types_compatible_p(typeof(array), \

Completed in 1 milliseconds