Lines Matching refs:NULL
60 new_type->elements[num_elements] = NULL; in generateCustomType()
63 ffi_get_struct_offsets(abi, new_type, NULL); in generateCustomType()
69 if (type == NULL) { in getTotalSize()
78 if (type->elements != NULL) { in getTotalSize()
79 for (size_t i=0; type->elements[i] != NULL; i++) { in getTotalSize()
97 return NULL; in getRandomType()
114 return NULL; in genArg()
137 if (type == NULL) { in buildArgArrays()
147 arg_types[num_args+1] = NULL; in buildArgArrays()
148 arg_array[num_args+1] = NULL; in buildArgArrays()
159 ffi_closure* pcl = NULL; in runMainFunctions()
164 if (pcl == NULL) { in runMainFunctions()
190 ffi_raw_closure* pcl = NULL; in runRawFunctions()
195 if (pcl == NULL) { in runRawFunctions()
228 ffi_java_raw_closure* pcl = NULL; in runJavaFunctions()
233 if (pcl == NULL) { in runJavaFunctions()
253 if (ffi_type == NULL || ffi_type->type != FFI_TYPE_STRUCT) { in freeFFI()
257 if (ffi_type->elements != NULL) { in freeFFI()
290 void* resp_buf = NULL; in LLVMFuzzerTestOneInput()
312 if (resp_buf == NULL) { in LLVMFuzzerTestOneInput()