Searched refs:OptArrays (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp205 RunFuncOnInputs(f, (OLvl == CodeGenOpt::None) ? UnoptArrays : OptArrays);
214 // Populate OptArrays and UnoptArrays with the arrays from InputArrays
215 memcpy(OptArrays, InputArrays, kTotalSize);
228 if (memcmp(OptArrays, UnoptArrays, kTotalSize))
H A Dinput_arrays.h20 static int OptArrays[kNumArrays][kArraySize]; variable

Completed in 142 milliseconds