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

  /src/external/bsd/libc++/dist/libcxxrt/src/
cxxabi.h 93 std::type_info *exceptionType;
exception.cc 201 std::type_info *exceptionType;
708 dynamic_cast<const __class_type_info*>(thrown_exception->exceptionType);
722 const char *mangled = thrown_exception->exceptionType->name();
774 ex->exceptionType = tinfo;
794 ex->exceptionType = original->exceptionType;
920 const std::type_info *ex_type = ex ? ex->exceptionType : 0;
1353 return ex ? ex->exceptionType : 0;
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
unwind-cxx.h 65 std::type_info *exceptionType;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
unwind-cxx.h 65 std::type_info *exceptionType;
  /src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 1375 llvm::Value *exceptionType = namedValues["exceptTypeToThrow"];
1382 builder.CreateCall(&nativeThrowFunct, exceptionType);
1394 *exceptionType,
1403 llvm::SwitchInst *theSwitch = builder.CreateSwitch(exceptionType,

Completed in 21 milliseconds