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()
4851 Type *ExpectedTy = nullptr; in ParseInvoke() local4853 ExpectedTy = *I++; in ParseInvoke()4858 if (ExpectedTy && ExpectedTy != ArgList[i].V->getType()) in ParseInvoke()4860 getTypeString(ExpectedTy) + "'"); in ParseInvoke()5264 Type *ExpectedTy = nullptr; in ParseCall() local5266 ExpectedTy = *I++; in ParseCall()5271 if (ExpectedTy && ExpectedTy != ArgList[i].V->getType()) in ParseCall()5273 getTypeString(ExpectedTy) + "'"); in ParseCall()