Home
last modified time | relevance | path

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

1234567

/external/llvm-project/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"
47 #define _LIBCPP_DEBUG 1
69 These checks are enabled when ``_LIBCPP_DEBUG`` is defined to either 0 or 1.
71 The following checks are enabled by ``_LIBCPP_DEBUG``:
78 These checks are enabled when ``_LIBCPP_DEBUG`` is defined to 1.
/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/utilities/optional/optional.object/optional.object.observe/
Ddereference_const.pass.cpp15 #ifdef _LIBCPP_DEBUG
62 #ifdef _LIBCPP_DEBUG in main()
Dop_arrow.pass.cpp15 #ifdef _LIBCPP_DEBUG
65 #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.set/unord.set.swap/
Ddb_swap_1.pass.cpp18 #if _LIBCPP_DEBUG >= 1
27 #if _LIBCPP_DEBUG >= 1 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/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/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/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/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.multiset/
Dinsert_hint_const_lvalue.pass.cpp18 #if _LIBCPP_DEBUG >= 1
65 #if _LIBCPP_DEBUG >= 1 in main()
/external/libcxx/test/std/containers/unord/unord.set/
Dinsert_hint_const_lvalue.pass.cpp18 #if _LIBCPP_DEBUG >= 1
65 #if _LIBCPP_DEBUG >= 1 in main()
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Dinsert_hint_const_lvalue.pass.cpp18 #if _LIBCPP_DEBUG >= 1
70 #if _LIBCPP_DEBUG >= 1 in main()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Dinsert_hint_const_lvalue.pass.cpp18 #if _LIBCPP_DEBUG >= 1
71 #if _LIBCPP_DEBUG >= 1 in main()
/external/libcxx/test/libcxx/debug/
Ddebug_throw_register.pass.cpp21 #define _LIBCPP_DEBUG 1 macro
Ddebug_throw.pass.cpp20 #define _LIBCPP_DEBUG 0 macro

1234567