Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_sre.c254 PyTypeObject *Pattern_Type; member
1418 self = PyObject_GC_NewVar(PatternObject, module_state->Pattern_Type, n); in _sre_compile_impl()
2659 if (!Py_IS_TYPE(righto, module_state->Pattern_Type)) in pattern_richcompare()
2868 Py_VISIT(state->Pattern_Type); in sre_traverse()
2880 Py_CLEAR(state->Pattern_Type); in sre_clear()
2920 CREATE_TYPE(m, state->Pattern_Type, &pattern_spec); in sre_exec()
/third_party/python/Tools/c-analyzer/
DTODO638 Modules/_sre.c:Pattern_Type static PyTypeObject Pattern_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2337 Modules/_sre.c - Pattern_Type -