Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp109 if (Call.getResultType()->isVoidType()) in checkPostCall()
H A DSmartPtrModeling.cpp205 C.getSValBuilder().makeZeroVal(Call.getResultType()))); in evalCall()
454 CallExpr, C.getLocationContext(), Call.getResultType(), C.blockCount()); in handleGet()
600 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.cpp207 QualType CastToTy = Call.getResultType(); in addCastTransition()
480 QualType ResultT = Call.getResultType(); in evalCall()
H A DTrustNonnullChecker.cpp158 QualType ExprRetType = Call.getResultType(); in isNonNullPtr()
H A DIteratorModeling.cpp195 if (!isIteratorType(Call.getResultType())) in checkPostCall()
225 Call.getResultType().getDesugaredType(C.getASTContext()).getTypePtr()) { in checkPostCall()
H A DLocalizationChecker.cpp933 const QualType RT = Call.getResultType(); in checkPostCall()
/netbsd-src/external/mit/isl/dist/m4/
H A Dax_detect_clang.m4178 [AC_DEFINE([getReturnType], [getResultType],
179 [Define to getResultType for older versions of clang])])
/netbsd-src/external/mit/isl/dist/interface/
H A Disl_config.h.in158 /* Define to getResultType for older versions of clang */
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp540 if (!CE.getResultType()->isScalarType()) { in updateOutParameters()
689 QualType ResultTy = CallOrMsg.getResultType(); in checkSummary()
901 QualType ResultTy = Call.getResultType(); in evalCall()
H A DRetainCountDiagnostics.cpp301 QualType RT = (*CE)->getResultType(); in generateDiagnosticsForCallLike()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp663 QualType ResultTy = Call.getResultType(); in bindReturnValue()
H A DCallEvent.cpp70 QualType CallEvent::getResultType() const { in getResultType() function in CallEvent
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h293 QualType getResultType() const;