Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dunwind-ehabi-helpers.h36 #define _URC_OK 0 macro
H A Dgcc_personality_v0.c173 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) in continueUnwind()
/freebsd/contrib/libcxxrt/
H A Dunwind-itanium.h43 _URC_OK = 0, enumerator
H A Dunwind-arm.h33 _URC_OK = 0, /* operation completed successfully */ enumerator
H A Dexception.cc118 if (__gnu_unwind_frame(ex, context) != _URC_OK) { return _URC_FAILURE; } in continueUnwinding()
/freebsd/contrib/llvm-project/libunwind/include/
H A Dunwind.h34 _URC_OK = 0, enumerator
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h78 _URC_OK = 0, /* used by ARM EHABI */ enumerator
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp1203 return _URC_OK; in __gnu_unwind_frame()