HomeSort by relevance Sort by last modified time
    Searched refs:isPacked (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/protobuf/objectivec/
GPBWireFormat.h 57 GPBWireFormat GPBWireFormatForType(GPBDataType dataType, BOOL isPacked)
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeBaseClass.h 44 FORWARD_SYMBOL_METHOD(isPacked)
PDBSymbolTypeEnum.h 46 FORWARD_SYMBOL_METHOD(isPacked)
PDBSymbolTypeTypedef.h 42 FORWARD_SYMBOL_METHOD(isPacked)
PDBSymbolTypeUDT.h 42 FORWARD_SYMBOL_METHOD(isPacked)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeBaseClass.h 47 FORWARD_SYMBOL_METHOD(isPacked)
PDBSymbolTypeEnum.h 45 FORWARD_SYMBOL_METHOD(isPacked)
PDBSymbolTypeTypedef.h 42 FORWARD_SYMBOL_METHOD(isPacked)
PDBSymbolTypeUDT.h 52 FORWARD_SYMBOL_METHOD(isPacked)
  /external/swiftshader/third_party/LLVM/include/llvm/
DerivedTypes.h 218 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; }
266 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Type.cpp 337 bool isPacked) {
339 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
347 ST->setBody(ETypes, isPacked);
356 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) {
360 if (isPacked)
431 StructType *StructType::get(LLVMContext &Context, bool isPacked) {
432 return get(Context, None, isPacked);
436 StringRef Name, bool isPacked) {
438 ST->setBody(Elements, isPacked);
451 bool isPacked) {
    [all...]
  /external/llvm/include/llvm/IR/
DerivedTypes.h 221 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; }
266 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DerivedTypes.h 227 bool isPacked = false);
230 StringRef Name, bool isPacked = false);
243 bool isPacked = false);
246 static StructType *get(LLVMContext &Context, bool isPacked = false);
261 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; }
287 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DerivedTypes.h 226 bool isPacked = false);
229 StringRef Name, bool isPacked = false);
235 bool isPacked = false);
238 static StructType *get(LLVMContext &Context, bool isPacked = false);
245 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; }
271 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
NativeEnumSymbol.h 48 bool isPacked() const override;
  /external/python/cpython2/Modules/_ctypes/
stgdict.c 327 PyObject *isPacked;
352 isPacked = PyObject_GetAttrString(type, "_pack_");
353 if (isPacked) {
354 pack = _PyInt_AsInt(isPacked);
356 Py_XDECREF(isPacked);
361 Py_DECREF(isPacked);
430 if (isStruct && !isPacked) {
504 if (isStruct && !isPacked) {
577 if (isStruct && !isPacked) {
  /external/python/cpython3/Modules/_ctypes/
stgdict.c 343 PyObject *isPacked;
368 isPacked = PyObject_GetAttrString(type, "_pack_");
369 if (isPacked) {
370 pack = _PyLong_AsInt(isPacked);
372 Py_XDECREF(isPacked);
377 Py_DECREF(isPacked);
446 if (isStruct && !isPacked) {
518 if (isStruct && !isPacked) {
588 if (isStruct && !isPacked) {
  /external/llvm/lib/IR/
Type.cpp 331 bool isPacked) {
333 AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
341 ST->setBody(ETypes, isPacked);
350 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) {
354 if (isPacked)
424 StructType *StructType::get(LLVMContext &Context, bool isPacked) {
425 return get(Context, None, isPacked);
444 StringRef Name, bool isPacked) {
446 ST->setBody(Elements, isPacked);
459 bool isPacked) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 379 bool isPacked) {
387 if (isPacked)
396 ST->setBody(ETypes, isPacked);
400 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) {
404 if (isPacked)
464 StructType *StructType::get(LLVMContext &Context, bool isPacked) {
465 return get(Context, llvm::ArrayRef<Type*>(), isPacked);
482 StringRef Name, bool isPacked) {
484 ST->setBody(Elements, isPacked);
498 bool isPacked) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
NativeEnumSymbol.cpp 98 bool NativeEnumSymbol::isPacked() const {
  /external/skia/src/sksl/
SkSLMetalCodeGenerator.h 143 int size(const Type* type, bool isPacked) const;
145 int alignment(const Type* type, bool isPacked) const;
  /external/skqp/src/sksl/
SkSLMetalCodeGenerator.h 141 int size(const Type* type, bool isPacked) const;
143 int alignment(const Type* type, bool isPacked) const;
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
FieldSet.java 62 boolean isPacked();
487 boolean isPacked) {
488 if (isPacked) {
618 !descriptor.isRepeated() && !descriptor.isPacked()) {
719 if (descriptor.isPacked()) {
783 && !descriptor.isRepeated() && !descriptor.isPacked()) {
889 if (descriptor.isPacked()) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 156 public boolean isPacked() {
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 157 public boolean isPacked() {

Completed in 1141 milliseconds

1 2 3 4