Searched refs:ExpectedTy (Results 1 - 2 of 2) 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();
/external/llvm/lib/AsmParser/
H A DLLParser.cpp3782 Type *ExpectedTy = nullptr;
3784 ExpectedTy = *I++;
3789 if (ExpectedTy && ExpectedTy != ArgList[i].V->getType())
3791 getTypeString(ExpectedTy) + "'");
4194 Type *ExpectedTy = nullptr;
4196 ExpectedTy = *I++;
4201 if (ExpectedTy && ExpectedTy != ArgList[i].V->getType())
4203 getTypeString(ExpectedTy)
[all...]

Completed in 675 milliseconds