Home
last modified time | relevance | path

Searched refs:ActualTy (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp434 Type *ActualTy = CB.getArgOperand(I)->getType(); in isLegalToPromote() local
435 if (FormalTy == ActualTy) in isLegalToPromote()
437 if (!CastInst::isBitOrNoopPointerCastable(ActualTy, FormalTy, DL)) { in isLegalToPromote()
447 PointerType *PA = dyn_cast<PointerType>(ActualTy); in isLegalToPromote()
509 Type *ActualTy = Arg->getType(); in promoteCall() local
510 if (FormalTy != ActualTy) { in promoteCall()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp130 static SVal adjustReturnValue(SVal V, QualType ExpectedTy, QualType ActualTy, in adjustReturnValue() argument
138 ActualTy = ActualTy.getCanonicalType(); in adjustReturnValue()
139 if (ExpectedTy == ActualTy) in adjustReturnValue()
144 ActualTy->isObjCObjectPointerType()) in adjustReturnValue()
149 const CXXRecordDecl *ActualClass = ActualTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
154 !Paths.isAmbiguous(ActualTy->getCanonicalTypeUnqualified())) { in adjustReturnValue()