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

  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 175 const __shim_type_info* excpType =
177 if (adjustedPtr == 0 || excpType == 0) {
183 if (dynamic_cast<const __pointer_type_info*>(excpType)) {
188 if (catchType->can_catch(excpType, adjustedPtr)) {
209 const std::type_info* excpType = header->exceptionType;
210 if (adjustedPtr == 0 || excpType == 0) {
217 ttypeEncoding, excpType,
316 const std::type_info* excpType,
337 static_cast<const __shim_type_info*>(excpType), tempPtr)) {
450 const std::type_info* excpType,
    [all...]
call_unexpected.cc 301 const std::type_info* excpType = new_exception_header->exceptionType;
303 excpType, new_exception_header+1, unwind_exception)) {
319 const std::type_info* excpType = &typeid(std::bad_exception);
321 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/libcxxabi/src/
cxa_personality.cpp 383 This is checking a thrown exception type, excpType, against a possibly empty
387 handler" will catch an excpType if and only if none of the catchType's in
388 the list will catch a excpType. If any catchType in the list can catch an
389 excpType, then this exception spec does not catch the excpType.
395 uint8_t ttypeEncoding, const __shim_type_info* excpType,
413 // If any type in the spec list can catch excpType, return false, else return true
428 if (catchType->can_catch(excpType, tempPtr))
437 uint8_t ttypeEncoding, const __shim_type_info* excpType,
449 // If any type in the spec list can catch excpType, return false, else return tru
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 385 This is checking a thrown exception type, excpType, against a possibly empty
389 handler" will catch an excpType if and only if none of the catchType's in
390 the list will catch a excpType. If any catchType in the list can catch an
391 excpType, then this exception spec does not catch the excpType.
397 uint8_t ttypeEncoding, const __shim_type_info* excpType,
415 // If any type in the spec list can catch excpType, return false, else return true
430 if (catchType->can_catch(excpType, tempPtr))
439 uint8_t ttypeEncoding, const __shim_type_info* excpType,
451 // If any type in the spec list can catch excpType, return false, else return tru
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 564 struct OurExceptionType_t *excpType = &(excp->type);
565 int type = excpType->type;
    [all...]

Completed in 7036 milliseconds