Searched refs:Alignments (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | specialIntersectionsInMappedTypes.types | 7 type Alignments = Record<Alignment, string>; 8 >Alignments : { [x: string & {}]: string; left: string; center: string; right: string; } 10 const a: Alignments = { 11 >a : Alignments 35 >a : Alignments 42 >a : Alignments
|
D | specialIntersectionsInMappedTypes.symbols | 7 type Alignments = Record<Alignment, string>; 8 >Alignments : Symbol(Alignments, Decl(specialIntersectionsInMappedTypes.ts, 2, 61)) 12 const a: Alignments = { 14 >Alignments : Symbol(Alignments, Decl(specialIntersectionsInMappedTypes.ts, 2, 61))
|
D | specialIntersectionsInMappedTypes.js | 5 type Alignments = Record<Alignment, string>; 7 const a: Alignments = {
|
D | specialIntersectionsInMappedTypes.errors.txt | 8 type Alignments = Record<Alignment, string>; 10 const a: Alignments = {
|
/third_party/typescript/tests/cases/compiler/ |
D | specialIntersectionsInMappedTypes.ts | 7 type Alignments = Record<Alignment, string>; alias 9 const a: Alignments = {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 471 Alignments == Other.Alignments && Pointers == Other.Pointers; in operator ==() 480 return partition_point(Alignments, [=](const LayoutAlignElem &E) { in findAlignmentLowerBound() 499 if (I != Alignments.end() && in setAlignment() 506 Alignments.insert(I, LayoutAlignElem::get(align_type, abi_align, in setAlignment() 546 if (I != Alignments.end() && I->AlignType == (unsigned)AlignType && in getAlignmentInfo() 552 if (I != Alignments.begin()) { in getAlignmentInfo() 603 Alignments.clear(); in clear()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 145 AlignmentsTy Alignments; variable 217 Alignments = DL.Alignments;
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_enhanced_layouts.txt | 1340 RESOLUTION: Alignments will be multiples of the base alignment of the
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_enhanced_layouts.txt | 1330 RESOLUTION: Alignments will be multiples of the base alignment of the
|