Searched refs:CatchType (Results 1 – 5 of 5) sorted by relevance
254 llvm::Type *CatchType = CGF.ConvertType(CatchParam->getType()); in EmitTryCatchStmt() local255 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType); in EmitTryCatchStmt()
3607 CanQualType CatchType = in InitCatchParam() local3609 llvm::Type *LLVMCatchTy = CGF.ConvertTypeForMem(CatchType); in InitCatchParam()3613 if (isa<ReferenceType>(CatchType)) { in InitCatchParam()3614 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType(); in InitCatchParam()3673 TypeEvaluationKind TEK = CGF.getEvaluationKind(CatchType); in InitCatchParam()3679 if (CatchType->hasPointerRepresentation()) { in InitCatchParam()3683 switch (CatchType.getQualifiers().getObjCLifetime()) { in InitCatchParam()3706 LValue srcLV = CGF.MakeNaturalAlignAddrLValue(Cast, CatchType); in InitCatchParam()3707 LValue destLV = CGF.MakeAddrLValue(ParamAddr, CatchType); in InitCatchParam()3724 assert(isa<RecordType>(CatchType) && "unexpected catch type!"); in InitCatchParam()[all …]
1225 CatchType prediction = PredictExceptionCatcher(); in Throw()1512 Isolate::CatchType ToCatchType(HandlerTable::CatchPrediction prediction) { in Throw()1530 Isolate::CatchType Isolate::PredictExceptionCatcher() { in Throw()1558 Isolate::CatchType prediction = ToCatchType(PredictException(js_frame)); in Throw()1570 CatchType prediction = ToCatchType(code->GetBuiltinCatchPrediction()); in Throw()1576 CatchType prediction = ToCatchType(code->GetBuiltinCatchPrediction()); in Throw()2142 CatchType prediction = PredictExceptionCatcher(); in Throw()
902 enum CatchType { enum910 CatchType PredictExceptionCatcher();
1702 Isolate::CatchType catch_type = isolate_->PredictExceptionCatcher(); in OnException()