HomeSort by: relevance | last modified time | path
    Searched refs:getResultType (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp 109 if (Call.getResultType()->isVoidType())
SmartPtrModeling.cpp 205 C.getSValBuilder().makeZeroVal(Call.getResultType())));
454 CallExpr, C.getLocationContext(), Call.getResultType(), C.blockCount());
600 C.getSValBuilder().makeZeroVal(Call.getResultType())));
CastValueChecker.cpp 207 QualType CastToTy = Call.getResultType();
480 QualType ResultT = Call.getResultType();
TrustNonnullChecker.cpp 158 QualType ExprRetType = Call.getResultType();
CallAndMessageChecker.cpp 642 QualType ResTy = msg.getResultType();
653 msg.getResultType().print(os, C.getLangOpts());
681 QualType RetTy = Msg.getResultType();
IteratorModeling.cpp 195 if (!isIteratorType(Call.getResultType()))
225 Call.getResultType().getDesugaredType(C.getASTContext()).getTypePtr()) {
LocalizationChecker.cpp 933 const QualType RT = Call.getResultType();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp 540 if (!CE.getResultType()->isScalarType()) {
689 QualType ResultTy = CallOrMsg.getResultType();
901 QualType ResultTy = Call.getResultType();
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 293 QualType getResultType() const;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 663 QualType ResultTy = Call.getResultType();
CallEvent.cpp 70 QualType CallEvent::getResultType() const {

Completed in 23 milliseconds