Home
last modified time | relevance | path

Searched refs:saw_cleanup (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dexception.c250 int saw_cleanup = 0, saw_handler, foreign_exception; in PERSONALITY_FUNCTION() local
392 saw_cleanup = 0; in PERSONALITY_FUNCTION()
405 saw_cleanup = 1; in PERSONALITY_FUNCTION()
421 saw_cleanup = 1; in PERSONALITY_FUNCTION()
455 if (! saw_handler && ! saw_cleanup) in PERSONALITY_FUNCTION()
480 if (saw_cleanup == 0) in PERSONALITY_FUNCTION()
488 __builtin_extend_pointer (saw_cleanup ? xh : return_object)); in PERSONALITY_FUNCTION()
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dexception.c250 int saw_cleanup = 0, saw_handler, foreign_exception; in PERSONALITY_FUNCTION() local
392 saw_cleanup = 0; in PERSONALITY_FUNCTION()
405 saw_cleanup = 1; in PERSONALITY_FUNCTION()
421 saw_cleanup = 1; in PERSONALITY_FUNCTION()
455 if (! saw_handler && ! saw_cleanup) in PERSONALITY_FUNCTION()
480 if (saw_cleanup == 0) in PERSONALITY_FUNCTION()
488 __builtin_extend_pointer (saw_cleanup ? xh : return_object)); in PERSONALITY_FUNCTION()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d597 bool saw_cleanup = false;
663 saw_cleanup = true;
671 saw_handler, saw_cleanup);
675 if (!saw_handler && !saw_cleanup)
700 out bool saw_handler, out bool saw_cleanup)
718 saw_cleanup = true;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d585 bool saw_cleanup = false; in scanLSDA() local
651 saw_cleanup = true; in scanLSDA()
659 saw_handler, saw_cleanup); in scanLSDA()
663 if (!saw_handler && !saw_cleanup) in scanLSDA()
689 out bool saw_handler, out bool saw_cleanup) in actionTableLookup() argument
707 saw_cleanup = true; in actionTableLookup()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_personality.cc549 bool saw_cleanup = false; in PERSONALITY_FUNCTION() local
593 saw_cleanup = true; in PERSONALITY_FUNCTION()
642 found_type = (saw_cleanup ? found_cleanup : found_nothing); in PERSONALITY_FUNCTION()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_personality.cc549 bool saw_cleanup = false; in PERSONALITY_FUNCTION() local
593 saw_cleanup = true; in PERSONALITY_FUNCTION()
642 found_type = (saw_cleanup ? found_cleanup : found_nothing); in PERSONALITY_FUNCTION()