Home
last modified time | relevance | path

Searched defs:UnionRecord (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h503 struct UnionRecord : public TagRecord { struct
505 explicit UnionRecord(TypeRecordKind Kind) : TagRecord(Kind) {} in UnionRecord() argument
506 UnionRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, in UnionRecord() function
512 HfaKind getHfa() const { in getHfa()
518 uint64_t getSize() const { return Size; } in getSize()
520 uint64_t Size = 0;
/third_party/typescript/tests/cases/compiler/
DcorrelatedUnions.ts7 type UnionRecord<K extends keyof RecordMap = keyof RecordMap> = { [P in K]: { alias