OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uncaughtExceptions
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
exception.cc
83
return globals->
uncaughtExceptions
!= 0;
cxxabi.cc
117
globals->
uncaughtExceptions
+= 1;
225
globals->
uncaughtExceptions
-= 1;
272
return globals->
uncaughtExceptions
== 0;
cxxabi_defines.h
308
unsigned int
uncaughtExceptions
;
call_unexpected.cc
311
globals->
uncaughtExceptions
+= 1;
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h
312
unsigned int
uncaughtExceptions
;
Completed in 33 milliseconds