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

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 254 llvm::Type *CatchType = CGF.ConvertType(CatchParam->getType());
255 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);
ItaniumCXXABI.cpp     [all...]
  /external/v8/src/
isolate.h 744 enum CatchType {
752 CatchType PredictExceptionCatcher();
    [all...]

Completed in 203 milliseconds