Searched refs:assert_not_ROK (Results 1 – 3 of 3) sorted by relevance
980 #define assert_not_ROK(sv) assert_(!SvROK(sv) || !SvRV(sv)) macro984 #define SvOK_off(sv) (assert_not_ROK(sv) assert_not_glob(sv) \988 #define SvOK_off_exc_UV(sv) (assert_not_ROK(sv) \1000 #define SvPOKp_on(sv) (assert_not_ROK(sv) assert_not_glob(sv) \1075 #define SvPOK_on(sv) (assert_not_ROK(sv) assert_not_glob(sv) \1078 #define SvPOK_only(sv) (assert_not_ROK(sv) assert_not_glob(sv) \1082 #define SvPOK_only_UTF8(sv) (assert_not_ROK(sv) assert_not_glob(sv) \
1475 assert_not_ROK(sv) in Perl_leave_scope()
5 assert_not_ROK # Z added by devel/scanprov