Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyport.h520 #define _Py_COMP_DIAG_POP _Pragma("clang diagnostic pop") macro
526 #define _Py_COMP_DIAG_POP _Pragma("GCC diagnostic pop")
530 #define _Py_COMP_DIAG_POP __pragma(warning(pop))
534 #define _Py_COMP_DIAG_POP
/external/python/cpython3/Misc/NEWS.d/
D3.9.0b4.rst178 ``_Py_COMP_DIAG_IGNORE_DEPR_DECLS``, and ``_Py_COMP_DIAG_POP``.
/external/python/cpython3/Python/
Dgetargs.c1115 _Py_COMP_DIAG_POP in convertsimple()
/external/python/cpython3/Modules/
D_testcapimodule.c1851 _Py_COMP_DIAG_POP
2098 _Py_COMP_DIAG_POP
/external/python/cpython3/Objects/
Dunicodeobject.c985 _Py_COMP_DIAG_POP
4147 _Py_COMP_DIAG_POP
12415 _Py_COMP_DIAG_POP in PyUnicode_IsIdentifier()
15972 _Py_COMP_DIAG_POP in PyUnicode_AsUnicodeCopy()