Home | Sort by relevance Sort by last modified time |
/external/flatbuffers/tests/fuzzer/ | |
fuzzer_assert.h | 5 #define fuzzer_assert_impl(x) (!!(x) ? static_cast<void>(0) : __builtin_trap()) macro |
test_init.h | 27 fuzzer_assert_impl(false); // terminate |