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 79 /// Packed - Whether the resulting LLVM struct will be packed or not.
80 bool Packed;
118 /// Returns false if the operation failed because the struct is not packed.
151 /// because the current struct is not packed.
195 Packed(false), Types(Types) { }
205 Packed = D->hasAttr<PackedAttr>();
215 // We weren't able to layout the struct. Try again with a packed struct
216 Packed = true;
311 // We must use packed structs for packed fields, and also unnamed bi
    [all...]
CGBlocks.cpp     [all...]
CGExprConstant.cpp 40 bool Packed;
52 : CGM(CGM), CGF(CGF), Packed(false),
80 if (Packed) return CharUnits::One();
131 assert(!Packed && "Alignment is wrong even with a packed struct!");
133 // Convert the struct to a packed struct.
154 if (Packed)
156 "Packed struct not byte-aligned!");
367 Packed = true;
511 // Check if we need to convert the struct to a packed struct
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 2193 milliseconds