| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TrustReturnsNonnullChecker.cpp | 43 QualType ExprRetType = Call.getResultType(); in isNonNullPtr()
|
| H A D | TraversalChecker.cpp | 109 if (Call.getResultType()->isVoidType()) in checkPostCall()
|
| H A D | SmartPtrModeling.cpp | 367 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 D | CallAndMessageChecker.cpp | 641 QualType ResTy = msg.getResultType(); in emitNilReceiverBug() 652 msg.getResultType().print(os, C.getLangOpts()); in emitNilReceiverBug() 680 QualType RetTy = Msg.getResultType(); in HandleNilReceiver()
|
| H A D | CastValueChecker.cpp | 208 QualType CastToTy = Call.getResultType(); in addCastTransition() 483 QualType ResultT = Call.getResultType(); in evalCall()
|
| H A D | TrustNonnullChecker.cpp | 157 QualType ExprRetType = Call.getResultType(); in isNonNullPtr()
|
| H A D | CStringChecker.cpp | 1473 Builder.makeZeroVal(Call.getResultType())); in evalMemcmp() 1500 Builder.makeZeroVal(Call.getResultType())); in evalMemcmp() 1551 SVal zero = C.getSValBuilder().makeZeroVal(Call.getResultType()); in evalstrLengthCommon() 2189 svalBuilder.makeZeroVal(Call.getResultType())); in evalStrcmpCommon() 2250 resultVal = svalBuilder.makeIntVal(compareRes, Call.getResultType()); in evalStrcmpCommon() 2253 DefinedSVal zeroVal = svalBuilder.makeIntVal(0, Call.getResultType()); in evalStrcmpCommon() 2279 if (CharPtrTy.isNull() || Call.getResultType().getUnqualifiedType() != in evalStrsep()
|
| H A D | IteratorModeling.cpp | 194 if (!isIteratorType(Call.getResultType())) in checkPostCall() 224 Call.getResultType().getDesugaredType(C.getASTContext()).getTypePtr()) { in checkPostCall()
|
| H A D | StreamChecker.cpp | 1304 SVB.evalBinOp(State, BO_GE, RetVal, SVB.makeZeroVal(Call.getResultType()), in evalFtell() 1314 CE, C.getLocationContext(), SVB.makeIntVal(-1, Call.getResultType())); in evalFtell()
|
| H A D | LocalizationChecker.cpp | 928 const QualType RT = Call.getResultType(); in checkPostCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanAnalysis.cpp | 233 [](const VPWidenCastRecipe *R) { return R->getResultType(); }); in inferScalarType()
|
| H A D | VPlanRecipes.cpp | 866 Type *DestTy = VectorType::get(getResultType(), State.VF); in execute() 889 O << " to " << *getResultType(); in print()
|
| H A D | VPlan.h | 1338 Type *getResultType() const { return ResultTy; } in getResultType() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 539 if (!CE.getResultType()->isScalarType()) { in updateOutParameters() 688 QualType ResultTy = CallOrMsg.getResultType(); in checkSummary() 900 QualType ResultTy = Call.getResultType(); in evalCall()
|
| H A D | RetainCountDiagnostics.cpp | 295 QualType RT = (*CE)->getResultType(); in generateDiagnosticsForCallLike()
|
| /freebsd-14.2/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 5341 ResultWas::OfType getResultType() const; 8239 ResultWas::OfType AssertionResult::getResultType() const { in getResultType() function in Catch::AssertionResult 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() 16660 switch( result.getResultType() ) { in writeAssertion() 16982 if( !includeResults && result.getResultType() != ResultWas::Warning ) in assertionEnded() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 300 QualType getResultType() const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 766 QualType ResultTy = Call.getResultType(); in bindReturnValue()
|
| H A D | CallEvent.cpp | 71 QualType CallEvent::getResultType() const { in getResultType() function in CallEvent
|