Home
last modified time | relevance | path

Searched refs:__libcpp_debug_function (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/libcxx/include/
D__debug35 # define _LIBCPP_ASSERT_IMPL(x, m) ((x) ? (void)0 : _VSTD::__libcpp_debug_function(_VSTD::__libcp…
38 # define _LIBCPP_ASSERT_IMPL(x, m) ((x) ? (void)0 : _VSTD::__libcpp_debug_function(_VSTD::__libcp…
68 /// __libcpp_debug_function - The handler function called when a _LIBCPP_ASSERT
70 extern _LIBCPP_EXPORTED_FROM_ABI __libcpp_debug_function_type __libcpp_debug_function;
D__string538 …return __s ? _Traits::length(__s) : (_VSTD::__libcpp_debug_function(_VSTD::__libcpp_debug_info(__F…
/external/libcxx/test/libcxx/debug/
Ddebug_throw.pass.cpp30 std::__libcpp_debug_function = std::__libcpp_throw_debug_function; in main()
/external/llvm-project/libcxx/docs/DesignDocs/
DDebugMode.rst39 ``std::__libcpp_debug_function`` function pointer. It is possible to override
51 std::__libcpp_debug_function = &my_handler;
/external/libcxx/docs/DesignDocs/
DDebugMode.rst44 ``std::__libcpp_debug_function`` function pointer. It is possible to override
57 std::__libcpp_debug_function = std::__libcpp_throw_debug_function;
/external/libcxx/include/
D__debug33 _VSTD::__libcpp_debug_function(_VSTD::__libcpp_debug_info(__FILE__, __LINE__, #x, m)))
75 /// __libcpp_debug_function - The handler function called when a _LIBCPP_ASSERT
77 extern _LIBCPP_EXPORTED_FROM_ABI __libcpp_debug_function_type __libcpp_debug_function;
/external/llvm-project/libcxx/src/
Ddebug.cpp39 __libcpp_debug_function = __libcpp_abort_debug_function; variable
42 __libcpp_debug_function = __func; in __libcpp_set_debug_function()
/external/libcxx/src/
Ddebug.cpp31 __libcpp_debug_function = __libcpp_abort_debug_function; variable
34 __libcpp_debug_function = __func; in __libcpp_set_debug_function()