HomeSort by relevance Sort by last modified time
    Searched defs:Packed (Results 1 - 6 of 6) sorted by null

  /external/libvorbis/doc/
03-codebook.tex 11 the third header, the codec setup header. This packed configuration
27 \subsection{Packed codebook format}
  /external/compiler-rt/test/msan/
dtor-bit-fields.cc 14 struct Packed {
15 // Packed into 4 bytes
25 ~Packed() {}
49 Packed *p = new Packed();
50 p->~Packed();
  /external/clang/test/CodeGenCXX/
sanitize-dtor-bit-field.cpp 6 struct Packed {
7 // Packed into 4 bytes
18 ~Packed() {}
20 Packed p;
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 96 CGRecordLowering(CodeGenTypes &Types, const RecordDecl *D, bool Packed);
187 /// \brief Determines if we need a packed llvm struct.
210 bool Packed : 1;
217 CGRecordLowering::CGRecordLowering(CodeGenTypes &Types, const RecordDecl *D, bool Packed)
222 IsZeroInitializableAsBase(true), Packed(Packed) {}
255 // 5) Insert padding everywhere it is needed. This phase requires 'Packed' to
339 // case of packed bitfields on Itanium) then just use an I8 array.
344 // Set packed if we need it.
346 Packed = true
    [all...]
CGExprConstant.cpp 41 bool Packed;
57 : CGM(CGM), CGF(CGF), Packed(false),
83 if (Packed) return CharUnits::One();
128 assert(!Packed && "Alignment is wrong even with a packed struct!");
130 // Convert the struct to a packed struct.
149 if (Packed)
151 "Packed struct not byte-aligned!");
362 Packed = true;
519 // Check if we need to convert the struct to a packed struct
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 1700 milliseconds