Home
last modified time | relevance | path

Searched refs:_US_ACTION_MASK (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dunwind-ehabi-helpers.h45 #if !defined(_US_ACTION_MASK)
46 #define _US_ACTION_MASK ((_Unwind_State)3) macro
H A Dgcc_personality_v0.c211 if ((state & _US_ACTION_MASK) != _US_UNWIND_FRAME_STARTING) in __gcc_personality_sj0()
/freebsd/contrib/libcxxrt/
H A Dunwind-arm.h50 static const _Unwind_State _US_ACTION_MASK = 3; variable
55 # define _US_ACTION_MASK 3 macro
/freebsd/contrib/llvm-project/libunwind/include/
H A Dunwind_arm_ehabi.h21 static const _Unwind_State _US_ACTION_MASK = 3; variable
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h201 #define _US_ACTION_MASK ((_Unwind_State)3) macro