HomeSort by relevance Sort by last modified time
    Searched refs:UDT (Results 1 - 10 of 10) sorted by null

  /external/libcxx/test/std/numerics/complex.number/cmplx.over/
UDT_is_rejected.fail.cpp 12 // Test that UDT's convertible to an integral or floating point type do not
20 struct UDT {
24 UDT<float> ft;
25 UDT<double> dt;
26 UDT<long double> ldt;
27 UDT<int> it;
28 UDT<unsigned long> uit;
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeUDT.h 1 //===- PDBSymbolTypeUDT.h - UDT type info -----------------------*- C++ -*-===//
26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::UDT)
PDBTypes.h 180 UDT,
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 505 // SizeOf: The 'sizeof' the UDT in bytes is encoded as an LF_NUMERIC
541 // SizeOf: The 'sizeof' the UDT in bytes is encoded as an LF_NUMERIC
747 UdtSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber)
748 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT),
758 TypeIndex getUDT() const { return UDT; }
764 TypeIndex UDT; // The user-defined type
769 TypeIndex UDT;
777 UdtModSourceLineRecord(TypeIndex UDT, TypeIndex SourceFile,
779 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT)
    [all...]
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbol.cpp 79 FACTORY_SYMTAG_CASE(UDT, PDBSymbolTypeUDT)
PDBExtras.cpp 226 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, UDT, OS)
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 338 InsertItemWithTag(PDB_SymType::UDT);
400 VerifyDyncast<PDBSymbolTypeUDT>(PDB_SymType::UDT);
  /external/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 619 void CVSymbolDumperImpl::visitUDTSym(SymbolKind Kind, UDTSym &UDT) {
620 DictScope S(W, "UDT");
621 CVTD.printTypeIndex("Type", UDT.Header.Type);
622 W.printString("UDTName", UDT.Name);
TypeRecord.cpp 240 return UdtSourceLineRecord(L->UDT, L->SourceFile, L->LineNumber);
499 Success &= remapIndex(IndexMap, UDT);
506 Success &= remapIndex(IndexMap, UDT);
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 401 // Emit UDT records for any types used by global variables.
    [all...]

Completed in 195 milliseconds