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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.cpp 258 llvm::Type *CatchType = CGF.ConvertType(CatchParam->getType());
259 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);
ItaniumCXXABI.cpp 4432 CanQualType CatchType =
4434 llvm::Type *LLVMCatchTy = CGF.ConvertTypeForMem(CatchType);
4438 if (isa<ReferenceType>(CatchType)) {
4439 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType();
4498 TypeEvaluationKind TEK = CGF.getEvaluationKind(CatchType);
4504 if (CatchType->hasPointerRepresentation()) {
4508 switch (CatchType.getQualifiers().getObjCLifetime()) {
4531 LValue srcLV = CGF.MakeNaturalAlignAddrLValue(Cast, CatchType);
4532 LValue destLV = CGF.MakeAddrLValue(ParamAddr, CatchType);
4549 assert(isa<RecordType>(CatchType) && "unexpected catch type!")
    [all...]

Completed in 27 milliseconds