Home
last modified time | relevance | path

Searched refs:__libcpp_set_debug_function (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libcxx/test/libcxx/debug/
Ddebug_register.pass.cpp28 std::__libcpp_set_debug_function(&my_debug_function); in main()
/external/libcxx/include/
D__debug88 /// __libcpp_set_debug_function - Set the debug handler to the specified
91 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func);
98 static bool __init_dummy = __libcpp_set_debug_function(__libcpp_throw_debug_function);
/external/llvm-project/libcxx/include/
D__debug76 /// __libcpp_set_debug_function - Set the debug handler to the specified
79 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func);
/external/llvm-project/libcxx/test/support/
Ddebug_mode_helper.h184 std::__libcpp_set_debug_function(&DeathTestDebugHandler); in RunForChild()
/external/llvm-project/libcxx/src/
Ddebug.cpp41 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func) { in __libcpp_set_debug_function() function
/external/libcxx/src/
Ddebug.cpp33 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func) { in __libcpp_set_debug_function() function