Searched refs:fuzzer_assert_impl (Results 1 – 3 of 3) sorted by relevance
5 #define fuzzer_assert_impl(x) (!!(x) ? static_cast<void>(0) : __builtin_trap()) macro
23 fuzzer_assert_impl(false); // terminate
69 FLATBUFFERS_ASSERT=fuzzer_assert_impl)