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

  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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...]
  /external/libcxxabi/src/
cxa_personality.cpp 400 This is checking a thrown exception type, excpType, against a possibly empty
404 handler" will catch an excpType if and only if none of the catchType's in
405 the list will catch a excpType. If any catchType in the list can catch an
406 excpType, then this exception spec does not catch the excpType.
412 uint8_t ttypeEncoding, const __shim_type_info* excpType,
433 // If any type in the spec list can catch excpType, return false, else return true
448 if (catchType->can_catch(excpType, tempPtr))
457 uint8_t ttypeEncoding, const __shim_type_info* excpType,
469 // If any type in the spec list can catch excpType, return false, else return tru
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 393 This is checking a thrown exception type, excpType, against a possibly empty
397 handler" will catch an excpType if and only if none of the catchType's in
398 the list will catch a excpType. If any catchType in the list can catch an
399 excpType, then this exception spec does not catch the excpType.
405 uint8_t ttypeEncoding, const __shim_type_info* excpType,
423 // If any type in the spec list can catch excpType, return false, else return true
438 if (catchType->can_catch(excpType, tempPtr))
447 uint8_t ttypeEncoding, const __shim_type_info* excpType,
459 // If any type in the spec list can catch excpType, return false, else return tru
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_personality.cpp 397 This is checking a thrown exception type, excpType, against a possibly empty
401 handler" will catch an excpType if and only if none of the catchType's in
402 the list will catch a excpType. If any catchType in the list can catch an
403 excpType, then this exception spec does not catch the excpType.
409 uint8_t ttypeEncoding, const __shim_type_info* excpType,
427 // If any type in the spec list can catch excpType, return false, else return true
442 if (catchType->can_catch(excpType, tempPtr))
451 uint8_t ttypeEncoding, const __shim_type_info* excpType,
463 // If any type in the spec list can catch excpType, return false, else return tru
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 566 struct OurExceptionType_t *excpType = &(excp->type);
567 int type = excpType->type;
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 546 struct OurExceptionType_t *excpType = &(excp->type);
547 int type = excpType->type;
    [all...]

Completed in 1770 milliseconds