Home
last modified time | relevance | path

Searched refs:_LIBCPP_ASSERT (Results 1 – 25 of 162) sorted by relevance

1234567

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Ddebug.cpp117 _LIBCPP_ASSERT(i != nullptr, "iterator not found in debug database."); in __find_c_from_i()
292 _LIBCPP_ASSERT(p != nullptr, "debug mode internal logic error __find_c A"); in __find_c()
296 _LIBCPP_ASSERT(p != nullptr, "debug mode internal logic error __find_c B"); in __find_c()
322 _LIBCPP_ASSERT(p != nullptr, "debug mode internal logic error __erase_c A"); in __erase_c()
329 _LIBCPP_ASSERT(p != nullptr, "debug mode internal logic error __erase_c B"); in __erase_c()
435 _LIBCPP_ASSERT(p1 != nullptr, "debug mode internal logic error swap A"); in swap()
439 _LIBCPP_ASSERT(p1 != nullptr, "debug mode internal logic error swap B"); in swap()
443 _LIBCPP_ASSERT(p2 != nullptr, "debug mode internal logic error swap C"); in swap()
447 _LIBCPP_ASSERT(p2 != nullptr, "debug mode internal logic error swap D"); in swap()
565 _LIBCPP_ASSERT(r != end_, "debug mode internal logic error __c_node::__remove"); in __remove()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
Derase_iter_db1.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Derase_iter_iter_db4.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Derase_iter_db2.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Derase_iter_iter_db1.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Derase_iter_iter_db3.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Derase_iter_iter_db2.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
Derase_iter_db1.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Derase_iter_iter_db4.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Derase_iter_db2.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Derase_iter_iter_db2.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Derase_iter_iter_db1.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Derase_iter_iter_db3.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/
Ddb_cfront.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Ddb_cback.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Ddb_cindex.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Ddb_index.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/
Dop_arrow.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Ddereference.pass.cpp15 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
Derase_iter_db1.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
Derase_iter_db1.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Derase_iter_iter_db4.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
Ddb_cfront.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
Ddb_cback.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/
Ddb_cback.pass.cpp16 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0)) macro

1234567