Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTrustReturnsNonnullChecker.cpp43 QualType ExprRetType = Call.getResultType(); in isNonNullPtr()
H A DTraversalChecker.cpp95 if (Call.getResultType()->isVoidType()) in checkPostCall()
H A DSmartPtrModeling.cpp364 C.getSValBuilder().makeZeroVal(Call.getResultType()))); in evalCall()
499 Call.getResultType()); in handleComparisionOp()
725 State, ThisRegion, Call.getCFGElementRef(), Call.getResultType(), C); in handleGet()
874 C.getSValBuilder().makeZeroVal(Call.getResultType()))); in handleBoolConversion()
H A DCallAndMessageChecker.cpp641 QualType ResTy = msg.getResultType(); in emitNilReceiverBug()
652 msg.getResultType().print(os, C.getLangOpts()); in emitNilReceiverBug()
679 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.cpp157 QualType ExprRetType = Call.getResultType(); in isNonNullPtr()
H A DCStringChecker.cpp1626 Builder.makeZeroVal(Call.getResultType())); in evalMemcmp()
1653 Builder.makeZeroVal(Call.getResultType())); in evalMemcmp()
1703 SVal zero = C.getSValBuilder().makeZeroVal(Call.getResultType()); in evalstrLengthCommon()
2380 svalBuilder.makeZeroVal(Call.getResultType())); in evalStrcmpCommon()
2440 resultVal = svalBuilder.makeIntVal(compareRes, Call.getResultType()); in evalStrcmpCommon()
2443 DefinedSVal zeroVal = svalBuilder.makeIntVal(0, Call.getResultType()); in evalStrcmpCommon()
2469 if (CharPtrTy.isNull() || Call.getResultType().getUnqualifiedType() != in evalStrsep()
H A DIteratorModeling.cpp196 if (!isIteratorType(Call.getResultType())) in checkPostCall()
226 Call.getResultType().getDesugaredType(C.getASTContext()).getTypePtr()) { in checkPostCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp423 CGM.getTypes().ConvertType(Operand.getResultType()); in getInlineSpirvType()
433 QualType TypeOperand = Operand.getResultType(); in getInlineSpirvType()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h166 ResultType = Op.getResultType(); in writeHLSLSpirvOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.cpp579 SPIRVType *PtrType = GR.getResultType(I.getOperand(PtrOpIdx).getReg()); in enforcePtrTypeCompatibility()
581 SPIRVType *OpType = GR.getResultType(I.getOperand(OpIdx).getReg()); in enforcePtrTypeCompatibility()
H A DSPIRVGlobalRegistry.h345 SPIRVType *getResultType(Register VReg, MachineFunction *MF = nullptr);
H A DSPIRVModuleAnalysis.cpp1797 SPIRVType *TypeDef = ST.getSPIRVGlobalRegistry()->getResultType( in addInstrRequirements()
1811 SPIRVType *TypeDef = ST.getSPIRVGlobalRegistry()->getResultType( in addInstrRequirements()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp538 if (!CE.getResultType()->isScalarType()) { in updateOutParameters()
687 QualType ResultTy = CallOrMsg.getResultType(); in checkSummary()
899 QualType ResultTy = Call.getResultType(); in evalCall()
H A DRetainCountDiagnostics.cpp295 QualType RT = (*CE)->getResultType(); in generateDiagnosticsForCallLike()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1487 TysForDecl.push_back(VectorType::get(getResultType(), State.VF)); in execute()
2032 Type *DestTy = VectorType::get(getResultType(), State.VF); in execute()
2090 auto *DestTy = cast<VectorType>(toVectorTy(getResultType(), VF)); in computeCost()
2105 O << " to " << *getResultType(); in print()
2728 << *Ext0->getResultType(); in print()
2755 << *Ext0->getResultType() << "), ("; in print()
2763 << *Ext1->getResultType() << ")"; in print()
H A DVPlanAnalysis.cpp292 [](const auto *R) { return R->getResultType(); }) in inferScalarType()
H A DVPlan.h1176 new VPInstructionWithType(getOpcode(), Operands, getResultType(), *this, in clone()
1191 Type *getResultType() const { return ResultTy; } in getResultType() function
1448 Type *getResultType() const { return ResultTy; } in getResultType() function
1516 Type *getResultType() const { return ResultTy; } in getResultType() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h463 Visit(Operand.getResultType()); in VisitHLSLInlineSpirvType()
/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/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp204 call.getLocationContext(), call.getResultType(), in conjureSymbolVal()
H A DExprEngineCallAndReturn.cpp767 QualType ResultTy = Call.getResultType(); in bindReturnValue()
H A DCallEvent.cpp70 QualType CallEvent::getResultType() const { in getResultType() function in CallEvent
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h301 QualType getResultType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp2176 QualType ConstantType = Operand.getResultType(); in printHLSLInlineSpirvBefore()
2191 QualType Type = Operand.getResultType(); in printHLSLInlineSpirvBefore()

12