Searched refs:DoInit (Results 1 – 5 of 5) sorted by relevance
29 [[maybe_unused]] static const bool initialized = DoInit(); in LLVMFuzzerTestOneInput()
50 bool DoInit();
28 [[maybe_unused]] static bool initialized = DoInit(); in LLVMFuzzerTestOneInput()
31 [[maybe_unused]] static const bool initialized = DoInit(); in LLVMFuzzerTestOneInput()
72 bool DoInit() { in DoInit() function