Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyport.h522 #define _Py_COMP_DIAG_PUSH _Pragma("clang diagnostic push") macro
528 #define _Py_COMP_DIAG_PUSH _Pragma("GCC diagnostic push")
533 #define _Py_COMP_DIAG_PUSH __pragma(warning(push))
537 #define _Py_COMP_DIAG_PUSH
/third_party/python/PC/
Dwinreg.c649 _Py_COMP_DIAG_PUSH in Py2Reg()
1713 _Py_COMP_DIAG_PUSH in winreg_SetValue_impl()
/third_party/python/Modules/_io/
Dfileio.c274 _Py_COMP_DIAG_PUSH
/third_party/python/Modules/
D_testcapimodule.c1803 _Py_COMP_DIAG_PUSH
1962 _Py_COMP_DIAG_PUSH in test_widechar()
2167 _Py_COMP_DIAG_PUSH
Dposixmodule.c1210 _Py_COMP_DIAG_PUSH in path_converter()
1311 _Py_COMP_DIAG_PUSH in path_converter()
13483 _Py_COMP_DIAG_PUSH in DirEntry_fetch_stat()
13716 _Py_COMP_DIAG_PUSH in os_DirEntry_inode_impl()
/third_party/python/Python/
Dgetargs.c1021 _Py_COMP_DIAG_PUSH in convertsimple()
/third_party/python/Objects/
Dunicodeobject.c976 _Py_COMP_DIAG_PUSH
4304 _Py_COMP_DIAG_PUSH
4522 _Py_COMP_DIAG_PUSH in unicode_decode_call_errorhandler_wchar()
7907 _Py_COMP_DIAG_PUSH in encode_code_page_strict()
12648 _Py_COMP_DIAG_PUSH in PyUnicode_IsIdentifier()
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst1057 Add the private macros ``_Py_COMP_DIAG_PUSH``,