Home
last modified time | relevance | path

Searched refs:cop_features (Results 1 – 9 of 9) sorted by relevance

/dports/lang/perl5.32/perl-5.32.1/
H A Dfeature.h46 ? (PL_curcop->cop_features & (mask)) : FALSE)
162 #define SAVEFEATUREBITS() SAVEI32(PL_compiling.cop_features)
164 #define CLEARFEATUREBITS() (PL_compiling.cop_features = 0)
167 (hv_stores((hh), "feature/bits", newSVuv(PL_compiling.cop_features)))
172 PL_compiling.cop_features = fbsv ? SvUV(*fbsv) : 0; \
331 PL_compiling.cop_features |= mask; in S_magic_sethint_feature()
333 PL_compiling.cop_features &= ~mask; in S_magic_sethint_feature()
H A Dcop.h423 U32 cop_features; member
/dports/lang/perl5.34/perl-5.34.0/
H A Dfeature.h49 ? (PL_curcop->cop_features & (mask)) : FALSE)
185 #define SAVEFEATUREBITS() SAVEI32(PL_compiling.cop_features)
187 #define CLEARFEATUREBITS() (PL_compiling.cop_features = 0)
190 (hv_stores((hh), "feature/bits", newSVuv(PL_compiling.cop_features)))
195 PL_compiling.cop_features = fbsv ? SvUV(*fbsv) : 0; \
372 PL_compiling.cop_features |= mask; in S_magic_sethint_feature()
374 PL_compiling.cop_features &= ~mask; in S_magic_sethint_feature()
H A Dcop.h476 U32 cop_features; member
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dfeature.h51 ? (PL_curcop->cop_features & (mask)) : FALSE)
194 #define SAVEFEATUREBITS() SAVEI32(PL_compiling.cop_features)
196 #define CLEARFEATUREBITS() (PL_compiling.cop_features = 0)
199 (hv_stores((hh), "feature/bits", newSVuv(PL_compiling.cop_features)))
204 PL_compiling.cop_features = fbsv ? SvUV(*fbsv) : 0; \
392 PL_compiling.cop_features |= mask; in S_magic_sethint_feature()
394 PL_compiling.cop_features &= ~mask; in S_magic_sethint_feature()
H A Dcop.h476 U32 cop_features; member
/dports/lang/perl5.34/perl-5.34.0/t/lib/feature/
H A Dbits1 Test specifically for things that cop_features broke
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/lib/feature/
H A Dbits1 Test specifically for things that cop_features broke
/dports/lang/perl5.32/perl-5.32.1/t/lib/feature/
H A Dbits1 Test specifically for things that cop_features broke