HomeSort by relevance Sort by last modified time
    Searched refs:alignof (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdalign.h 32 #define alignof _Alignof macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
stdalign.h 32 #define alignof _Alignof macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
stdalign.h 32 #define alignof _Alignof macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stdalign.h 32 #define alignof _Alignof macro
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdalign.h 32 #define alignof _Alignof macro
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdalign.h 32 #define alignof _Alignof macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stdalign.h 29 #define alignof _Alignof macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stdalign.h 29 #define alignof _Alignof macro
  /prebuilts/sdk/renderscript/clang-include/
stdalign.h 29 #define alignof _Alignof macro
  /external/clang/test/SemaCXX/
alignof-sizeof-reference.cpp 7 static_assert(alignof(r) == 1, "bad alignment"); // expected-warning {{GNU extension}}
8 static_assert(alignof(char&) == 1, "bad alignment");
23 (void)alignof(f_template<int>); // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}} expected-warning {{GNU extension}}
alignof.cpp 7 static const int test0 = __alignof__(x); // expected-error {{invalid application of 'alignof' to a field of a class still being defined}}
8 static const int test1 = __alignof__(S0::x); // expected-error {{invalid application of 'alignof' to a field of a class still being defined}}
9 auto test2() -> char(&)[__alignof__(x)]; // expected-error {{invalid application of 'alignof' to a field of a class still being defined}}
14 const int test3 = __alignof__(s1); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
22 int test5 = __alignof__(s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
26 const int test7 = __alignof__(S2::s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
37 static const int test9 = __alignof__(s2.s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
40 static const int test12 = __alignof__(S3::s2.s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
64 static_assert(alignof(test14) == 8, "foo"); // expected-warning {{'alignof' applied to an expression is a GNU extension}
67 static_assert(alignof(int[]) == alignof(int), ""); \/\/ ok variable
78 static_assert(alignof(S<-1>::a) == alignof(int), ""); \/\/ expected-warning {{GNU extension}} member in namespace:alignof_array_expr
    [all...]
  /external/clang/test/Headers/
c11.c 21 alignas(alignof(int)) char c[4];
28 _Static_assert(alignof(max_align_t) >= alignof(long long), "");
30 _Static_assert(alignof(max_align_t) >= alignof(long double), "");
cxx11.cpp 13 #if defined alignof
14 #error alignof should not be defined in C++
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
alignof.exp 1 # Test ALIGNOF in a linker script.
28 set testname "ALIGNOF"
30 if ![ld_assemble $as $srcdir/$subdir/alignof.s tmpdir/alignof.o] {
35 if ![ld_simple_link $ld tmpdir/alignof "-T $srcdir/$subdir/alignof.t tmpdir/alignof.o"] {
40 if ![ld_nm $nm "" tmpdir/alignof] {
  /external/v8/tools/gyp/test/mac/clang-cxx-language-standard/
c++98.cc 11 alignof, enumerator in enum:cxx11_keywords
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/
plat.h 70 #if defined(__GNUC__) && !defined(alignof)
71 #define alignof(type) ((__alignof__(type) > 4) ? 4 : __alignof__(type)) macro
  /external/libcxx/test/libcxx/experimental/any/
small_type.pass.cpp 38 static_assert(alignof(long double) > alignof(void*), "");
  /art/runtime/base/
length_prefixed_array.h 36 T& At(size_t index, size_t element_size = sizeof(T), size_t alignment = alignof(T)) {
41 const T& At(size_t index, size_t element_size = sizeof(T), size_t alignment = alignof(T)) const {
46 StrideIterator<T> begin(size_t element_size = sizeof(T), size_t alignment = alignof(T)) {
51 size_t alignment = alignof(T)) const {
55 StrideIterator<T> end(size_t element_size = sizeof(T), size_t alignment = alignof(T)) {
60 size_t alignment = alignof(T)) const {
66 size_t alignment = alignof(T)) {
73 size_t alignment = alignof(T)) {
89 void ClearPadding(size_t element_size = sizeof(T), size_t alignment = alignof(T)) {
113 LengthPrefixedArray<T>* arr, size_t element_size = sizeof(T), size_t alignment = alignof(T))
    [all...]
  /device/google/contexthub/firmware/inc/
util.h 29 #ifndef alignof
30 #define alignof(type) offsetof(struct { char x; type field; }, field) macro
  /external/boringssl/src/crypto/
refcount_c11.c 29 static_assert(alignof(CRYPTO_refcount_t) == alignof(_Atomic CRYPTO_refcount_t), variable
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 25 #define alignof macro
110 alignof
  /external/clang/test/SemaTemplate/
attributes.cpp 33 static_assert(alignof(t) == alignof(T), "my_aligned_storage align wrong"); // expected-warning{{'alignof' applied to an expression is a GNU extension}}
37 my_aligned_storage<sizeof(T), alignof(T)> t;
  /art/runtime/utils/
dex_cache_arrays_layout-inl.h 51 static_assert(alignof(GcRoot<mirror::Class>) == 4, "Expecting alignof(GcRoot<>) == 4");
52 static_assert(alignof(GcRoot<mirror::String>) == 4, "Expecting alignof(GcRoot<>) == 4");
69 return alignof(GcRoot<mirror::Class>);
94 return alignof(GcRoot<mirror::String>);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
p3-0x.cpp 40 int b = alignof(struct Ao {}); // expected-error {{'Ao' cannot be defined in a type specifier}}
  /art/runtime/lambda/
leaking_allocator.h 44 using AlignedMemoryStorage = typename std::aligned_storage<sizeof(T), alignof(T)>::type;
50 AllocateMemoryImpl(self, byte_size, alignof(T)));

Completed in 886 milliseconds

12 3 4 5