| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | CXXInheritance.cpp | 133 const RecordType *Ty = I.getType()->getAs<RecordType>(); in forallBases() 193 DetectedVirtual = BaseType->getAs<RecordType>(); in lookupInBases() 253 if (auto *RT = BaseSpec.getType()->getAs<RecordType>()) in lookupInBases() 271 BaseSpec.getType()->castAs<RecordType>()->getDecl()); in lookupInBases() 336 if (const RecordType *Record = PE.Base->getType()->getAs<RecordType>()) in lookupInBases() 347 if (const RecordType *Record = in lookupInBases() 348 HidingP.back().Base->getType()->getAs<RecordType>()) in lookupInBases() 368 return Specifier->getType()->castAs<RecordType>()->getDecl() in FindBaseClass() 378 Specifier->getType()->castAs<RecordType>()->getDecl() in FindVirtualBaseClass() 417 auto *RT = Specifier->getType()->getAs<RecordType>(); in findOrdinaryMemberInDependentClasses() [all …]
|
| H A D | VTTBuilder.cpp | 68 cast<CXXRecordDecl>(I.getType()->castAs<RecordType>()->getDecl()); in LayoutSecondaryVTTs() 94 cast<CXXRecordDecl>(I.getType()->castAs<RecordType>()->getDecl()); in LayoutSecondaryVirtualPointers() 158 cast<CXXRecordDecl>(I.getType()->castAs<RecordType>()->getDecl()); in LayoutVirtualVTTs()
|
| H A D | Type.cpp | 81 ND = ty->castAs<RecordType>()->getDecl(); in getBaseTypeIdentifier() 584 if (const auto *RT = getAs<RecordType>()) in isClassType() 590 if (const auto *RT = getAs<RecordType>()) in isStructureType() 596 if (const auto *RT = getAs<RecordType>()) in isObjCBoxableRecordType() 602 if (const auto *RT = getAs<RecordType>()) in isInterfaceType() 608 if (const auto *RT = getAs<RecordType>()) { in isStructureOrClassType() 622 if (const auto *RT = getAs<RecordType>()) in isUnionType() 686 const RecordType *Type::getAsUnionType() const { in getAsUnionType() 3850 bool RecordType::hasConstFields() const { in hasConstFields() 4741 if (const auto *RT = getAs<RecordType>()) in isCUDADeviceBuiltinSurfaceType() [all …]
|
| H A D | DeclarationName.cpp | 119 if (const RecordType *ClassRec = ClassType->getAs<RecordType>()) { in printCXXConstructorDestructorName() 188 if (const RecordType *Rec = Type->getAs<RecordType>()) { in print()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 110 CGCXXABI::RecordArgABI CodeGen::getRecordArgABI(const RecordType *RT, in getRecordArgABI() 122 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() 132 if (const auto *RT = Ty->getAs<RecordType>()) in classifyReturnType() 143 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion() 268 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() 291 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecord() 311 const RecordType *RT = T->getAs<RecordType>(); in isSingleElementStruct() 431 const RecordType *RT = Ty->getAs<RecordType>(); in isRecordWithSIMDVectorType()
|
| H A D | CodeGenTypes.cpp | 248 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>()) in ConvertFunctionTypeInternal() 252 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>()) in ConvertFunctionTypeInternal() 310 if (const RecordType *RT = dyn_cast<RecordType>(Ty)) in ConvertType() 755 ConvertRecordDeclType(I.getType()->castAs<RecordType>()->getDecl()); in ConvertRecordDeclType() 811 if (const RecordType *RT = T->getAs<RecordType>()) { in isZeroInitializable()
|
| H A D | CodeGenTBAA.cpp | 100 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in isValidBaseType() 286 if (const RecordType *TTy = QTy->getAs<RecordType>()) { in CollectFields() 338 if (auto *TTy = dyn_cast<RecordType>(Ty)) { in getBaseTypeInfoHelper()
|
| H A D | CGCXX.cpp | 89 cast<CXXRecordDecl>(I.getType()->castAs<RecordType>()->getDecl()); in TryEmitBaseDestructorAsAlias() 282 const RecordType *RT = T->getAs<RecordType>(); in BuildAppleKextVirtualCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBDataStream.h | 25 using RecordType = SmallVector<uint8_t, 32>; 31 virtual std::optional<RecordType> getItemAtIndex(uint32_t Index) const = 0; 32 virtual bool getNext(RecordType &Record) = 0;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIADataStream.cpp | 27 std::optional<DIADataStream::RecordType> 29 RecordType Record; in getItemAtIndex() 41 bool DIADataStream::getNext(RecordType &Record) { in getNext()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LLVMConventionsChecker.cpp | 30 const RecordType *RT = T->getAs<RecordType>(); in IsLLVMStringRef() 203 if (const RecordType *baseT = T->getAs<RecordType>()) { in IsPartOfAST() 249 if (const RecordType *RT = T->getAs<RecordType>()) { in Visit()
|
| H A D | CastSizeChecker.cpp | 52 const RecordType *RT = ToPointeeTy->getAs<RecordType>(); in evenFlexibleArraySize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | GOFFObjectWriter.cpp | 90 GOFF::RecordType CurrentType; 108 static void writeRecordPrefix(raw_ostream &OS, GOFF::RecordType Type, 132 void newRecord(GOFF::RecordType Type, size_t Size); 146 void GOFFOstream::writeRecordPrefix(raw_ostream &OS, GOFF::RecordType Type, in writeRecordPrefix() 156 void GOFFOstream::newRecord(GOFF::RecordType Type, size_t Size) { in newRecord()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIADataStream.h | 23 std::optional<RecordType> getItemAtIndex(uint32_t Index) const override; 24 bool getNext(RecordType &Record) override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeDeserializer.h | 94 template <typename RecordType> 95 Error visitKnownRecordImpl(CVType &CVR, RecordType &Record) { in visitKnownRecordImpl() 146 template <typename RecordType> 147 Error visitKnownMemberImpl(CVMemberRecord &CVR, RecordType &Record) { in visitKnownMemberImpl()
|
| H A D | ContinuationRecordBuilder.h | 49 template <typename RecordType> void writeMemberType(RecordType &Record);
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/include/xray/ |
| H A D | xray_records.h | 76 uint16_t RecordType = RecordTypes::NORMAL; member 109 uint16_t RecordType = RecordTypes::ARG_PAYLOAD; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | Trace.cpp | 74 auto RecordType = Reader.getU16(&OffsetPtr); in loadNaiveFormatLog() local 80 switch (RecordType) { in loadNaiveFormatLog() 84 Record.RecordType = RecordType; in loadNaiveFormatLog() 204 "Unknown record type '%d' at offset %" PRId64 ".", RecordType, in loadNaiveFormatLog() 373 return XRayRecord{R.RecordType, R.CPU, R.Type, in loadYAMLLog()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 184 if (Record.type != RecordType::Spill) in findPreviousSpillSlot() 914 RecordType Record; in LowerAsSTATEPOINT() 917 Record.type = RecordType::SDValueNode; in LowerAsSTATEPOINT() 919 Record.type = RecordType::VReg; in LowerAsSTATEPOINT() 923 Record.type = RecordType::Spill; in LowerAsSTATEPOINT() 926 Record.type = RecordType::NoRelocate; in LowerAsSTATEPOINT() 1225 const RecordType &Record = SlotIt->second; in visitGCRelocate() 1228 if (Record.type == RecordType::SDValueNode) { in visitGCRelocate() 1237 if (Record.type == RecordType::VReg) { in visitGCRelocate() 1252 if (Record.type == RecordType::Spill) { in visitGCRelocate() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | GOFFObjectFile.cpp | 71 uint8_t RecordType = (I[1] & 0xF0) >> 4; in GOFFObjectFile() local 79 if (PrevRecordType == RecordType) { in GOFFObjectFile() 89 if (RecordType != PrevRecordType) { in GOFFObjectFile() 103 PrevRecordType = RecordType; in GOFFObjectFile() 117 switch (RecordType) { in GOFFObjectFile() 180 PrevRecordType = RecordType; in GOFFObjectFile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | GOFFEmitter.cpp | 77 void makeNewRecord(GOFF::RecordType Type, size_t Size) { in makeNewRecord() 102 GOFF::RecordType CurrentType; 117 static void writeRecordPrefix(raw_ostream &OS, GOFF::RecordType Type, in writeRecordPrefix()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | YAMLXRayRecord.h | 32 uint16_t RecordType; member 78 IO.mapRequired("type", Record.RecordType);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Lanai.cpp | 89 const RecordType *RT = Ty->getAs<RecordType>(); in classifyArgumentType()
|
| H A D | SystemZ.cpp | 199 const RecordType *RT = Ty->getAs<RecordType>(); in GetSingleElementType() 438 if (const RecordType *RT = Ty->getAs<RecordType>()) { in classifyArgumentType() 510 if (const auto *RecordTy = Ty->getAs<RecordType>()) { in isVectorTypeBased()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | UsedDeclVisitor.h | 73 if (const RecordType *DestroyedRec = Destroyed->getAs<RecordType>()) { in VisitCXXDeleteExpr()
|