Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.enum/
H A Dcheck_bitmask_types.h30 EnumType ValRef = Val1; in check() local
35 ASSERT_SAME_TYPE(EnumType&, decltype(ValRef &= Val2)); in check()
36 ASSERT_SAME_TYPE(EnumType&, decltype(ValRef |= Val2)); in check()
37 ASSERT_SAME_TYPE(EnumType&, decltype(ValRef ^= Val2)); in check()