Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/input.output/filesystems/fs.enum/
H A Dcheck_bitmask_types.h17 struct check_bitmask_type { struct
19 static constexpr UT dcast(EnumType e) { return static_cast<UT>(e); } in dcast()
20 static constexpr UT unpromote(decltype((~UZero)) promoted) { return static_cast<UT>(promoted); } in unpromote()
27 static bool check() in check()