Home
last modified time | relevance | path

Searched refs:NUM_TYPES (Results 1 – 2 of 2) sorted by relevance

/tools/security/fuzzing/orphans/libffi/
Dfuzz_ffi.cc91 NUM_TYPES); in getRandomType()
93 if (type_index == NUM_TYPES) { in getRandomType()
328 rtype = dataProvider.PickValueInArray<ffi_type*, NUM_TYPES>(ffi_types); in LLVMFuzzerTestOneInput()
Dfuzz_ffi.h37 #define NUM_TYPES 21 macro