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

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_call.cc 70 _Unwind_Exception* exc_obj local
81 if (__is_gxx_exception_class(exc_obj->exception_class))
84 xh = __get_exception_header_from_ue(exc_obj);
87 rtti_count = exc_obj->barrier_cache.bitpattern[1];
88 rtti_base = (_Unwind_Ptr) exc_obj->barrier_cache.bitpattern[2];
89 rtti_stride = exc_obj->barrier_cache.bitpattern[3];
90 rtti_list = (_Unwind_Word*) exc_obj->barrier_cache.bitpattern[4];
98 __cxa_begin_catch(exc_obj);
eh_call.cc 70 _Unwind_Exception* exc_obj local
81 if (__is_gxx_exception_class(exc_obj->exception_class))
84 xh = __get_exception_header_from_ue(exc_obj);
87 rtti_count = exc_obj->barrier_cache.bitpattern[1];
88 rtti_base = (_Unwind_Ptr) exc_obj->barrier_cache.bitpattern[2];
89 rtti_stride = exc_obj->barrier_cache.bitpattern[3];
90 rtti_list = (_Unwind_Word*) exc_obj->barrier_cache.bitpattern[4];
98 __cxa_begin_catch(exc_obj);
eh_personality.cc 749 _Unwind_Exception *exc_obj
752 __cxa_begin_catch (exc_obj);
763 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj);
748 _Unwind_Exception *exc_obj local
eh_personality.cc 749 _Unwind_Exception *exc_obj
752 __cxa_begin_catch (exc_obj);
763 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj);
748 _Unwind_Exception *exc_obj local
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_call.cc 68 _Unwind_Exception* exc_obj local
79 if (__is_gxx_exception_class(exc_obj->exception_class))
82 xh = __get_exception_header_from_ue(exc_obj);
85 rtti_count = exc_obj->barrier_cache.bitpattern[1];
86 rtti_base = (_Unwind_Ptr) exc_obj->barrier_cache.bitpattern[2];
87 rtti_stride = exc_obj->barrier_cache.bitpattern[3];
88 rtti_list = (_Unwind_Word*) exc_obj->barrier_cache.bitpattern[4];
96 __cxa_begin_catch(exc_obj);
eh_call.cc 68 _Unwind_Exception* exc_obj local
79 if (__is_gxx_exception_class(exc_obj->exception_class))
82 xh = __get_exception_header_from_ue(exc_obj);
85 rtti_count = exc_obj->barrier_cache.bitpattern[1];
86 rtti_base = (_Unwind_Ptr) exc_obj->barrier_cache.bitpattern[2];
87 rtti_stride = exc_obj->barrier_cache.bitpattern[3];
88 rtti_list = (_Unwind_Word*) exc_obj->barrier_cache.bitpattern[4];
96 __cxa_begin_catch(exc_obj);
eh_personality.cc 745 _Unwind_Exception *exc_obj
748 __cxa_begin_catch (exc_obj);
759 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj);
744 _Unwind_Exception *exc_obj local
eh_personality.cc 745 _Unwind_Exception *exc_obj
748 __cxa_begin_catch (exc_obj);
759 __cxa_exception *xh = __get_exception_header_from_ue (exc_obj);
744 _Unwind_Exception *exc_obj local

Completed in 134 milliseconds