HomeSort by relevance Sort by last modified time
    Searched refs:_LIBCPP_ASSERT (Results 1 - 25 of 284) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/libcxx/debug/
debug_throw_register.pass.cpp 18 // Test that defining _LIBCPP_DEBUG_USE_EXCEPTIONS causes _LIBCPP_ASSERT
33 _LIBCPP_ASSERT(false, "foo");
debug_abort.pass.cpp 34 _LIBCPP_ASSERT(false, "foo");
debug_throw.pass.cpp 32 _LIBCPP_ASSERT(false, "foo");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/debug/
debug_throw_register.pass.cpp 18 // Test that defining _LIBCPP_DEBUG_USE_EXCEPTIONS causes _LIBCPP_ASSERT
33 _LIBCPP_ASSERT(false, "foo");
  /external/libcxx/test/libcxx/strings/basic.string/string.modifiers/
erase_pop_back_db1.pass.cpp 15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
insert_iter_char_db1.pass.cpp 15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
insert_iter_size_char_db1.pass.cpp 15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/strings/basic.string/string.modifiers/
erase_pop_back_db1.pass.cpp 15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
  /external/libcxx/test/libcxx/containers/sequences/list/list.cons/
db_move.pass.cpp 20 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(1))
  /external/libcxx/test/libcxx/containers/sequences/list/list.modifiers/
erase_iter_db1.pass.cpp 18 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
erase_iter_db2.pass.cpp 18 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
erase_iter_iter_db4.pass.cpp 18 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
insert_iter_rvalue_db1.pass.cpp 18 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
insert_iter_size_value_db1.pass.cpp 18 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
insert_iter_value_db1.pass.cpp 18 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
  /external/libcxx/test/libcxx/containers/sequences/list/list.ops/
db_splice_pos_list.pass.cpp 18 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
db_splice_pos_list_iter.pass.cpp 18 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
db_splice_pos_list_iter_iter.pass.cpp 18 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
  /external/libcxx/test/std/containers/unord/unord.multiset/
erase_iter_db1.pass.cpp 16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
erase_iter_iter_db4.pass.cpp 16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
  /external/libcxx/test/std/containers/unord/unord.set/
erase_iter_db1.pass.cpp 16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
erase_iter_iter_db4.pass.cpp 16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/sequences/list/list.cons/
db_move.pass.cpp 20 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(1))
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/sequences/list/list.modifiers/
erase_iter_db1.pass.cpp 18 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
erase_iter_db2.pass.cpp 18 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))

Completed in 161 milliseconds

1 2 3 4 5 6 7 8 91011>>