HomeSort by relevance Sort by last modified time
    Searched defs:excpType (Results 1 - 2 of 2) 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)) {
449 const std::type_info* excpType,
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 564 struct OurExceptionType_t *excpType = &(excp->type);
565 int type = excpType->type;
    [all...]

Completed in 60 milliseconds