Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp447 Type *ActualTy = CB.getArgOperand(I)->getType(); in isLegalToPromote() local
448 if (FormalTy == ActualTy) in isLegalToPromote()
450 if (!CastInst::isBitOrNoopPointerCastable(ActualTy, FormalTy, DL)) { in isLegalToPromote()
460 PointerType *PA = dyn_cast<PointerType>(ActualTy); in isLegalToPromote()
522 Type *ActualTy = Arg->getType(); in promoteCall() local
523 if (FormalTy != ActualTy) { in promoteCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A 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()