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

  /external/clang/test/CodeGenCXX/
sanitize-dtor-bit-field.cpp 6 struct Packed {
7 // Packed into 4 bytes
18 ~Packed() {}
20 Packed p;
  /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/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/llvm/include/llvm/IR/
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);
553 /// packed data, instead of as Value*'s.
680 /// packed data, instead of as Value*'s.
741 /// packed data, instead of as Value*'s.
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 582 /// \brief The alignment if attribute packed is not used.
595 /// Packed - Whether the record is packed or not.
596 unsigned Packed : 1;
662 UseExternalLayout(false), InferAlignment(false), Packed(false),
    [all...]
  /external/llvm/include/llvm-c/
Core.h 197 LLVMVectorTypeKind, /**< SIMD 'packed' format, or other vector type */
850 * whether these can be packed together.
855 unsigned ElementCount, LLVMBool Packed);
863 LLVMBool Packed);
885 unsigned ElementCount, LLVMBool Packed);
914 * Determine whether a structure is packed.
    [all...]
  /external/llvm/lib/IR/
Core.cpp 428 unsigned ElementCount, LLVMBool Packed) {
430 return wrap(StructType::get(*unwrap(C), Tys, Packed != 0));
434 unsigned ElementCount, LLVMBool Packed) {
436 ElementCount, Packed);
453 unsigned ElementCount, LLVMBool Packed) {
455 unwrap<StructType>(StructTy)->setBody(Tys, Packed != 0);
913 unsigned Count, LLVMBool Packed) {
916 Packed != 0));
946 LLVMBool Packed) {
948 Packed);
    [all...]
Constants.cpp     [all...]
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-1.s 135 @CHECK-OBJ-NEXT: Description: Packed
  /external/llvm/lib/AsmParser/
LLParser.h 301 bool ParseAnonStructType(Type *&Result, bool Packed);
LLParser.cpp     [all...]
  /external/libavc/common/arm/
ih264_deblk_chroma_a9.s 251 @* Packed Boundary strength array
353 @* Packed Boundary strength array
570 @* Packed Boundary strength array
    [all...]
ih264_deblk_luma_a9.s 74 @* Packed Boundary strength array
380 @* Packed Boundary strength array
    [all...]
  /external/libvorbis/doc/
03-codebook.tex 11 the third header, the codec setup header. This packed configuration
27 \subsection{Packed codebook format}
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 362 value Packed) {
364 Wosize_val(ElementTypes), Bool_val(Packed));
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 52 case attr::Packed: return CXCursor_PackedAttr;
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
NanoTest.java 3791 NanoRepeatedPackables.Packed packed = local
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 3876 milliseconds