Home
last modified time | relevance | path

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

/tools/security/fuzzing/orphans/libffi/
Dfuzz_ffi.cc312 ffi_type* rtype; in LLVMFuzzerTestOneInput() local
328 rtype = dataProvider.PickValueInArray<ffi_type*, NUM_TYPES>(ffi_types); in LLVMFuzzerTestOneInput()
348 ret = ffi_prep_cif_var(&cif, abi, 1, num_args, rtype, in LLVMFuzzerTestOneInput()