Searched refs:support_static_assert (Results 1 – 1 of 1) sorted by relevance
94 # define support_static_assert static_assert macro96 # define support_static_assert _Static_assert macro111 support_static_assert ((__left_type) 1.0 == (__left_type) 1.5, \113 support_static_assert ((__right_type) 1.0 == (__right_type) 1.5, \116 support_static_assert (sizeof (__left_value) <= sizeof (long long), \118 support_static_assert (sizeof (__right_value) <= sizeof (long long), \
Completed in 4 milliseconds