HomeSort by: relevance | last modified time | path
    Searched defs:__thumb_mode_bit (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
unwind.h 232 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1; local
233 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);

Completed in 23 milliseconds