/external/llvm/lib/VMCore/ |
D | Type.cpp | 379 bool isPacked) { in get() argument 387 if (isPacked) in get() 396 ST->setBody(ETypes, isPacked); in get() 400 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() argument 404 if (isPacked) in setBody() 464 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() argument 465 return get(Context, llvm::ArrayRef<Type*>(), isPacked); in get() 482 ArrayRef<Type*> Elements, bool isPacked) { in createNamed() argument 484 ST->setBody(Elements, isPacked); in createNamed() 489 bool isPacked) { in createNamed() argument [all …]
|
D | AsmWriter.cpp | 271 if (STy->isPacked()) in printStructBody() 287 if (STy->isPacked()) in printStructBody() 838 if (CS->getType()->isPacked()) in WriteConstantInternal() 862 if (CS->getType()->isPacked()) in WriteConstantInternal()
|
D | ConstantFold.cpp | 344 if (!STy->isPacked()) { in getFoldedSizeOf() 407 if (STy->isPacked()) in getFoldedAlignOf() 470 if (!STy->isPacked()) { in getFoldedOffsetOf() 627 if (!STy->isPacked()) { in ConstantFoldCastInstruction()
|
D | Core.cpp | 323 return unwrap<StructType>(StructTy)->isPacked(); in LLVMIsPackedStruct()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | GeneratedMessageLite.java | 435 final boolean isPacked) { in ExtensionDescriptor() argument 440 this.isPacked = isPacked; in ExtensionDescriptor() 447 private final boolean isPacked; field in GeneratedMessageLite.ExtensionDescriptor 465 public boolean isPacked() { in isPacked() method in GeneratedMessageLite.ExtensionDescriptor 466 return isPacked; in isPacked() 533 final boolean isPacked) { in internalInitRepeated() argument 538 enumTypeMap, number, type, true /* isRepeated */, isPacked)); in internalInitRepeated()
|
D | FieldSet.java | 61 boolean isPacked(); in isPacked() method 370 boolean isPacked) { in getWireFormatForFieldType() argument 371 if (isPacked) { in getWireFormatForFieldType() 486 !descriptor.isRepeated() && !descriptor.isPacked()) { in writeMessageSetTo() 568 if (descriptor.isPacked()) { in writeField() 612 !descriptor.isRepeated() && !descriptor.isPacked()) { in getMessageSetSerializedSize() 693 if (descriptor.isPacked()) { in computeFieldSize()
|
D | Descriptors.java | 698 public boolean isPacked() { in isPacked() method in Descriptors.FieldDescriptor
|
/external/llvm/include/llvm/ |
D | DerivedTypes.h | 203 bool isPacked = false); 206 bool isPacked = false); 212 bool isPacked = false); 216 static StructType *get(LLVMContext &Context, bool isPacked = false); 224 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } in isPacked() function 248 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | TextureMapperQt.h | 43 virtual bool isPacked() const { return m_isPacked; } in isPacked() function
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
D | TextureMapper.h | 63 virtual bool isPacked() const { return false; } in isPacked() function
|
D | TextureMapperNode.cpp | 37 if (!texture || !texture->isValid() || texture->isPacked()) in computeCost() 82 if (entry.texture->isLocked() || !entry.texture->isValid() || entry.texture->isPacked()) in purge()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 143 DSTy->isPacked() != SSTy->isPacked()) in areTypesIsomorphic() 190 DstSTy->setBody(Elements, SrcSTy->isPacked()); in linkDefinedTypeBodies() 269 cast<StructType>(Ty)->isPacked()); in getImpl()
|
/external/llvm/lib/Target/ |
D | TargetData.cpp | 53 unsigned TyAlign = ST->isPacked() ? 1 : TD.getABITypeAlignment(Ty); in StructLayout() 454 if (cast<StructType>(Ty)->isPacked() && abi_or_pref) in getAlignment()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 247 if (STy1->isPacked() != STy2->isPacked()) in isEquivalentType()
|
D | DeadArgumentElimination.cpp | 703 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked()); in RemoveDeadStuffFromFunction()
|
/external/clang/lib/AST/ |
D | RecordLayoutBuilder.cpp | 703 bool isPacked, const FieldDecl *D); 1714 bool isPacked, in CheckFieldPadding() argument 1748 if (isPacked && UnpackedAlign > CharBitNum && Offset == UnpackedOffset) in CheckFieldPadding()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1485 bool isPacked = EatIfPresent(lltok::less); in ParseStructDefinition() local 1495 if (isPacked) in ParseStructDefinition() 1511 (isPacked && ParseToken(lltok::greater, "expected '>' in packed struct"))) in ParseStructDefinition() 1514 STy->setBody(Body, isPacked); in ParseStructDefinition() 2513 if (ST->isPacked() != (ID.Kind == ValID::t_PackedConstantStruct)) in ConvertValIDToValue()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 574 << (ST->isPacked() ? "true" : "false") << ");"; in printType()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 264 TypeVals.push_back(ST->isPacked()); in WriteTypeTable()
|
/external/llvm/lib/Target/CBackend/ |
D | CBackend.cpp | 530 if (STy->isPacked()) in printType()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 382 [false] otherwise. See the method [llvm::StructType::isPacked]. *)
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 383 if (!STy->isPacked() && in isAlignOf()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 349 (WebCore::BitmapTextureGL::isPacked):
|