Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_testmultiphase.c636 static PyModuleDef uninitialized_def = TEST_MODULE_DEF("main", main_slots, testexport_methods); variable
641 return (PyObject*) &uninitialized_def; in PyInit__testmultiphase_export_uninitialized()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv219 Modules/_testmultiphase.c - uninitialized_def -