Searched defs:ExpectedTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp124 static SVal adjustReturnValue(SVal V, QualType ExpectedTy, QualType ActualTy, argument
131 ExpectedTy = ExpectedTy.getCanonicalType();
133 if (ExpectedTy == ActualTy)
137 if (ExpectedTy->isObjCObjectPointerType() &&
142 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl();

Completed in 98 milliseconds