Searched refs:_UA_END_OF_STACK (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/
H A Dforced2.C17 if (actions & _UA_END_OF_STACK)
H A Dforced3.C18 if (actions & _UA_END_OF_STACK)
H A Dforced4.C17 if (actions & _UA_END_OF_STACK)
H A Dforced1.C19 if (actions & _UA_END_OF_STACK)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dcleanup-5.c15 if (actions & _UA_END_OF_STACK)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind.h102 #define _UA_END_OF_STACK 16 macro
H A Dunwind.inc158 action |= _UA_END_OF_STACK;
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-generic.h109 #define _UA_END_OF_STACK 16 macro
H A Dunwind.inc166 action |= _UA_END_OF_STACK;
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind.h53 _UA_END_OF_STACK = 16 // gcc extension to C++ ABI enumerator in enum:__anon296
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h78 #define _UA_END_OF_STACK 16 macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h102 _UA_END_OF_STACK = 16 /* gcc extension to C++ ABI */ enumerator in enum:__anon671
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-sjlj.c320 "function with _UA_END_OF_STACK",
323 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK);
H A DUnwind-seh.cpp321 "function with _UA_END_OF_STACK",
324 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK);
H A DUnwindLevel1.c405 "function with _UA_END_OF_STACK",
408 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK);
H A DUnwind-EHABI.cpp803 "function with _UA_END_OF_STACK",
806 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK);

Completed in 123 milliseconds