Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyport.h517 #define _Py_COMP_DIAG_PUSH _Pragma("clang diagnostic push") macro
523 #define _Py_COMP_DIAG_PUSH _Pragma("GCC diagnostic push")
528 #define _Py_COMP_DIAG_PUSH __pragma(warning(push))
532 #define _Py_COMP_DIAG_PUSH
/external/python/cpython3/Misc/NEWS.d/
D3.9.0b4.rst177 Add the private macros ``_Py_COMP_DIAG_PUSH``,
/external/python/cpython3/Python/
Dgetargs.c1074 _Py_COMP_DIAG_PUSH in convertsimple()
/external/python/cpython3/Modules/
D_testcapimodule.c1672 _Py_COMP_DIAG_PUSH
2028 _Py_COMP_DIAG_PUSH
/external/python/cpython3/Objects/
Dunicodeobject.c978 _Py_COMP_DIAG_PUSH
4106 _Py_COMP_DIAG_PUSH
12376 _Py_COMP_DIAG_PUSH in PyUnicode_IsIdentifier()
15969 _Py_COMP_DIAG_PUSH in PyUnicode_AsUnicodeCopy()