Searched refs:my_assert (Results 1 – 3 of 3) sorted by relevance
20 #define my_assert(pred, msg) do_assert(pred, msg, __LINE__, __PRETTY_FUNCTION__) macro64 my_assert(can_convert, "non-convertible type incorrectly caught"); in catch_pointer_test()65 my_assert(catch_ptr == catch2, in catch_pointer_test()68 my_assert(!can_convert, "convertible type incorrectly not caught"); in catch_pointer_test()
19 #define my_assert(x) 1 macro21 #define my_assert(x) \ macro80 my_assert(X = 1); in main()
3476 void my_assert(bool pred, int line = __builtin_LINE(), // Captures line of caller