Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
725 State, ThisRegion, Call.getOriginExpr(), Call.getResultType(), C); in handleGet()
875 C.getSValBuilder().makeZeroVal(Call.getResultType()))); in handleBoolConversion()
H A DCastValueChecker.cpp208 QualType CastToTy = Call.getResultType(); in addCastTransition()
483 QualType ResultT = Call.getResultType(); in evalCall()
H A DTrustNonnullChecker.cpp157 QualType ExprRetType = Call.getResultType(); in isNonNullPtr()
H A DCStringChecker.cpp1621 Builder.makeZeroVal(Call.getResultType())); in evalMemcmp()
1648 Builder.makeZeroVal(Call.getResultType())); in evalMemcmp()
1699 SVal zero = C.getSValBuilder().makeZeroVal(Call.getResultType()); in evalstrLengthCommon()
2337 svalBuilder.makeZeroVal(Call.getResultType())); in evalStrcmpCommon()
2398 resultVal = svalBuilder.makeIntVal(compareRes, Call.getResultType()); in evalStrcmpCommon()
2401 DefinedSVal zeroVal = svalBuilder.makeIntVal(0, Call.getResultType()); in evalStrcmpCommon()
2427 if (CharPtrTy.isNull() || Call.getResultType().getUnqualifiedType() != in evalStrsep()
H A DIteratorModeling.cpp195 if (!isIteratorType(Call.getResultType())) in checkPostCall()
225 Call.getResultType().getDesugaredType(C.getASTContext()).getTypePtr()) { in checkPostCall()
H A DLocalizationChecker.cpp928 const QualType RT = Call.getResultType(); in checkPostCall()
H A DStreamChecker.cpp669 return *SVB.makeZeroVal(Call.getResultType()).getAs<NonLoc>(); in getZeroVal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp272 [](const VPWidenCastRecipe *R) { return R->getResultType(); }) in inferScalarType()
274 [](const VPScalarCastRecipe *R) { return R->getResultType(); }) in inferScalarType()
H A DVPlan.h1483 Type *getResultType() const { return ResultTy; } in getResultType() function
1515 Type *getResultType() const { return ResultTy; } in getResultType() function
H A DVPlanRecipes.cpp1159 Type *DestTy = VectorType::get(getResultType(), State.VF); in execute()
1182 O << " to " << *getResultType(); in print()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp539 if (!CE.getResultType()->isScalarType()) { in updateOutParameters()
688 QualType ResultTy = CallOrMsg.getResultType(); in checkSummary()
900 QualType ResultTy = Call.getResultType(); in evalCall()
H A DRetainCountDiagnostics.cpp295 QualType RT = (*CE)->getResultType(); in generateDiagnosticsForCallLike()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5341 ResultWas::OfType getResultType() const;
8239 ResultWas::OfType AssertionResult::getResultType() const { in getResultType() function in Catch::AssertionResult
10931 …rtionResult.getTestMacroName(), assertionResult.getSourceInfo(), assertionResult.getResultType() ); in AssertionStats()
12556 if (result.getResultType() == ResultWas::Ok) { in assertionEnded()
12574 if (result.getResultType() != ResultWas::Warning) in assertionEnded()
15566 switch (result.getResultType()) { in print()
15740 if( result.getResultType() != ResultWas::Warning ) in assertionEnded()
15804 switch (result.getResultType()) { in ConsoleAssertionPrinter()
16151 if (!includeResults && result.getResultType() != ResultWas::Warning) in assertionEnded()
16535 … if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) in assertionEnded()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h301 QualType getResultType() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp766 QualType ResultTy = Call.getResultType(); in bindReturnValue()
H A DCallEvent.cpp71 QualType CallEvent::getResultType() const { in getResultType() function in CallEvent