/external/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/ |
D | iterator.pass.cpp | 34 test_exceptions(S s, It first, It last) in test_exceptions() function 173 test_exceptions(S(), IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter()); in main() 174 test_exceptions(S(), IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter()); in main() 175 test_exceptions(S(), IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter()); in main() 177 test_exceptions(S(), TIter(s, s+10, 4, TIter::TAIncrement), TIter()); in main() 178 test_exceptions(S(), TIter(s, s+10, 5, TIter::TADereference), TIter()); in main() 179 test_exceptions(S(), TIter(s, s+10, 6, TIter::TAComparison), TIter()); in main()
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_append/ |
D | iterator.pass.cpp | 33 test_exceptions(S s, It first, It last) in test_exceptions() function 172 test_exceptions(S(), IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter()); in main() 173 test_exceptions(S(), IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter()); in main() 174 test_exceptions(S(), IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter()); in main() 176 test_exceptions(S(), TIter(s, s+10, 4, TIter::TAIncrement), TIter()); in main() 177 test_exceptions(S(), TIter(s, s+10, 5, TIter::TADereference), TIter()); in main() 178 test_exceptions(S(), TIter(s, s+10, 6, TIter::TAComparison), TIter()); in main()
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/ |
D | iter_iter_iter.pass.cpp | 39 test_exceptions(S s, typename S::difference_type pos, It first, It last) in test_exceptions() function 153 test_exceptions(S(), 0, IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter()); in main() 154 test_exceptions(S(), 0, IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter()); in main() 155 test_exceptions(S(), 0, IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter()); in main() 157 test_exceptions(S(), 0, TIter(s, s+10, 4, TIter::TAIncrement), TIter()); in main() 158 test_exceptions(S(), 0, TIter(s, s+10, 5, TIter::TADereference), TIter()); in main() 159 test_exceptions(S(), 0, TIter(s, s+10, 6, TIter::TAComparison), TIter()); in main()
|
/external/eigen/test/ |
D | exceptions.cpp | 110 void test_exceptions() in test_exceptions() function
|
/external/libcxx/test/std/utilities/variant/variant.visit/ |
D | visit.pass.cpp | 240 void test_exceptions() { in test_exceptions() function 300 test_exceptions(); in main()
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/ |
D | iter_iter_iter_iter.pass.cpp | 41 test_exceptions(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l) in test_exceptions() function 1001 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s+10, 4, TIter::TAIncrement)), II… in main() 1002 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s+10, 5, TIter::TADereference)), … in main() 1003 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, IIter(TIter(s, s+10, 6, TIter::TAComparison)), I… in main() 1005 … test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s+10, 4, TIter::TAIncrement), TIter()); in main() 1006 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s+10, 5, TIter::TADereference), TIter()… in main() 1007 …test_exceptions(S("abcdefghijklmnopqrst"), 10, 5, TIter(s, s+10, 6, TIter::TAComparison), TIter()); in main()
|
/external/valgrind/VEX/test/ |
D | test-i386.c | 1347 void test_exceptions(void)
|
D | test-amd64.c | 1387 void test_exceptions(void)
|