Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_sre.c255 PyTypeObject *Match_Type; member
2433 module_state->Match_Type, in pattern_new_match()
2869 Py_VISIT(state->Match_Type); in sre_traverse()
2881 Py_CLEAR(state->Match_Type); in sre_clear()
2921 CREATE_TYPE(m, state->Match_Type, &match_spec); in sre_exec()
/third_party/python/Tools/c-analyzer/
DTODO637 Modules/_sre.c:Match_Type static PyTypeObject Match_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2338 Modules/_sre.c - Match_Type -