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

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind.h98 #define _UA_SEARCH_PHASE 1 macro
H A Dunwind.inc88 with the _UA_SEARCH_PHASE flag set. Do not modify the stack yet. */
109 code = (*fs.personality) (1, _UA_SEARCH_PHASE, exc->exception_class,
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-generic.h105 #define _UA_SEARCH_PHASE 1 macro
H A Dunwind.inc96 with the _UA_SEARCH_PHASE flag set. Do not modify the stack yet. */
117 code = (*fs.personality) (1, _UA_SEARCH_PHASE, exc->exception_class,
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind.h49 _UA_SEARCH_PHASE = 1, enumerator in enum:__anon296
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp570 _UA_SEARCH_PHASE
596 if (actions & _UA_SEARCH_PHASE)
618 else // Neither _UA_SEARCH_PHASE nor _UA_CLEANUP_PHASE is set
721 results.reason = actions & _UA_SEARCH_PHASE
748 assert(actions & (_UA_SEARCH_PHASE | _UA_HANDLER_FRAME |
775 (_UA_SEARCH_PHASE | _UA_FORCE_UNWIND));
808 assert(actions & _UA_SEARCH_PHASE);
865 _UA_SEARCH_PHASE
890 Do _UA_SEARCH_PHASE to recover state
963 if (actions & _UA_SEARCH_PHASE)
[all...]
H A Daix_state_tab_eh.inc305 if (actions & _UA_SEARCH_PHASE) {
322 // Neither _UA_SEARCH_PHASE nor _UA_CLEANUP_PHASE is set.
332 if (_UA_SEARCH_PHASE & actions)
333 _LIBCXXABI_TRACE_STATETAB1("_UA_SEARCH_PHASE ");
359 if (_UA_SEARCH_PHASE & actions) {
392 if (_UA_SEARCH_PHASE & actions) {
550 if (actions & _UA_SEARCH_PHASE) {
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h74 #define _UA_SEARCH_PHASE 1 macro
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc379 actions = _UA_SEARCH_PHASE;
611 if (actions & _UA_SEARCH_PHASE)
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-seh.cpp114 action = _UA_SEARCH_PHASE;
206 bool phase2 = (state & (_UA_SEARCH_PHASE|_UA_CLEANUP_PHASE)) == _UA_CLEANUP_PHASE;
H A DUnwind-sjlj.c146 1, _UA_SEARCH_PHASE, exception_object->exception_class,
H A DUnwindLevel1.c139 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class,
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h97 _UA_SEARCH_PHASE = 1, enumerator in enum:__anon671
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c198 if (actions & _UA_SEARCH_PHASE)
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc393 if (actions & _UA_SEARCH_PHASE)
/openbsd-current/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp706 if (!(actions & _UA_SEARCH_PHASE)) {
787 if (actions & _UA_SEARCH_PHASE) {

Completed in 125 milliseconds