Searched refs:sv_2uv_flags (Results 1 – 9 of 9) sorted by relevance
7 sv_2uv_flags # U
23 sv_2uv_flags # U
148 return sv_2uv_flags(sv, SV_GMAGIC); in Perl_sv_2uv()
870 return sv_2uv_flags(sv, 0); in Perl_SvUV_nomg()
2232 #define sv_2uv(sv) sv_2uv_flags(sv, SV_GMAGIC)
654 # define sv_2uv_flags(a,b) Perl_sv_2uv_flags(aTHX_ a,b) macro
3485 Adp |UV |sv_2uv_flags |NN SV * const sv \
2480 L<perlapi/sv_2uv_flags>, and L<perlapi/sv_2nv_flags> and their older wrappers
1803 Apd |UV |sv_2uv_flags |NN SV *const sv|const I32 flags