Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/python/Python/
Dgetargs.c1074 _Py_COMP_DIAG_PUSH in convertsimple()
/third_party/python/Modules/
D_testcapimodule.c1672 _Py_COMP_DIAG_PUSH
2028 _Py_COMP_DIAG_PUSH
/third_party/python/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()
/third_party/python/Misc/
DNEWS1173 - bpo-19569: Add the private macros ``_Py_COMP_DIAG_PUSH``,