Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Dunwind-ehabi-helpers.h45 #if !defined(_US_ACTION_MASK)
46 #define _US_ACTION_MASK ((_Unwind_State)3) macro
Dgcc_personality_v0.c182 if ((state & _US_ACTION_MASK) != _US_UNWIND_FRAME_STARTING) in __gcc_personality_sj0()
/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c187 if ((state & _US_ACTION_MASK) != _US_UNWIND_FRAME_STARTING) in __gcc_personality_sj0()
/external/clang/lib/Headers/
Dunwind.h166 #define _US_ACTION_MASK ((_Unwind_State)3) macro
/external/llvm-project/clang/lib/Headers/
Dunwind.h196 #define _US_ACTION_MASK ((_Unwind_State)3) macro
/external/llvm-project/libunwind/include/
Dunwind.h64 static const _Unwind_State _US_ACTION_MASK = 3; variable