Home
last modified time | relevance | path

Searched defs:UDT (Results 1 – 15 of 15) sorted by relevance

/llvm-project/libcxx/test/std/numerics/complex.number/cmplx.over/
H A DUDT_is_rejected.verify.cpp19 struct UDT { struct
23 UDT<float> ft; argument
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp76 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 DPrettyTypeDumper.cpp326 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 DMinimalSymbolDumper.cpp923 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, UDTSym &UDT) { in visitKnownRecord()
H A DDumpOutputStyle.cpp688 UDTSym UDT = cantFail(SymbolDeserializer::deserializeAs<UDTSym>(Sym)); in dumpUdtStats() local
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h174 const PDBSymbolTypeUDT &UDT; variable
H A DPDBTypes.h255 UDT, enumerator
/llvm-project/clang/test/SemaCXX/
H A Ddeprecated.cpp222 struct UDT { struct
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h632 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 DSymbolRecordMapping.cpp458 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, UDTSym &UDT) { in visitKnownRecord()
H A DSymbolDumper.cpp637 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, UDTSym &UDT) { in visitKnownRecord()
/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp1115 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 DIdentifierNamingCheck.cpp830 for (const auto &UDT : UserDefinedTypes) in loadDefaultConfig() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3211 for (const auto &UDT : UDTs) { emitDebugInfoForUDTs() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1647 visitKnownRecord(CVSymbol & Record,UDTSym & UDT) visitKnownRecord() argument
[all...]