Home
last modified time | relevance | path

Searched refs:getResultType (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTrustReturnsNonnullChecker.cpp43 QualType ExprRetType = Call.getResultType(); in isNonNullPtr()
H A DTraversalChecker.cpp109 if (Call.getResultType()->isVoidType()) in checkPostCall()
H A DSmartPtrModeling.cpp367 C.getSValBuilder().makeZeroVal(Call.getResultType()))); in evalCall()
499 Call.getResultType()); in handleComparisionOp()
726 State, ThisRegion, Call.getOriginExpr(), Call.getResultType(), C); in handleGet()
876 C.getSValBuilder().makeZeroVal(Call.getResultType()))); in handleBoolConversion()
H A DCallAndMessageChecker.cpp642 QualType ResTy = msg.getResultType(); in emitNilReceiverBug()
653 msg.getResultType().print(os, C.getLangOpts()); in emitNilReceiverBug()
681 QualType RetTy = Msg.getResultType(); in HandleNilReceiver()
H A DCastValueChecker.cpp208 QualType CastToTy = Call.getResultType(); in addCastTransition()
483 QualType ResultT = Call.getResultType(); in evalCall()
H A DTrustNonnullChecker.cpp158 QualType ExprRetType = Call.getResultType(); in isNonNullPtr()
H A DIteratorModeling.cpp194 if (!isIteratorType(Call.getResultType())) in checkPostCall()
224 Call.getResultType().getDesugaredType(C.getASTContext()).getTypePtr()) { in checkPostCall()
H A DLocalizationChecker.cpp934 const QualType RT = Call.getResultType(); in checkPostCall()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp541 if (!CE.getResultType()->isScalarType()) { in updateOutParameters()
690 QualType ResultTy = CallOrMsg.getResultType(); in checkSummary()
902 QualType ResultTy = Call.getResultType(); in evalCall()
H A DRetainCountDiagnostics.cpp295 QualType RT = (*CE)->getResultType(); in generateDiagnosticsForCallLike()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h292 QualType getResultType() const;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp71 QualType CallEvent::getResultType() const { in getResultType() function in CallEvent
H A DExprEngineCallAndReturn.cpp769 QualType ResultTy = Call.getResultType(); in bindReturnValue()