Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/input.output/filesystems/fs.enum/
H A Denum.copy_options.pass.cpp35 typedef check_bitmask_type<E, E::skip_existing, E::update_existing> BitmaskTester; in main() typedef
H A Denum.perms.pass.cpp35 typedef check_bitmask_type<E, E::group_all, E::owner_all> BitmaskTester; in main() typedef
H A Denum.perm_options.pass.cpp37 typedef check_bitmask_type<E, E::replace, E::nofollow> BitmaskTester; in main() typedef
H A Denum.directory_options.pass.cpp34 …ypedef check_bitmask_type<E, E::follow_directory_symlink, E::skip_permission_denied> BitmaskTester; in main() typedef