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()
3782 Type *ExpectedTy = nullptr; in ParseInvoke() local3784 ExpectedTy = *I++; in ParseInvoke()3789 if (ExpectedTy && ExpectedTy != ArgList[i].V->getType()) in ParseInvoke()3791 getTypeString(ExpectedTy) + "'"); in ParseInvoke()4194 Type *ExpectedTy = nullptr; in ParseCall() local4196 ExpectedTy = *I++; in ParseCall()4201 if (ExpectedTy && ExpectedTy != ArgList[i].V->getType()) in ParseCall()4203 getTypeString(ExpectedTy) + "'"); in ParseCall()