Searched defs:should_throw_exception_t (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libcxx/test/std/strings/basic.string/string.cons/ |
H A D | substr_rvalue.pass.cpp | 30 constexpr struct should_throw_exception_t { global() struct 48 test_string_pos(S orig,typename S::size_type pos,should_throw_exception_t) test_string_pos() argument 77 test_string_pos_alloc(S orig,typename S::size_type pos,const typename S::allocator_type & alloc,should_throw_exception_t) test_string_pos_alloc() argument 108 test_string_pos_n(S orig,typename S::size_type pos,typename S::size_type n,should_throw_exception_t) test_string_pos_n() argument 142 test_string_pos_n_alloc(S orig,typename S::size_type pos,typename S::size_type n,const typename S::allocator_type & alloc,should_throw_exception_t) test_string_pos_n_alloc() argument
|
/llvm-project/libcxx/test/std/strings/basic.string/string.ops/string_substr/ |
H A D | substr_rvalue.pass.cpp | 27 constexpr struct should_throw_exception_t { struct 41 …r void test(S orig, typename S::size_type pos, typename S::size_type n, should_throw_exception_t) { in test() argument
|