Lines Matching refs:macro
12 macro defined, but only the public C API must be tested here. */
474 function. A giant macro would be even worse than this. A C++ template
2012 /* Just use the macro and check that it compiles */
2728 int macro = 0;
2729 if (!PyArg_ParseTuple(args, "|p", ¯o)) {
2732 if (macro) {
2745 int macro;
2748 if (!PyArg_ParseTuple(args, "piii", ¯o, &year, &month, &day)) {
2752 if (macro) {
2768 int macro;
2773 ¯o,
2779 if (macro) {
2798 int macro;
2803 ¯o,
2810 if (macro) {
2831 int macro;
2835 ¯o,
2840 if (macro) {
2856 int macro;
2860 ¯o,
2866 if (macro) {
2883 int macro;
2887 ¯o,
2892 if (macro) {
2908 int macro = 0;
2910 if (!PyArg_ParseTuple(args, "O|p", &ts, ¯o)) {
2920 if (macro) {
2936 int macro = 0;
2939 if (!PyArg_ParseTuple(args, "OO|pp", &ts, &tzinfo, &usetz, ¯o)) {
2956 if (macro) {
3929 /* If Py_REF_DEBUG macro is defined, _Py_NewReference() increased
5805 // Test Py_Is() macro
5814 // Test Py_Is() function, after undefining its macro.