Searched refs:_URC_OK (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dunwind-ehabi-helpers.h18 // NOTE: _URC_OK, _URC_FAILURE must be present as preprocessor tokens. This
36 #define _URC_OK 0 macro
H A Dgcc_personality_v0.c163 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK)
/freebsd-13-stable/contrib/libcxxrt/
H A Dunwind-itanium.h43 _URC_OK = 0, enumerator in enum:__anon1181
H A Dunwind-arm.h33 _URC_OK = 0, /* operation completed successfully */ enumerator in enum:__anon1173
H A Dexception.cc117 if (__gnu_unwind_frame(ex, context) != _URC_OK) { return _URC_FAILURE; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h76 _URC_OK = 0, /* used by ARM EHABI */ enumerator in enum:__anon1929
/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h34 _URC_OK = 0, enumerator in enum:__anon2642
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp1000 return _URC_OK;

Completed in 65 milliseconds