/llvm-project/libcxx/test/std/numerics/complex.number/cmplx.over/ |
H A D | UDT_is_rejected.verify.cpp | 19 struct UDT { struct 23 UDT<float> ft; argument
|
/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 76 if (auto UDT = unique_dyn_cast<PDBSymbolTypeUDT>(Type)) { in DataMemberLayoutItem() local 133 ClassLayout::ClassLayout(const PDBSymbolTypeUDT &UDT) in ClassLayout() 145 ClassLayout::ClassLayout(std::unique_ptr<PDBSymbolTypeUDT> UDT) in ClassLayout()
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyTypeDumper.cpp | 326 if (auto *UDT = dyn_cast<PDBSymbolTypeUDT>(P.get())) { in dump() local 333 auto UDT = llvm::unique_dyn_cast<PDBSymbolTypeUDT>(std::move(Parent)); in dump() local
|
H A D | MinimalSymbolDumper.cpp | 923 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, UDTSym &UDT) { in visitKnownRecord()
|
H A D | DumpOutputStyle.cpp | 688 UDTSym UDT = cantFail(SymbolDeserializer::deserializeAs<UDTSym>(Sym)); in dumpUdtStats() local
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | UDTLayout.h | 174 const PDBSymbolTypeUDT &UDT; variable
|
H A D | PDBTypes.h | 255 UDT, enumerator
|
/llvm-project/clang/test/SemaCXX/ |
H A D | deprecated.cpp | 222 struct UDT { struct [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 632 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord() argument 640 TypeIndex UDT; variable 650 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, in UdtModSourceLineRecord() argument 660 TypeIndex UDT; variable [all...] |
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordMapping.cpp | 458 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, UDTSym &UDT) { in visitKnownRecord()
|
H A D | SymbolDumper.cpp | 637 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, UDTSym &UDT) { in visitKnownRecord()
|
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesWriter.cpp | 1115 getUnversionedInfoSize(const UnversionedDataType & UDT) getUnversionedInfoSize() argument 1119 emitUnversionedInfo(raw_ostream & OS,const UnversionedDataType & UDT) emitUnversionedInfo() argument
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | IdentifierNamingCheck.cpp | 830 for (const auto &UDT : UserDefinedTypes) in loadDefaultConfig() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 3211 for (const auto &UDT : UDTs) { emitDebugInfoForUDTs() local
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 1647 visitKnownRecord(CVSymbol & Record,UDTSym & UDT) visitKnownRecord() argument [all...] |