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
27 fuzzer_assert_impl(false); // terminate
71 FLATBUFFERS_ASSERT=fuzzer_assert_impl)