HomeSort by relevance Sort by last modified time
    Searched refs:alignof (Results 276 - 300 of 598) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
BinaryStreamReader.h 190 assert(alignmentAdjustment(Bytes.data(), alignof(T)) == 0 &&
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_macros.h 110 #define TEST_ALIGNOF(...) alignof(__VA_ARGS__)
  /external/boringssl/src/crypto/
internal.h 121 // |alignas| and |alignof| were added in C11. GCC added support in version 4.8.
125 #define alignof(x) __alignof__ (x) macro
129 #define alignof __alignof macro
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DerivedTypes.h 144 static_assert(alignof(FunctionType) >= alignof(Type *),
  /frameworks/av/media/libeffects/dynamicsproc/
EffectDynamicsProcessing.cpp 645 alignof(float) == alignof(int32_t) && alignof(float) == alignof(value_t),
    [all...]
  /frameworks/native/libs/gui/
BufferItem.cpp 121 size -= FlattenableUtils::align<alignof(T)>(buffer);
189 size -= FlattenableUtils::align<alignof(T)>(buffer);
  /frameworks/native/libs/vr/libvrflinger/
hwc_types.h 81 sizeof(T) == sizeof(U) && alignof(T) == alignof(U) &&
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 144 static_assert(alignof(FunctionType) >= alignof(Type *),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DerivedTypes.h 146 static_assert(alignof(FunctionType) >= alignof(Type *),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DerivedTypes.h 146 static_assert(alignof(FunctionType) >= alignof(Type *),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DerivedTypes.h 146 static_assert(alignof(FunctionType) >= alignof(Type *),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DerivedTypes.h 146 static_assert(alignof(FunctionType) >= alignof(Type *),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DerivedTypes.h 146 static_assert(alignof(FunctionType) >= alignof(Type *),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DerivedTypes.h 146 static_assert(alignof(FunctionType) >= alignof(Type *),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 144 static_assert(alignof(FunctionType) >= alignof(Type *),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DerivedTypes.h 146 static_assert(alignof(FunctionType) >= alignof(Type *),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DerivedTypes.h 146 static_assert(alignof(FunctionType) >= alignof(Type *),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DerivedTypes.h 146 static_assert(alignof(FunctionType) >= alignof(Type *),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DerivedTypes.h 146 static_assert(alignof(FunctionType) >= alignof(Type *),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DerivedTypes.h 146 static_assert(alignof(FunctionType) >= alignof(Type *),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DerivedTypes.h 146 static_assert(alignof(FunctionType) >= alignof(Type *),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 357 return std::max(unsigned(alignof(LocalData)),
499 LocalDataAlignment = alignof(TypeSpecLocInfo)
569 return needsExtraLocalData() ? alignof(WrittenBuiltinSpecs) : 1;
789 return alignof(SourceLocation);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
TypeLoc.h 357 return std::max(unsigned(alignof(LocalData)),
499 LocalDataAlignment = alignof(TypeSpecLocInfo)
569 return needsExtraLocalData() ? alignof(WrittenBuiltinSpecs) : 1;
789 return alignof(SourceLocation);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
TypeLoc.h 357 return std::max(unsigned(alignof(LocalData)),
499 LocalDataAlignment = alignof(TypeSpecLocInfo)
569 return needsExtraLocalData() ? alignof(WrittenBuiltinSpecs) : 1;
789 return alignof(SourceLocation);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
TypeLoc.h 357 return std::max(unsigned(alignof(LocalData)),
499 LocalDataAlignment = alignof(TypeSpecLocInfo)
569 return needsExtraLocalData() ? alignof(WrittenBuiltinSpecs) : 1;
789 return alignof(SourceLocation);
    [all...]

Completed in 832 milliseconds

<<11121314151617181920>>