HomeSort by relevance Sort by last modified time
    Searched full:__libcpp_set_debug_function (Results 1 - 4 of 4) sorted by null

  /external/libcxx/include/
__debug 88 /// __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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
__debug 88 /// __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);
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
__debug 88 /// __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/libcxx/src/
debug.cpp 33 bool __libcpp_set_debug_function(__libcpp_debug_function_type __func) { function

Completed in 62 milliseconds