Home
last modified time | relevance | path

Searched refs:fuzzer_assert_impl (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/fuzzer/
Dfuzzer_assert.h5 #define fuzzer_assert_impl(x) (!!(x) ? static_cast<void>(0) : __builtin_trap()) macro
Dtest_init.h27 fuzzer_assert_impl(false); // terminate
DCMakeLists.txt71 FLATBUFFERS_ASSERT=fuzzer_assert_impl)