Searched refs:Packed (Results 1 - 25 of 36) sorted by relevance

12

/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/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/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DPartialClasses.cs56 Packed = true;
H A DFieldDescriptor.cs195 Proto.Options == null || Proto.Options.Packed;
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/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/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/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/llvm/include/llvm/IR/
H A DConstants.h438 static Constant *getAnon(ArrayRef<Constant*> V, bool Packed = false) {
439 return get(getTypeForElements(V, Packed), V);
442 ArrayRef<Constant*> V, bool Packed = false) {
443 return get(getTypeForElements(Ctx, V, Packed), V);
449 bool Packed = false);
453 bool Packed = false);
/external/swiftshader/third_party/LLVM/include/llvm/
H A DConstants.h412 static Constant *getAnon(ArrayRef<Constant*> V, bool Packed = false) {
413 return get(getTypeForElements(V, Packed), V);
416 ArrayRef<Constant*> V, bool Packed = false) {
417 return get(getTypeForElements(Ctx, V, Packed), V);
423 bool Packed = false);
427 bool Packed = false);
/external/swiftshader/third_party/LLVM/include/llvm-c/
H A DCore.h408 unsigned ElementCount, LLVMBool Packed);
410 LLVMBool Packed);
414 unsigned ElementCount, LLVMBool Packed);
593 unsigned Count, LLVMBool Packed);
600 LLVMBool Packed);
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp595 /// Packed - Whether the record is packed or not.
596 unsigned Packed : 1;
662 UseExternalLayout(false), InferAlignment(false), Packed(false),
967 CharUnits BaseAlign = (Packed) ? CharUnits::One() : UnpackedBaseAlign;
1177 CharUnits BaseAlign = (Packed) ? CharUnits::One() : UnpackedBaseAlign;
1235 Packed = D->hasAttr<PackedAttr>();
1436 bool FieldPacked = Packed || D->hasAttr<PackedAttr>();
1717 bool FieldPacked = Packed || D->hasAttr<PackedAttr>();
1887 if (Packed && UnpackedAlignment > CharUnits::One() &&
2443 // Packed attribut
[all...]
/external/llvm/include/llvm-c/
H A DCore.h993 unsigned ElementCount, LLVMBool Packed);
1001 LLVMBool Packed);
1023 unsigned ElementCount, LLVMBool Packed);
1677 unsigned Count, LLVMBool Packed);
1688 LLVMBool Packed);
/external/llvm/lib/IR/
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/swiftshader/third_party/LLVM/lib/VMCore/
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...]
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
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h194 Packed = 0x0001, member in class:llvm::codeview::CallingConvention::ClassOptions
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.h224 bool ParseAnonStructType(Type *&Result, bool Packed);
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dattribute-1.s135 @CHECK-OBJ-NEXT: Description: Packed
/external/llvm/lib/AsmParser/
H A DLLParser.h307 bool ParseAnonStructType(Type *&Result, bool Packed);
/external/libavc/common/arm/
H A Dih264_deblk_chroma_a9.s251 @* Packed Boundary strength array
353 @* Packed Boundary strength array
570 @* Packed Boundary strength array
881 @* Packed Boundary strength array
1001 @* Packed Boundary strength array
1239 @* Packed Boundary strength array
H A Dih264_deblk_luma_a9.s74 @* Packed Boundary strength array
380 @* Packed Boundary strength array
969 @* Packed Boundary strength array

Completed in 621 milliseconds

12