HomeSort by relevance Sort by last modified time
    Searched defs:PaddingType (Results 1 - 12 of 12) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorTraits.h 268 } PaddingType;
  /external/dng_sdk/source/
dng_utils.h 241 enum PaddingType
255 uint32 numPlanes, PaddingType paddingType);
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 42 /// if the specified type stored in "PaddingType" is not zero.
82 llvm::Type *PaddingType; // canHavePaddingType()
104 PaddingType = T;
118 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
258 return (canHavePaddingType() ? PaddingType : nullptr);
  /external/clang/lib/CodeGen/
TargetInfo.cpp 554 "Unexpected PaddingType seen in arginfo in generic VAArg emitter!");
574 "Unexpected PaddingType seen in arginfo in generic VAArg emitter!");
    [all...]

Completed in 823 milliseconds