Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp352 Type *ActualTy = CS.getArgument(I)->getType(); in isLegalToPromote() local
353 if (FormalTy == ActualTy) in isLegalToPromote()
355 if (!CastInst::isBitOrNoopPointerCastable(ActualTy, FormalTy, DL)) { in isLegalToPromote()
406 Type *ActualTy = Arg->getType(); in promoteCall() local
407 if (FormalTy != ActualTy) { in promoteCall()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp127 static SVal adjustReturnValue(SVal V, QualType ExpectedTy, QualType ActualTy, in adjustReturnValue() argument
135 ActualTy = ActualTy.getCanonicalType(); in adjustReturnValue()
136 if (ExpectedTy == ActualTy) in adjustReturnValue()
141 ActualTy->isObjCObjectPointerType()) in adjustReturnValue()
146 const CXXRecordDecl *ActualClass = ActualTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
151 !Paths.isAmbiguous(ActualTy->getCanonicalTypeUnqualified())) { in adjustReturnValue()