/external/compiler-rt/test/msan/ |
D | dtor-bit-fields.cc | 14 struct Packed { struct 25 ~Packed() {} in ~Packed() argument 49 Packed *p = new Packed(); in main() 50 p->~Packed(); in main()
|
/external/clang/test/CodeGenCXX/ |
D | sanitize-dtor-bit-field.cpp | 6 struct Packed { struct 18 ~Packed() {} in ~Packed() argument 20 Packed p;
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | packing.inl | 234 uint16* Packed = reinterpret_cast<uint16*>(&Topack); local 235 return *Packed; 247 uint8* Packed = reinterpret_cast<uint8*>(&Topack); local 248 return *Packed; 262 uint16* Packed = reinterpret_cast<uint16*>(&Topack); local 263 return *Packed; 288 uint64* Packed = reinterpret_cast<uint64*>(&Topack); local 289 return *Packed; 301 uint16* Packed = reinterpret_cast<uint16*>(&Topack); local 302 return *Packed; [all …]
|
/external/clang/lib/CodeGen/ |
D | CGRecordLayoutBuilder.cpp | 96 CGRecordLowering(CodeGenTypes &Types, const RecordDecl *D, bool Packed); 210 bool Packed : 1; member 217 …cordLowering(CodeGenTypes &Types, const RecordDecl *D, bool Packed) in CGRecordLowering() argument 222 IsZeroInitializableAsBase(true), Packed(Packed) {} in CGRecordLowering() 346 Packed = true; in lowerUnion() 568 if (Packed) in determinePacked() 582 Packed = true; in determinePacked() 590 Packed = true; in determinePacked() 595 Packed = true; in determinePacked() 597 if (!Packed) in determinePacked() [all …]
|
D | CGExprConstant.cpp | 41 bool Packed; member in __anoncb60c6b40111::ConstStructBuilder 57 : CGM(CGM), CGF(CGF), Packed(false), in ConstStructBuilder() 83 if (Packed) return CharUnits::One(); in getAlignment() 128 assert(!Packed && "Alignment is wrong even with a packed struct!"); in AppendBytes() 149 if (Packed) in AppendBytes() 362 Packed = true; in ConvertStructToPacked() 522 assert(!Packed && "Size mismatch!"); in Finalize() 540 Elements, Packed); in Finalize()
|
/external/clang/test/CodeGenObjC/ |
D | ivar-layout-64.m | 122 @interface Packed : NSObject { interface 126 @implementation Packed @end implementation 127 // CHECK: @OBJC_CLASS_NAME_{{.*}} = private global {{.*}} c"Packed\00"
|
/external/llvm/lib/Target/X86/ |
D | X86ScheduleSLM.td | 141 // Packed Compare Implicit Length Strings, Return Mask 151 // Packed Compare Explicit Length Strings, Return Mask 161 // Packed Compare Implicit Length Strings, Return Index 171 // Packed Compare Explicit Length Strings, Return Index
|
D | X86SchedSandyBridge.td | 161 // Packed Compare Implicit Length Strings, Return Mask 171 // Packed Compare Explicit Length Strings, Return Mask 181 // Packed Compare Implicit Length Strings, Return Index 191 // Packed Compare Explicit Length Strings, Return Index
|
D | X86ScheduleBtVer2.td | 248 // Packed Compare Implicit Length Strings, Return Mask 261 // Packed Compare Explicit Length Strings, Return Mask 271 // Packed Compare Implicit Length Strings, Return Index 281 // Packed Compare Explicit Length Strings, Return Index
|
D | X86Schedule.td | 99 // Packed Compare Implicit Length Strings, Return Mask 101 // Packed Compare Explicit Length Strings, Return Mask 103 // Packed Compare Implicit Length Strings, Return Index 105 // Packed Compare Explicit Length Strings, Return Index
|
D | X86InstrFMA.td | 396 // Packed Instructions 427 // Packed Instructions
|
D | X86InstrSSE.td | 1988 // Convert Packed Double FP to Packed DW Integers 2197 // Convert Packed DW Integers to Packed Double FP 2813 // SSE2 - Packed Integer Logical Instructions 3775 // SSE2 - Move Aligned/Unaligned Packed Integer Instructions 3910 // SSE2 - Packed Integer Arithmetic Instructions 4097 // SSE2 - Packed Integer Logical Instructions 4241 // SSE2 - Packed Integer Comparison Instructions 4258 // SSE2 - Packed Integer Shuffle Instructions 4339 // Packed Integer Pack Instructions (SSE & AVX) 4469 // SSE2 - Packed Integer Unpack Instructions [all …]
|
/external/libvorbis/doc/ |
D | rfc5215.txt | 74 3.1.1. Packed Configuration . . . . . . . . . . . . . . . . . 10 76 3.2.1. Packed Headers . . . . . . . . . . . . . . . . . . . . 12 83 6.1. Packed Headers IANA Considerations . . . . . . . . . . . . 19 307 1 = Vorbis Packed Configuration payload 481 method is inside the Packed Configuration (Section 3.1.1) in the SDP 495 The Packed Configuration (Section 3.1.1) Payload is sent in-band with 511 3.1.1. Packed Configuration 513 A Vorbis Packed Configuration is indicated with the Vorbis Data Type 607 Figure 5: Packed Configuration Figure 611 set to 0 because the packet bears the full Packed configuration. The [all …]
|
/external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/ |
D | split-gep.ll | 160 %struct.Packed = type <{ [3 x i32], [8 x i64] }> ; <> means packed 165 %s = alloca [1024 x %struct.Packed], align 16 170 …%arrayidx3 = getelementptr inbounds [1024 x %struct.Packed], [1024 x %struct.Packed]* %s, i64 0, i… 174 ; CHECK: [[BASE_PTR:%[a-zA-Z0-9]+]] = getelementptr [1024 x %struct.Packed], [1024 x %struct.Packed…
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 418 static Constant *getAnon(ArrayRef<Constant*> V, bool Packed = false) { 419 return get(getTypeForElements(V, Packed), V); 422 ArrayRef<Constant*> V, bool Packed = false) { 423 return get(getTypeForElements(Ctx, V, Packed), V); 429 bool Packed = false); 433 bool Packed = false);
|
/external/nanopb-c/tests/options/ |
D | options.proto | 58 // Packed structure
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebate.txt | 25 Packed:
|
/external/llvm/include/llvm-c/ |
D | Core.h | 855 unsigned ElementCount, LLVMBool Packed); 863 LLVMBool Packed); 885 unsigned ElementCount, LLVMBool Packed); 1532 unsigned Count, LLVMBool Packed); 1543 LLVMBool Packed);
|
/external/clang/lib/AST/ |
D | RecordLayoutBuilder.cpp | 596 unsigned Packed : 1; member in __anona8ed42180111::ItaniumRecordLayoutBuilder 662 UseExternalLayout(false), InferAlignment(false), Packed(false), in ItaniumRecordLayoutBuilder() 967 CharUnits BaseAlign = (Packed) ? CharUnits::One() : UnpackedBaseAlign; in EnsureVTablePointerAlignment() 1177 CharUnits BaseAlign = (Packed) ? CharUnits::One() : UnpackedBaseAlign; in LayoutBase() 1235 Packed = D->hasAttr<PackedAttr>(); in InitializeLayout() 1438 bool FieldPacked = Packed || D->hasAttr<PackedAttr>(); in LayoutBitField() 1702 bool FieldPacked = Packed || D->hasAttr<PackedAttr>(); in LayoutField() 1874 if (Packed && UnpackedAlignment > CharUnits::One() && in FinishLayout()
|
/external/protobuf/src/google/protobuf/ |
D | unittest_repeated_packables_nano.proto | 72 message Packed { message
|
/external/llvm/lib/IR/ |
D | Core.cpp | 428 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext() argument 430 return wrap(StructType::get(*unwrap(C), Tys, Packed != 0)); in LLVMStructTypeInContext() 434 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType() argument 436 ElementCount, Packed); in LLVMStructType() 453 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody() argument 455 unwrap<StructType>(StructTy)->setBody(Tys, Packed != 0); in LLVMStructSetBody() 913 unsigned Count, LLVMBool Packed) { in LLVMConstStructInContext() argument 916 Packed != 0)); in LLVMConstStructInContext() 946 LLVMBool Packed) { in LLVMConstStruct() argument 948 Packed); in LLVMConstStruct()
|
/external/lzma/DOC/ |
D | 7zFormat.txt | 23 Packed Header
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | attribute-1.s | 135 @CHECK-OBJ-NEXT: Description: Packed
|
/external/libavc/common/arm/ |
D | ih264_deblk_chroma_a9.s | 251 @* Packed Boundary strength array 353 @* Packed Boundary strength array 570 @* Packed Boundary strength array 881 @* Packed Boundary strength array 1001 @* Packed Boundary strength array 1239 @* Packed Boundary strength array
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 301 bool ParseAnonStructType(Type *&Result, bool Packed);
|