Searched defs:isPacked (Results 1 - 14 of 14) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVType.cpp249 SPIRVTypeStruct::isPacked() const { function in class:SPIRV::SPIRVTypeStruct
/external/swiftshader/third_party/LLVM/include/llvm/
H A DDerivedTypes.h218 bool isPacked = false);
223 bool isPacked = false);
230 bool isPacked = false);
234 static StructType *get(LLVMContext &Context, bool isPacked = false);
242 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } function in class:llvm::StructType
266 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h221 bool isPacked = false);
224 StringRef Name, bool isPacked = false);
230 bool isPacked = false);
233 static StructType *get(LLVMContext &Context, bool isPacked = false);
240 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } function in class:llvm::StructType
266 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldSet.java62 boolean isPacked(); method in interface:FieldSet.FieldDescriptorLite
487 boolean isPacked) {
488 if (isPacked) {
618 !descriptor.isRepeated() && !descriptor.isPacked()) {
719 if (descriptor.isPacked()) {
783 && !descriptor.isRepeated() && !descriptor.isPacked()) {
889 if (descriptor.isPacked()) {
486 getWireFormatForFieldType(final WireFormat.FieldType type, boolean isPacked) argument
H A DDescriptors.java1006 public boolean isPacked() { method in class:Descriptors.FieldDescriptor
H A DGeneratedMessageLite.java496 false /* isPacked */)) {
502 true /* isPacked */)) {
890 false /* isPacked */),
903 final boolean isPacked,
912 enumTypeMap, number, type, true /* isRepeated */, isPacked),
924 final boolean isPacked) {
929 this.isPacked = isPacked;
936 final boolean isPacked; field in class:GeneratedMessageLite.ExtensionDescriptor
959 public boolean isPacked() { method in class:GeneratedMessageLite.ExtensionDescriptor
897 newRepeatedGeneratedExtension( final ContainingType containingTypeDefaultInstance, final MessageLite messageDefaultInstance, final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final boolean isPacked, final Class singularType) argument
919 ExtensionDescriptor( final Internal.EnumLiteMap<?> enumTypeMap, final int number, final WireFormat.FieldType type, final boolean isRepeated, final boolean isPacked) argument
[all...]
/external/llvm/lib/IR/
H A DType.cpp331 bool isPacked) {
333 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
341 ST->setBody(ETypes, isPacked);
350 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { argument
354 if (isPacked)
424 StructType *StructType::get(LLVMContext &Context, bool isPacked) { argument
425 return get(Context, None, isPacked);
444 StringRef Name, bool isPacked) {
446 ST->setBody(Elements, isPacked);
459 bool isPacked) {
330 get(LLVMContext &Context, ArrayRef<Type*> ETypes, bool isPacked) argument
443 create(LLVMContext &Context, ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
458 create(ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
[all...]
H A DLLVMContextImpl.h83 bool isPacked; member in struct:llvm::AnonStructTypeKeyInfo::KeyTy
85 ETypes(E), isPacked(P) {}
87 : ETypes(ST->elements()), isPacked(ST->isPacked()) {}
89 if (isPacked != that.isPacked)
108 Key.isPacked);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DType.cpp379 bool isPacked) {
387 if (isPacked)
396 ST->setBody(ETypes, isPacked);
400 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { argument
404 if (isPacked)
464 StructType *StructType::get(LLVMContext &Context, bool isPacked) { argument
465 return get(Context, llvm::ArrayRef<Type*>(), isPacked);
482 StringRef Name, bool isPacked) {
484 ST->setBody(Elements, isPacked);
498 bool isPacked) {
378 get(LLVMContext &Context, ArrayRef<Type*> ETypes, bool isPacked) argument
481 create(LLVMContext &Context, ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
497 create(ArrayRef<Type*> Elements, StringRef Name, bool isPacked) argument
[all...]
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1003 bool DIARawSymbol::isPacked() const { function in class:DIARawSymbol
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp759 bool isPacked, const FieldDecl *D);
1946 unsigned UnpackedAlign, bool isPacked, const FieldDecl *D) {
1984 if (isPacked && UnpackedAlign > CharBitNum && Offset == UnpackedOffset)
1944 CheckFieldPadding( uint64_t Offset, uint64_t UnpaddedOffset, uint64_t UnpackedOffset, unsigned UnpackedAlign, bool isPacked, const FieldDecl *D) argument
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 4330 milliseconds