Lines Matching defs:a1
935 #define Simple_vFAIL2(m,a1) STMT_START { \
936 S_re_croak(aTHX_ UTF, m REPORT_LOCATION, a1, \
943 #define vFAIL2(m,a1) STMT_START { \
944 Simple_vFAIL2(m, a1); \
951 #define Simple_vFAIL3(m, a1, a2) STMT_START { \
952 S_re_croak(aTHX_ UTF, m REPORT_LOCATION, a1, a2, \
959 #define vFAIL3(m,a1,a2) STMT_START { \
960 Simple_vFAIL3(m, a1, a2); \
966 #define Simple_vFAIL4(m, a1, a2, a3) STMT_START { \
967 S_re_croak(aTHX_ UTF, m REPORT_LOCATION, a1, a2, a3, \
971 #define vFAIL4(m,a1,a2,a3) STMT_START { \
972 Simple_vFAIL4(m, a1, a2, a3); \
976 #define vFAIL2utf8f(m, a1) STMT_START { \
977 S_re_croak(aTHX_ UTF, m REPORT_LOCATION, a1, \
981 #define vFAIL3utf8f(m, a1, a2) STMT_START { \
982 S_re_croak(aTHX_ UTF, m REPORT_LOCATION, a1, a2, \
1036 #define ckWARN2_non_literal_string(loc, packwarn, m, a1) \
1047 a1, REPORT_LOCATION_ARGS(loc))); \
1081 #define ckWARN2reg_d(loc,m, a1) \
1085 a1, REPORT_LOCATION_ARGS(loc)))
1087 #define ckWARN2reg(loc, m, a1) \
1091 a1, REPORT_LOCATION_ARGS(loc)))
1093 #define vWARN3(loc, m, a1, a2) \
1097 a1, a2, REPORT_LOCATION_ARGS(loc)))
1099 #define ckWARN3reg(loc, m, a1, a2) \
1103 a1, a2, \
1106 #define vWARN4(loc, m, a1, a2, a3) \
1110 a1, a2, a3, \
1113 #define ckWARN4reg(loc, m, a1, a2, a3) \
1117 a1, a2, a3, \
1120 #define vWARN5(loc, m, a1, a2, a3, a4) \
1124 a1, a2, a3, a4, \