Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyport.h525 #define _Py_COMP_DIAG_POP _Pragma("clang diagnostic pop") macro
531 #define _Py_COMP_DIAG_POP _Pragma("GCC diagnostic pop")
535 #define _Py_COMP_DIAG_POP __pragma(warning(pop))
539 #define _Py_COMP_DIAG_POP
/third_party/python/PC/
Dwinreg.c655 _Py_COMP_DIAG_POP in Py2Reg()
1716 _Py_COMP_DIAG_POP in winreg_SetValue_impl()
/third_party/python/Modules/_io/
Dfileio.c277 _Py_COMP_DIAG_POP
/third_party/python/Modules/
D_testcapimodule.c1906 _Py_COMP_DIAG_POP
1984 _Py_COMP_DIAG_POP in test_widechar()
2237 _Py_COMP_DIAG_POP
Dposixmodule.c1213 _Py_COMP_DIAG_POP in path_converter()
1314 _Py_COMP_DIAG_POP in path_converter()
13486 _Py_COMP_DIAG_POP in DirEntry_fetch_stat()
13721 _Py_COMP_DIAG_POP in os_DirEntry_inode_impl()
/third_party/python/Python/
Dgetargs.c1063 _Py_COMP_DIAG_POP in convertsimple()
/third_party/python/Objects/
Dunicodeobject.c983 _Py_COMP_DIAG_POP
4345 _Py_COMP_DIAG_POP
4527 _Py_COMP_DIAG_POP in unicode_decode_call_errorhandler_wchar()
7914 _Py_COMP_DIAG_POP in encode_code_page_strict()
12687 _Py_COMP_DIAG_POP in PyUnicode_IsIdentifier()
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst1058 ``_Py_COMP_DIAG_IGNORE_DEPR_DECLS``, and ``_Py_COMP_DIAG_POP``.