Home
last modified time | relevance | path

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

1234567

/external/libcxx/docs/DesignDocs/
DDebugMode.rst15 they can be enabled using the ``_LIBCPP_DEBUG`` macro.
17 **_LIBCPP_DEBUG** Macro
20 **_LIBCPP_DEBUG**:
26 Defining ``_LIBCPP_DEBUG`` to ``0`` or greater enables most of libc++'s
27 assertions. Defining ``_LIBCPP_DEBUG`` to ``1`` enables "iterator debugging"
54 #define _LIBCPP_DEBUG 1
78 These checks are enabled when ``_LIBCPP_DEBUG`` is defined to either 0 or 1.
80 The following checks are enabled by ``_LIBCPP_DEBUG``:
87 These checks are enabled when ``_LIBCPP_DEBUG`` is defined to 1.
/external/libcxx/test/libcxx/strings/basic.string/string.modifiers/
Derase_pop_back_db1.pass.cpp14 #if _LIBCPP_DEBUG >= 1
25 #if _LIBCPP_DEBUG >= 1 in main()
Dinsert_iter_size_char_db1.pass.cpp14 #if _LIBCPP_DEBUG >= 1
23 #if _LIBCPP_DEBUG >= 1 in main()
Dinsert_iter_char_db1.pass.cpp14 #if _LIBCPP_DEBUG >= 1
25 #if _LIBCPP_DEBUG >= 1 in main()
/external/libcxx/test/std/experimental/optional/optional.object/optional.object.observe/
Dop_arrow.pass.cpp15 #ifdef _LIBCPP_DEBUG
36 #ifdef _LIBCPP_DEBUG in main()
Ddereference.pass.cpp15 #ifdef _LIBCPP_DEBUG
37 #ifdef _LIBCPP_DEBUG in main()
Ddereference_const.pass.cpp15 #ifdef _LIBCPP_DEBUG
45 #ifdef _LIBCPP_DEBUG in main()
Dop_arrow_const.pass.cpp15 #ifdef _LIBCPP_DEBUG
58 #ifdef _LIBCPP_DEBUG in main()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.observe/
Dop_arrow.pass.cpp15 #ifdef _LIBCPP_DEBUG
65 #ifdef _LIBCPP_DEBUG in main()
Ddereference_const.pass.cpp15 #ifdef _LIBCPP_DEBUG
62 #ifdef _LIBCPP_DEBUG in main()
Ddereference.pass.cpp15 #ifdef _LIBCPP_DEBUG
66 #ifdef _LIBCPP_DEBUG in main()
Ddereference_const_rvalue.pass.cpp15 #ifdef _LIBCPP_DEBUG
62 #ifdef _LIBCPP_DEBUG in main()
Dop_arrow_const.pass.cpp15 #ifdef _LIBCPP_DEBUG
69 #ifdef _LIBCPP_DEBUG in main()
Ddereference_rvalue.pass.cpp15 #ifdef _LIBCPP_DEBUG
66 #ifdef _LIBCPP_DEBUG in main()
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/
Ddb_swap_1.pass.cpp18 #if _LIBCPP_DEBUG >= 1
27 #if _LIBCPP_DEBUG >= 1 in main()
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/
Ddb_swap_1.pass.cpp18 #if _LIBCPP_DEBUG >= 1
27 #if _LIBCPP_DEBUG >= 1 in main()
/external/libcxx/test/std/strings/basic.string/string.access/
Dfront.pass.cpp15 #ifdef _LIBCPP_DEBUG
49 #ifdef _LIBCPP_DEBUG in main()
Dback.pass.cpp15 #ifdef _LIBCPP_DEBUG
49 #ifdef _LIBCPP_DEBUG in main()
Dindex.pass.cpp15 #ifdef _LIBCPP_DEBUG
54 #ifdef _LIBCPP_DEBUG in main()
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
Diter_initializer_list.pass.cpp14 #if _LIBCPP_DEBUG >= 1
41 #if _LIBCPP_DEBUG >= 1 in main()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
Ddb_swap_1.pass.cpp18 #if _LIBCPP_DEBUG >= 1
27 #if _LIBCPP_DEBUG >= 1 in main()
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/
Ddb_swap_1.pass.cpp18 #if _LIBCPP_DEBUG >= 1
27 #if _LIBCPP_DEBUG >= 1 in main()
/external/libcxx/test/support/
Ddebug_mode_helper.h13 #ifndef _LIBCPP_DEBUG
14 #error _LIBCPP_DEBUG must be defined before including this header
/external/libcxx/test/std/containers/unord/unord.set/
Demplace_hint.pass.cpp19 #if _LIBCPP_DEBUG >= 1
69 #if _LIBCPP_DEBUG >= 1 in main()
/external/libcxx/test/std/containers/unord/unord.multiset/
Demplace_hint.pass.cpp19 #if _LIBCPP_DEBUG >= 1
69 #if _LIBCPP_DEBUG >= 1 in main()

1234567