Home
last modified time | relevance | path

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

/external/libcxx/test/std/numerics/complex.number/cmplx.over/
DUDT_is_rejected.fail.cpp20 struct UDT { struct
24 UDT<float> ft; argument
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h747 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) in UdtSourceLineRecord()
764 TypeIndex UDT; // The user-defined type member
769 TypeIndex UDT; variable
777 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, in UdtModSourceLineRecord()
800 TypeIndex UDT; // The user-defined type member
806 TypeIndex UDT; variable
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp619 void CVSymbolDumperImpl::visitUDTSym(SymbolKind Kind, UDTSym &UDT) { in visitUDTSym()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h180 UDT, enumerator
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1968 for (const std::pair<std::string, codeview::TypeIndex> &UDT : UDTs) { in emitDebugInfoForUDTs() local