/freebsd-src/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 | 190 QualType LTy, RTy; REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
/freebsd-src/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 | 183 else if (const ReferenceType *RTy = BaseType->getAs<ReferenceType>()) GetBaseType() local
|
H A D | ASTContext.cpp | 8254 } else if (const auto *RTy = PointeeTy->getAs<RecordType>()) { getObjCEncodingForTypeImpl() local
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 627 RecordMemberExprValidatorCCC(const RecordType * RTy) RecordMemberExprValidatorCCC() argument 674 LookupMemberExprInRecord(Sema & SemaRef,LookupResult & R,Expr * BaseExpr,const RecordType * RTy,SourceLocation OpLoc,bool IsArrow,CXXScopeSpec & SS,bool HasTemplateArgs,SourceLocation TemplateKWLoc,TypoExpr * & TE) LookupMemberExprInRecord() argument 1344 if (const RecordType *RTy = BaseType->getAs<RecordType>()) { LookupMemberExpr() local
|
H A D | SemaExprCXX.cpp | 6634 QualType RTy = RHS.get()->getType(); CXXCheckConditionalOperands() local [all...] |
H A D | SemaExpr.cpp | 5044 QualType LTy = LHS->getType(), RTy = RHS->getType(); getDependentArraySubscriptType() local 14376 const RecordType *RTy = Ty.getCanonicalType()->getAs<RecordType>(); DiagnoseRecursiveConstFields() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 556 const ReferenceType *RTy = cast<ReferenceType>(Ty); ConvertType() local
|
H A D | CGCall.cpp | 3636 setUsedBits(CodeGenModule & CGM,const RecordType * RTy,int Offset,SmallVectorImpl<uint64_t> & Bits) setUsedBits() argument 3689 if (const auto *RTy = QTy->getAs<RecordType>()) setUsedBits() local
|
H A D | CGExprScalar.cpp | 1674 auto *RTy = llvm::FixedVectorType::get(LTy->getElementType(), VisitShuffleVectorExpr() local
|
H A D | CGBuiltin.cpp | 5114 llvm::Type *RTy; EmitBuiltinExpr() local 7797 auto *RTy = cast<llvm::FixedVectorType>(Ty); EmitCommonNeonBuiltinExpr() local 9548 auto *RTy = llvm::VectorType::get(IntegerType::get(getLLVMContext(), 1), VTy); EmitSVEPredicateCast() local [all...] |
H A D | CGDebugInfo.cpp | 2450 getOrCreateRecordType(QualType RTy,SourceLocation Loc) getOrCreateRecordType() argument
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 569 auto *RTy = cast<IntegerType>(Range.getType()); in calculateSubRanges() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 1080 APSIntType RTy = BVF.getAPSIntType(RT); in simplifySymbolCast() local
|
H A D | RegionStore.cpp | 1424 QualType RTy = R->getValueType(); in getBinding() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 85 IntrinsicCostAttributes(Intrinsic::ID Id,Type * RTy,ArrayRef<Type * > Tys,FastMathFlags Flags,const IntrinsicInst * I,InstructionCost ScalarCost) IntrinsicCostAttributes() argument 104 IntrinsicCostAttributes(Intrinsic::ID Id,Type * RTy,ArrayRef<const Value * > Args,ArrayRef<Type * > Tys,FastMathFlags Flags,const IntrinsicInst * I,InstructionCost ScalarCost) IntrinsicCostAttributes() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 827 if (auto RTy = Elements[0]) constructTypeDIE() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 2862 Type *RTy = CalledFunc->getReturnType(); InlineFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 325 createReferenceType(unsigned Tag,DIType * RTy,uint64_t SizeInBits,uint32_t AlignInBits,std::optional<unsigned> DWARFAddressSpace) createReferenceType() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 281 const RecordRecTy *RTy = dyn_cast<RecordRecTy>(RHS); in typeIsConvertibleTo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3378 VectorType *RTy = dyn_cast<VectorType>(CurTy); parseConstants() local
|