Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/input.output/filesystems/fs.enum/
H A Dcheck_bitmask_types.h55 EnumType& eref = (e &= Val2); in check() local
61 EnumType& eref = (e |= Val2); in check() local
67 EnumType& eref = (e ^= Val2); in check() local