OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__unexpected_handler
(Results
1 - 10
of
10
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp
28
#define
__unexpected_handler
__cxxabiapple::__cxa_unexpected_handler
macro
38
static std::unexpected_handler
__unexpected_handler
;
50
return __sync_lock_test_and_set(&
__unexpected_handler
, func);
56
return __sync_fetch_and_add(&
__unexpected_handler
, (unexpected_handler)0);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libsupc++.a
[
all
...]
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.16
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/
libsupc++.a
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libsupc++.a
[
all
...]
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.13
Completed in 66 milliseconds