Searched refs:_LIBCPP_ASSERT (Results 1 - 25 of 151) sorted by relevance

1234567

/external/libcxx/test/libcxx/debug/
H A Ddebug_throw_register.pass.cpp15 // Test that defining _LIBCPP_DEBUG_USE_EXCEPTIONS causes _LIBCPP_ASSERT
30 _LIBCPP_ASSERT(false, "foo");
H A Ddebug_abort.pass.cpp31 _LIBCPP_ASSERT(false, "foo");
H A Ddebug_throw.pass.cpp29 _LIBCPP_ASSERT(false, "foo");
/external/libcxx/test/libcxx/strings/basic.string/string.modifiers/
H A Derase_pop_back_db1.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Dinsert_iter_char_db1.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Dinsert_iter_size_char_db1.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
/external/libcxx/test/libcxx/containers/sequences/list/list.cons/
H A Ddb_move.pass.cpp17 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(1)) macro
H A Ddb_copy.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
/external/libcxx/test/libcxx/containers/sequences/list/list.modifiers/
H A Derase_iter_db1.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Derase_iter_db2.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Derase_iter_iter_db4.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Dinsert_iter_rvalue_db1.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Dinsert_iter_size_value_db1.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Dinsert_iter_value_db1.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Derase_iter_iter_db1.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Derase_iter_iter_db2.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Derase_iter_iter_db3.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Dinsert_iter_iter_iter_db1.pass.cpp17 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
/external/libcxx/test/libcxx/containers/sequences/list/list.ops/
H A Ddb_splice_pos_list.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Ddb_splice_pos_list_iter.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Ddb_splice_pos_list_iter_iter.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
/external/libcxx/test/std/containers/unord/unord.multiset/
H A Derase_iter_db1.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Derase_iter_iter_db4.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
/external/libcxx/test/std/containers/unord/unord.set/
H A Derase_iter_db1.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
H A Derase_iter_iter_db4.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro

Completed in 451 milliseconds

1234567