Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c282 static PyObject *whatstrings[7] = {NULL, NULL, NULL, NULL, NULL, NULL, NULL}; variable
292 if (whatstrings[i] == NULL) { in trace_init()
296 whatstrings[i] = name; in trace_init()
314 whatstr = whatstrings[what]; in call_trampoline()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt479 whatstrings
DTODO226 Python/sysmodule.c:whatstrings static PyObject *whatstrings[8]
Dknown.tsv1909 Python/sysmodule.c - whatstrings variable static PyObject *whatstrings[8]
/external/python/cpython3/Python/
Dsysmodule.c904 static PyObject *whatstrings[8] = {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL}; variable
917 if (whatstrings[i] == NULL) { in trace_init()
921 whatstrings[i] = name; in trace_init()
938 stack[1] = whatstrings[what]; in call_trampoline()