HomeSort by relevance Sort by last modified time
    Searched defs:Packed (Results 1 - 5 of 5) 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/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 176 /// \brief Determines if we need a packed llvm struct.
199 bool Packed : 1;
211 IsZeroInitializableAsBase(true), Packed(false) {}
248 // 5) Insert padding everywhere it is needed. This phase requires 'Packed' to
313 // case of packed bitfields on Itanium) then just use an I8 array.
318 // Set packed if we need it.
320 Packed = true;
544 // then the entire record must be packed.
546 Packed = true;
550 // record's alignment, it must be packed
    [all...]
CGBlocks.cpp     [all...]
CGExprConstant.cpp 40 bool Packed;
52 : CGM(CGM), CGF(CGF), Packed(false),
76 if (Packed) return CharUnits::One();
110 assert(!Packed && "Alignment is wrong even with a packed struct!");
112 // Convert the struct to a packed struct.
133 if (Packed)
135 "Packed struct not byte-aligned!");
346 Packed = true;
494 // Check if we need to convert the struct to a packed struct
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 227 milliseconds