Searched refs:static_assert (Results 1 – 3 of 3) sorted by relevance
77 #ifndef static_assert78 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) macro
22 static_assert(ATOMIC_INT_LOCK_FREE == 2, "atomic int is not lockless");
77 static_assert(MEM_TEST_MOVE_SIZE <= MEM_TEST_SIZE,111 static_assert(ATOMIC_BOOL_LOCK_FREE == 2, "atomic bool is not lockless");