Searched refs:ExpectedTy (Results 1 – 2 of 2) sorted by relevance
124 static SVal adjustReturnValue(SVal V, QualType ExpectedTy, QualType ActualTy, in adjustReturnValue() argument131 ExpectedTy = ExpectedTy.getCanonicalType(); in adjustReturnValue()133 if (ExpectedTy == ActualTy) in adjustReturnValue()137 if (ExpectedTy->isObjCObjectPointerType() && in adjustReturnValue()142 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl(); in adjustReturnValue()
5086 Type *ExpectedTy = nullptr; in ParseInvoke() local5088 ExpectedTy = *I++; in ParseInvoke()5093 if (ExpectedTy && ExpectedTy != ArgList[i].V->getType()) in ParseInvoke()5095 getTypeString(ExpectedTy) + "'"); in ParseInvoke()5690 Type *ExpectedTy = nullptr; in ParseCall() local5692 ExpectedTy = *I++; in ParseCall()5697 if (ExpectedTy && ExpectedTy != ArgList[i].V->getType()) in ParseCall()5699 getTypeString(ExpectedTy) + "'"); in ParseCall()