OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__objc_uncaught_exception_handler
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libobjc/
exception.c
72
__objc_uncaught_exception_handler
= NULL;
variable
79
=
__objc_uncaught_exception_handler
;
80
__objc_uncaught_exception_handler
= new_handler;
522
if (
__objc_uncaught_exception_handler
!= 0)
524
(*
__objc_uncaught_exception_handler
) (exception);
/src/external/gpl3/gcc.old/dist/libobjc/
exception.c
72
__objc_uncaught_exception_handler
= NULL;
variable
79
=
__objc_uncaught_exception_handler
;
80
__objc_uncaught_exception_handler
= new_handler;
522
if (
__objc_uncaught_exception_handler
!= 0)
524
(*
__objc_uncaught_exception_handler
) (exception);
Completed in 22 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026