/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 349 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 <y, T &RHS, QualType &RTy) { in doFloatTypeConversion()
|
H A D | SMTConstraintManager.h | 193 QualType LTy, RTy; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporterLookupTable.cpp | 30 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 D | DeclPrinter.cpp | 171 else if (const ReferenceType *RTy = BaseType->getAs<ReferenceType>()) in GetBaseType() local
|
H A D | ASTContext.cpp | 8712 } else if (const auto *RTy = PointeeTy->getAs<RecordType>()) { in getObjCEncodingForTypeImpl() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | LoongArch.cpp | 153 if (const auto *RTy = EltTy->getAs<RecordType>()) { in detectFARsEligibleStructHelper() local 168 if (const auto *RTy = Ty->getAs<RecordType>()) { in detectFARsEligibleStructHelper() local
|
H A D | RISCV.cpp | 159 if (const auto *RTy = EltTy->getAs<RecordType>()) { in detectFPCCEligibleStructHelper() local 175 if (const auto *RTy = Ty->getAs<RecordType>()) { in detectFPCCEligibleStructHelper() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 616 const ReferenceType *RTy = cast<ReferenceType>(Ty); in ConvertType() local
|
H A D | CGCall.cpp | 3644 static void setUsedBits(CodeGenModule &CGM, const RecordType *RTy, int Offset, in setUsedBits() 3697 if (const auto *RTy = QTy->getAs<RecordType>()) in setUsedBits() local
|
H A D | CGExprScalar.cpp | 1832 auto *RTy = llvm::FixedVectorType::get(LTy->getElementType(), in VisitShuffleVectorExpr() local
|
H A D | CGBuiltin.cpp | 5299 llvm::Type *RTy; in EmitBuiltinExpr() local 8056 auto *RTy = cast<llvm::FixedVectorType>(Ty); in EmitCommonNeonBuiltinExpr() local 9807 auto *RTy = llvm::VectorType::get(IntegerType::get(getLLVMContext(), 1), VTy); in EmitSVEPredicateCast() local
|
H A D | CGDebugInfo.cpp | 2576 llvm::DIType *CGDebugInfo::getOrCreateRecordType(QualType RTy, in getOrCreateRecordType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 659 explicit RecordMemberExprValidatorCCC(QualType RTy) in RecordMemberExprValidatorCCC() 705 Expr *BaseExpr, QualType RTy, in LookupMemberExprInRecord()
|
H A D | SemaExprCXX.cpp | 6862 QualType RTy = RHS.get()->getType(); in CXXCheckConditionalOperands() local
|
H A D | SemaExpr.cpp | 4783 QualType LTy = LHS->getType(), RTy = RHS->getType(); in getDependentArraySubscriptType() local 13348 const RecordType *RTy = Ty.getCanonicalType()->getAs<RecordType>(); in DiagnoseRecursiveConstFields() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.cpp | 618 const StructType *RTy = cast<StructType>(CSR->getType()); in equivalentAsOperands() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 86 IntrinsicCostAttributes::IntrinsicCostAttributes(Intrinsic::ID Id, Type *RTy, in IntrinsicCostAttributes() 105 IntrinsicCostAttributes::IntrinsicCostAttributes(Intrinsic::ID Id, Type *RTy, in IntrinsicCostAttributes()
|
H A D | ScalarEvolution.cpp | 730 const auto *RTy = cast<IntegerType>(cast<SCEVVScale>(RHS)->getType()); in CompareSCEVComplexity() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 1209 auto *RTy = cast<IntegerType>(Range.getType()); calculateSubRanges() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 860 if (auto RTy = Elements[0]) in constructTypeDIE() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 2965 Type *RTy = CalledFunc->getReturnType(); in InlineFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 339 DIBuilder::createReferenceType(unsigned Tag, DIType *RTy, uint64_t SizeInBits, in createReferenceType()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1424 QualType RTy = R->getValueType(); in getBinding() local
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 281 const RecordRecTy *RTy = dyn_cast<RecordRecTy>(RHS); in typeIsConvertibleTo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3522 VectorType *RTy = dyn_cast<VectorType>(CurTy); in parseConstants() local
|