Searched defs:Packed (Results 1 - 18 of 18) sorted by relevance

/external/libvorbis/doc/
H A D03-codebook.tex27 \subsection{Packed codebook format}
/external/compiler-rt/test/msan/
H A Ddtor-bit-fields.cc14 struct Packed { struct
15 // Packed into 4 bytes
25 ~Packed() {}
49 Packed *p = new Packed();
50 p->~Packed();
/external/clang/test/CodeGenCXX/
H A Dsanitize-dtor-bit-field.cpp6 struct Packed { struct
7 // Packed into 4 bytes
18 ~Packed() {}
20 Packed p;
H A Dmicrosoft-abi-sret-and-byval.cpp29 struct Packed { struct
134 void packed_arg(Packed s) {}
135 // LINUX-LABEL: define void @_Z10packed_arg6Packed(%struct.Packed* byval align 4 %s)
136 // WIN32: define void @"\01?packed_arg@@YAXUPacked@@@Z"(%struct.Packed* byval align 4 %s)
137 // WIN64: define void @"\01?packed_arg@@YAXUPacked@@@Z"(%struct.Packed* %s)
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVType.cpp254 SPIRVTypeStruct::setPacked(bool Packed) { argument
255 if (Packed)
H A DSPIRVModule.cpp721 void SPIRVModuleImpl::closeStructType(SPIRVTypeStruct *T, bool Packed) { argument
723 T->setPacked(Packed);
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp96 CGRecordLowering(CodeGenTypes &Types, const RecordDecl *D, bool Packed);
210 bool Packed : 1; member in struct:__anon1250::CGRecordLowering
217 CGRecordLowering::CGRecordLowering(CodeGenTypes &Types, const RecordDecl *D, bool Packed) argument
222 IsZeroInitializableAsBase(true), Packed(Packed) {}
255 // 5) Insert padding everywhere it is needed. This phase requires 'Packed' to
346 Packed = true;
568 if (Packed)
582 Packed = true;
590 Packed
[all...]
H A DCGExprConstant.cpp41 bool Packed; member in class:__anon1216::ConstStructBuilder
57 : CGM(CGM), CGF(CGF), Packed(false),
83 if (Packed) return CharUnits::One();
128 assert(!Packed && "Alignment is wrong even with a packed struct!");
149 if (Packed)
151 "Packed struct not byte-aligned!");
362 Packed = true;
528 assert(!Packed && "Size mismatch!");
545 Elements, Packed);
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DType.cs65 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Field), global::Google.Protobuf.WellKnownTypes.Field.Parser, new[]{ "Kind", "Cardinality", "Number", "Name", "TypeUrl", "OneofIndex", "Packed", "Options", "JsonName", "DefaultValue" }, null, new[]{ typeof(global::Google.Protobuf.WellKnownTypes.Field.Types.Kind), typeof(global::Google.Protobuf.WellKnownTypes.Field.Types.Cardinality) }, null),
458 public bool Packed { property in class:Google.Protobuf.WellKnownTypes.Field
520 if (Packed != other.Packed) return false;
535 if (Packed != false) hash ^= Packed.GetHashCode();
571 if (Packed != false) {
573 output.WriteBool(Packed);
606 if (Packed != false) {
641 if (other.Packed !
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp649 bool Packed) {
654 return StructType::get(Context, EltTypes, Packed);
659 bool Packed) {
662 return getTypeForElements(V[0]->getContext(), V, Packed);
647 getTypeForElements(LLVMContext &Context, ArrayRef<Constant*> V, bool Packed) argument
658 getTypeForElements(ArrayRef<Constant*> V, bool Packed) argument
H A DCore.cpp294 unsigned ElementCount, LLVMBool Packed) {
296 return wrap(StructType::get(*unwrap(C), Tys, Packed != 0));
300 unsigned ElementCount, LLVMBool Packed) {
302 ElementCount, Packed);
319 unsigned ElementCount, LLVMBool Packed) {
321 unwrap<StructType>(StructTy)->setBody(Tys, Packed != 0);
622 unsigned Count, LLVMBool Packed) {
625 Packed != 0));
639 LLVMBool Packed) {
641 Packed);
293 LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
299 LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
318 LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
620 LLVMConstStructInContext(LLVMContextRef C, LLVMValueRef *ConstantVals, unsigned Count, LLVMBool Packed) argument
638 LLVMConstStruct(LLVMValueRef *ConstantVals, unsigned Count, LLVMBool Packed) argument
[all...]
/external/llvm/lib/IR/
H A DConstants.cpp929 bool Packed) {
935 return StructType::get(Context, EltTypes, Packed);
940 bool Packed) {
943 return getTypeForElements(V[0]->getContext(), V, Packed);
927 getTypeForElements(LLVMContext &Context, ArrayRef<Constant*> V, bool Packed) argument
939 getTypeForElements(ArrayRef<Constant*> V, bool Packed) argument
H A DCore.cpp508 unsigned ElementCount, LLVMBool Packed) {
510 return wrap(StructType::get(*unwrap(C), Tys, Packed != 0));
514 unsigned ElementCount, LLVMBool Packed) {
516 ElementCount, Packed);
533 unsigned ElementCount, LLVMBool Packed) {
535 unwrap<StructType>(StructTy)->setBody(Tys, Packed != 0);
1026 unsigned Count, LLVMBool Packed) {
1029 Packed != 0));
1033 LLVMBool Packed) {
1035 Packed);
507 LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
513 LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
532 LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, unsigned ElementCount, LLVMBool Packed) argument
1024 LLVMConstStructInContext(LLVMContextRef C, LLVMValueRef *ConstantVals, unsigned Count, LLVMBool Packed) argument
1032 LLVMConstStruct(LLVMValueRef *ConstantVals, unsigned Count, LLVMBool Packed) argument
[all...]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs156 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldOptions), global::Google.Protobuf.Reflection.FieldOptions.Parser, new[]{ "Ctype", "Packed", "Jstype", "Lazy", "Deprecated", "Weak", "UninterpretedOption" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.CType), typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) }, null),
3430 public bool Packed { property in class:Google.Protobuf.Reflection.FieldOptions
3550 if (Packed != other.Packed) return false;
3562 if (Packed != false) hash ^= Packed.GetHashCode();
3580 if (Packed != false) {
3582 output.WriteBool(Packed);
3608 if (Packed != false) {
3634 if (other.Packed !
[all...]
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h194 Packed = 0x0001, member in class:llvm::codeview::CallingConvention::ClassOptions
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm_ocaml.c303 value Packed) {
305 Wosize_val(ElementTypes), Bool_val(Packed));
301 llvm_struct_set_body(LLVMTypeRef Ty, value ElementTypes, value Packed) argument
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c407 value Packed) {
409 Wosize_val(ElementTypes), Bool_val(Packed));
405 llvm_struct_set_body(LLVMTypeRef Ty, value ElementTypes, value Packed) argument
/external/clang/lib/Sema/
H A DSemaDecl.cpp14848 bool Packed = Enum->hasAttr<PackedAttr>(); local
14852 Packed = true;
14867 if (Packed && NumNegativeBits <= CharWidth && NumPositiveBits < CharWidth) {
14870 } else if (Packed && NumNegativeBits <= ShortWidth &&
14895 if (Packed && NumPositiveBits <= CharWidth) {
14899 } else if (Packed && NumPositiveBits <= ShortWidth) {

Completed in 369 milliseconds