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

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_arm.cc 33 // Given the thrown type THROW_TYPE, exception object UE_HEADER and a
53 const std::type_info* throw_type; local
57 throw_type = &typeid(abi::__forced_unwind);
59 throw_type = &typeid(abi::__foreign_exception);
64 throw_type = xh->exceptionType;
79 if (throw_type->__is_pointer_p())
86 if (catch_type->__do_catch(throw_type, &thrown_ptr, 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) \
119 // Return true if THROW_TYPE matches one if the filter types.
122 check_exception_spec(lsda_header_info* info, _throw_typet* throw_type,
149 if (get_adjusted_ptr(catch_type, throw_type, &thrown_ptr))
218 // Given the thrown type THROW_TYPE, pointer to a variable containing a
225 const std::type_info *throw_type,
234 if (throw_type->__is_pointer_p ())
237 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1))
246 // Return true if THROW_TYPE matches one if the filter types
548 _throw_typet* throw_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_arm.cc 33 // Given the thrown type THROW_TYPE, exception object UE_HEADER and a
53 const std::type_info* throw_type; local
57 throw_type = &typeid(abi::__forced_unwind);
59 throw_type = &typeid(abi::__foreign_exception);
64 throw_type = xh->exceptionType;
79 if (throw_type->__is_pointer_p())
86 if (catch_type->__do_catch(throw_type, &thrown_ptr, 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) \
119 // Return true if THROW_TYPE matches one if the filter types.
122 check_exception_spec(lsda_header_info* info, _throw_typet* throw_type,
149 if (get_adjusted_ptr(catch_type, throw_type, &thrown_ptr))
218 // Given the thrown type THROW_TYPE, pointer to a variable containing a
225 const std::type_info *throw_type,
234 if (throw_type->__is_pointer_p ())
237 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1))
246 // Return true if THROW_TYPE matches one if the filter types
548 _throw_typet* throw_type; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
except.cc 641 tree throw_type;
755 throw_type = build_eh_type_type (prepare_eh_type (TREE_TYPE (object)));
779 /* ??? Indicate that this function call throws throw_type. */
781 ptr, throw_type, cleanup,
640 tree throw_type; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
except.cc 637 tree throw_type;
773 throw_type = build_eh_type_type (prepare_eh_type (TREE_TYPE (object)));
793 /* ??? Indicate that this function call throws throw_type. */
795 ptr, throw_type, cleanup,
636 tree throw_type; local

Completed in 32 milliseconds