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

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_call.cc 127 const std::type_info* catch_type; local
139 catch_type = (const std::type_info*) (offset);
141 if (__cxa_type_match(&new_xh->unwindHeader, catch_type, false,
149 if (catch_type->__do_catch(&bad_exc, &obj, 1))
eh_personality.cc 115 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \
116 (__cxa_type_match (throw_type, catch_type, false, thrown_ptr_p) \
130 const std::type_info* catch_type;
143 catch_type = reinterpret_cast<const std::type_info*>(tmp);
149 if (get_adjusted_ptr(catch_type, throw_type, &thrown_ptr))
219 // pointer to the exception object THROWN_PTR_P and a type CATCH_TYPE to
224 get_adjusted_ptr (const std::type_info *catch_type,
237 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1))
256 const std::type_info *catch_type;
267 catch_type = get_ttype_entry (info, tmp)
129 const std::type_info* catch_type; local
255 const std::type_info *catch_type; local
547 const std::type_info* catch_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_call.cc 125 const std::type_info* catch_type; local
137 catch_type = (const std::type_info*) (offset);
139 if (__cxa_type_match(&new_xh->unwindHeader, catch_type, false,
147 if (catch_type->__do_catch(&bad_exc, &obj, 1))
eh_personality.cc 115 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \
116 (__cxa_type_match (throw_type, catch_type, false, thrown_ptr_p) \
130 const std::type_info* catch_type;
143 catch_type = reinterpret_cast<const std::type_info*>(tmp);
149 if (get_adjusted_ptr(catch_type, throw_type, &thrown_ptr))
219 // pointer to the exception object THROWN_PTR_P and a type CATCH_TYPE to
224 get_adjusted_ptr (const std::type_info *catch_type,
237 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1))
256 const std::type_info *catch_type;
267 catch_type = get_ttype_entry (info, tmp)
129 const std::type_info* catch_type; local
255 const std::type_info *catch_type; local
547 const std::type_info* catch_type; local
    [all...]
  /src/external/gpl3/gcc/dist/libobjc/
exception.c 435 Class catch_type = get_ttype_entry (&info, ar_filter);
437 if ((*__objc_exception_matcher) (catch_type, xh->value))
433 Class catch_type = get_ttype_entry (&info, ar_filter); local
  /src/external/gpl3/gcc.old/dist/libobjc/
exception.c 435 Class catch_type = get_ttype_entry (&info, ar_filter);
437 if ((*__objc_exception_matcher) (catch_type, xh->value))
433 Class catch_type = get_ttype_entry (&info, ar_filter); local

Completed in 23 milliseconds