Home
last modified time | relevance | path

Searched defs:RTy (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h349 QualType RTy, QualType *RetTy) { in getBinExpr()
386 QualType LTy, RTy; in getSymBinExpr() local
598 QualType &RTy) { in doTypeConversion()
674 T &RHS, QualType &RTy) { in doIntTypeConversion()
756 QualType &LTy, T &RHS, QualType &RTy) { in doFloatTypeConversion()
H A DSMTConstraintManager.h190 QualType LTy, RTy; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporterLookupTable.cpp30 if (const auto *RTy = dyn_cast<RecordType>(Ty)) { in VisitTypedefNameDecl() local
59 if (const auto *RTy = dyn_cast<RecordType>(Ty)) in VisitFriendDecl() local
H A DDeclPrinter.cpp167 else if (const ReferenceType *RTy = BaseType->getAs<ReferenceType>()) in GetBaseType() local
H A DASTContext.cpp8241 } else if (const auto *RTy = PointeeTy->getAs<RecordType>()) { in getObjCEncodingForTypeImpl() local
H A DExprConstant.cpp7129 std::optional<APValue> visit(const RecordType *RTy, CharUnits Offset) { in visit()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp595 explicit RecordMemberExprValidatorCCC(const RecordType *RTy) in RecordMemberExprValidatorCCC()
642 const RecordType *RTy, in LookupMemberExprInRecord()
1311 if (const RecordType *RTy = BaseType->getAs<RecordType>()) { in LookupMemberExpr() local
H A DSemaExprCXX.cpp6517 QualType RTy = RHS.get()->getType(); in CXXCheckConditionalOperands() local
H A DSemaExpr.cpp4801 QualType LTy = LHS->getType(), RTy = RHS->getType(); in getDependentArraySubscriptType() local
13921 const RecordType *RTy = Ty.getCanonicalType()->getAs<RecordType>(); in DiagnoseRecursiveConstFields() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.cpp655 const ReferenceType *RTy = cast<ReferenceType>(Ty); in ConvertType() local
H A DCGCall.cpp3400 static void setUsedBits(CodeGenModule &CGM, const RecordType *RTy, int Offset, in setUsedBits()
3453 if (const auto *RTy = QTy->getAs<RecordType>()) in setUsedBits() local
H A DCGExprScalar.cpp1666 auto *RTy = llvm::FixedVectorType::get(LTy->getElementType(), in VisitShuffleVectorExpr() local
H A DCGBuiltin.cpp4551 llvm::Type *RTy; in EmitBuiltinExpr() local
7202 auto *RTy = cast<llvm::FixedVectorType>(Ty); in EmitCommonNeonBuiltinExpr() local
8932 auto *RTy = llvm::VectorType::get(IntegerType::get(getLLVMContext(), 1), VTy); in EmitSVEPredicateCast() local
H A DTargetInfo.cpp11123 if (const auto *RTy = Ty->getAs<RecordType>()) { in detectFPCCEligibleStructHelper() local
11896 if (const auto *RTy = Ty->getAs<RecordType>()) { in detectFARsEligibleStructHelper() local
H A DCGDebugInfo.cpp2338 llvm::DIType *CGDebugInfo::getOrCreateRecordType(QualType RTy, in getOrCreateRecordType()
/openbsd-src/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp620 const StructType *RTy = cast<StructType>(CSR->getType()); in equivalentAsOperands() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp76 IntrinsicCostAttributes::IntrinsicCostAttributes(Intrinsic::ID Id, Type *RTy, in IntrinsicCostAttributes()
95 IntrinsicCostAttributes::IntrinsicCostAttributes(Intrinsic::ID Id, Type *RTy, in IntrinsicCostAttributes()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp1070 APSIntType RTy = BVF.getAPSIntType(RT); in simplifySymbolCast() local
H A DRegionStore.cpp1437 QualType RTy = R->getValueType(); in getBinding() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1067 auto *RTy = cast<IntegerType>(Range.getType()); in calculateSubRanges() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp826 if (auto RTy = Elements[0]) in constructTypeDIE() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2804 Type *RTy = CalledFunc->getReturnType(); in InlineFunction() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDIBuilder.cpp341 DIBuilder::createReferenceType(unsigned Tag, DIType *RTy, uint64_t SizeInBits, in createReferenceType()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp288 const RecordRecTy *RTy = dyn_cast<RecordRecTy>(RHS); in typeIsConvertibleTo() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3350 VectorType *RTy = dyn_cast<VectorType>(CurTy); in parseConstants() local