OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uncaughtExceptions
(Results
1 - 3
of
3
) sorted by null
/external/libcxxabi/src/
cxa_exception.hpp
106
unsigned int
uncaughtExceptions
;
cxa_exception.cpp
269
globals->
uncaughtExceptions
+= 1; // Not atomically, since globals are thread-local
448
globals->
uncaughtExceptions
-= 1; // Not atomically, since globals are thread-local
595
globals->
uncaughtExceptions
+= 1;
729
__cxa_get_globals()->
uncaughtExceptions
+= 1;
752
return globals->
uncaughtExceptions
;
cxa_personality.cpp
[
all
...]
Completed in 2749 milliseconds