Home
last modified time | relevance | path

Searched defs:test_ctfe (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dbitop.d109 enum test_ctfe = bsf(ulong.max); variable
157 enum test_ctfe = bsr(ulong.max); variable
624 enum test_ctfe = popcnt(uint.max); variable
674 enum test_ctfe = popcnt(ulong.max); variable
791 enum test_ctfe = bitswap(1U); variable
828 enum test_ctfe = bitswap(1UL); variable