HomeSort by relevance Sort by last modified time
    Searched refs:excpType (Results 1 - 4 of 4) sorted by null

  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 179 const __shim_type_info* excpType =
181 if (adjustedPtr == 0 || excpType == 0) {
187 if (dynamic_cast<const __pointer_type_info*>(excpType)) {
192 if (catchType->can_catch(excpType, adjustedPtr)) {
213 const std::type_info* excpType = header->exceptionType;
214 if (adjustedPtr == 0 || excpType == 0) {
221 ttypeEncoding, excpType,
320 const std::type_info* excpType,
341 static_cast<const __shim_type_info*>(excpType), tempPtr)) {
454 const std::type_info* excpType,
    [all...]
call_unexpected.cc 300 const std::type_info* excpType = new_exception_header->exceptionType;
302 excpType, new_exception_header+1, unwind_exception)) {
318 const std::type_info* excpType = &typeid(std::bad_exception);
320 excpType, NULL, unwind_exception)) {
helper_func_internal.h 46 // If any catchType in the list can catch an excpType,
47 // then this exception spec does not catch the excpType.
51 const std::type_info* excpType,
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 539 struct OurExceptionType_t *excpType = &(excp->type);
540 int type = excpType->type;
    [all...]

Completed in 90 milliseconds