Searched refs:whatstrings (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Python/ |
D | sysmodule.c | 282 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/ |
D | ignored-globals.txt | 479 whatstrings
|
D | TODO | 226 Python/sysmodule.c:whatstrings static PyObject *whatstrings[8]
|
D | known.tsv | 1909 Python/sysmodule.c - whatstrings variable static PyObject *whatstrings[8]
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 904 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()
|