Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
H A Dis_pathable.pass.cpp70 static void AssertPathable() { in AssertPathable() function
82 AssertPathable<string_type>(); in Test()
83 AssertPathable<string_type2>(); in Test()
84 AssertPathable<string_view_type>(); in Test()
85 AssertPathable<string_view_type2>(); in Test()
86 AssertPathable<cstr_type>(); in Test()
87 AssertPathable<const_cstr_type>(); in Test()
88 AssertPathable<array_type>(); in Test()
89 AssertPathable<const_array_type>(); in Test()
90 AssertPathable<iter_type>(); in Test()