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

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
RecyclingAllocator.h 26 size_t Align = alignof(T)>
PointerLikeTypeTraits.h 59 enum { NumLowBitsAvailable = detail::ConstantLog2<alignof(T)>::value };
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/atomics/atomics.align/
align.pass.sh.cpp 34 assert(alignof(this->__a_) >= sizeof(this->__a_) &&
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.resource/memory.resource.public/
deallocate.pass.cpp 68 a = alignof(std::max_align_t);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.dynamic/new.delete/new.delete.array/
new_align_val_t_nothrow_replace.pass.cpp 37 constexpr auto OverAligned = alignof(std::max_align_t) * 2;
new_align_val_t_replace.pass.cpp 27 constexpr auto OverAligned = alignof(std::max_align_t) * 2;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.dynamic/new.delete/new.delete.single/
new_align_val_t_nothrow_replace.pass.cpp 38 constexpr auto OverAligned = alignof(std::max_align_t) * 2;
new_align_val_t_replace.pass.cpp 27 constexpr auto OverAligned = alignof(std::max_align_t) * 2;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.other/
aligned_storage.pass.cpp 164 // Use alignof(std::max_align_t) below to find the max alignment instead of
168 #define alignof __alignof__ macro
175 static_assert(std::alignment_of<T1>::value == alignof(std::max_align_t),
184 static_assert(std::alignment_of<T1>::value == alignof(std::max_align_t),
186 static_assert(sizeof(T1) == 16 + alignof(std::max_align_t), "");
  /system/chre/util/include/chre/util/
fixed_size_vector.h 193 alignof(ElementType)>::type mData[kCapacity];
  /art/runtime/mirror/
dex_cache.cc 110 DCHECK_ALIGNED(raw_arrays, alignof(StringDexCacheType)) <<
112 DCHECK_ALIGNED(layout.StringsOffset(), alignof(StringDexCacheType)) <<
114 DCHECK_ALIGNED(strings, alignof(StringDexCacheType)) <<
116 static_assert(alignof(StringDexCacheType) == 8u,
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p6.cpp 66 static_assert(alignof(W<4,4>) == 4, "");
  /external/clang/test/Headers/
arm64-apple-ios-types.cpp 22 (alignof(_Tp) == _AlignOf) && (sizeof(_Tp) == _SizeOf);
thumbv7-apple-ios-types.cpp 22 (alignof(_Tp) == _AlignOf) && (sizeof(_Tp) == _SizeOf);
x86_64-apple-macosx-types.cpp 22 (alignof(_Tp) == _AlignOf) && (sizeof(_Tp) == _SizeOf);
  /external/clang/test/Parser/
cxx0x-decl.cpp 104 static_assert(alignof(T) == 1, "");
  /external/skia/src/core/
SkRemoteGlyphCache.h 53 using storageFor = typename std::aligned_storage<sizeof(T), alignof(T)>::type;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
PointerLikeTypeTraits.h 59 enum { NumLowBitsAvailable = detail::ConstantLog2<alignof(T)>::value };
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
PointerLikeTypeTraits.h 59 enum { NumLowBitsAvailable = detail::ConstantLog2<alignof(T)>::value };
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
PointerLikeTypeTraits.h 59 enum { NumLowBitsAvailable = detail::ConstantLog2<alignof(T)>::value };
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
PointerLikeTypeTraits.h 59 enum { NumLowBitsAvailable = detail::ConstantLog2<alignof(T)>::value };
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
PointerLikeTypeTraits.h 59 enum { NumLowBitsAvailable = detail::ConstantLog2<alignof(T)>::value };
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
PointerLikeTypeTraits.h 59 enum { NumLowBitsAvailable = detail::ConstantLog2<alignof(T)>::value };
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
PointerLikeTypeTraits.h 59 enum { NumLowBitsAvailable = detail::ConstantLog2<alignof(T)>::value };
  /system/chre/platform/shared/include/chre/platform/shared/
memory_debug.h 46 struct alignas(alignof(max_align_t)) MemoryDebugPreamble {

Completed in 652 milliseconds

1 2 3 4 5 6 78 91011>>