Home
last modified time | relevance | path

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

/third_party/python/Modules/_xxtestfuzz/
Dfuzzer.c84 PyObject* struct_error = NULL; variable
92 struct_error = PyObject_GetAttrString(struct_module, "error"); in init_struct_unpack()
93 if (struct_error == NULL) { in init_struct_unpack()
134 if (unpacked == NULL && PyErr_ExceptionMatches(struct_error)) { in fuzz_struct_unpack()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dinitializer-entry-defined-twice.c9 static struct normal struct_error = { variable
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv256 Modules/_xxtestfuzz/fuzzer.c - struct_error -