HomeSort by relevance Sort by last modified time
    Searched refs:__alignof (Results 26 - 48 of 48) sorted by null

12

  /external/clang/test/Sema/
exprs.c 97 R = __alignof(P->x); // expected-error {{invalid application of 'alignof' to bit-field}}
98 R = __alignof(P->y); // ok.
bitfield-layout.c 5 #define CHECK_ALIGN(kind, name, size) extern int name##2[__alignof(kind name) == size ? 1 : -1];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vadefs.h 59 #define _APALIGN(t,ap) (__alignof(t) > 8 ? _ALIGNOF((uintptr_t) ap) : 0)
62 #define _APALIGN(t,ap) (__alignof(t))
ntdef.h 159 #define TYPE_ALIGNMENT(t) __alignof(t)
  /external/clang/test/SemaTemplate/
fun-template-def.cpp 49 dummy d3 = __alignof(u1); // expected-error {{no viable conversion}}
  /external/clang/test/SemaCXX/
conversion.cpp 41 return __alignof(x == y);
MicrosoftExtensions.cpp 401 _Static_assert(__alignof(S) == 4, "");
402 _Static_assert(__alignof(s1) == 8, "");
403 _Static_assert(__alignof(s2) == 4, "");
  /external/libchrome/base/
compiler_specific.h 117 #define ALIGNOF(type) __alignof(type)
  /external/libweave/third_party/chromium/base/
compiler_specific.h 117 #define ALIGNOF(type) __alignof(type)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
alignment_of.hpp 61 // With MSVC both the native __alignof operator
68 __alignof(T)
79 // alignment_of below, because MSVC's __alignof doesn't
intrinsics.hpp 105 // # define BOOST_ALIGNMENT_OF(T) __alignof(T)
184 # define BOOST_ALIGNMENT_OF(T) __alignof(T)
  /system/extras/perfprofd/quipper/base/
compiler_specific.h 126 // sizeof(type) prior to checking __alignof to workaround Visual C++ bug:
131 #define ALIGNOF(type) (sizeof(type) - sizeof(type) + __alignof(type))
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 399 static_assert(__alignof(struct align_before_key1) == 16, "");
400 static_assert(__alignof(struct align_before_key2) == 16, "");
401 static_assert(__alignof(struct align_before_key3) == 16, "");
  /external/elfutils/libdw/
libdwP.h 415 size_t _padding = ((__alignof (type) \
416 - ((uintptr_t) _result & (__alignof (type) - 1))) \
417 & (__alignof (type) - 1)); \
419 _result = (type *) __libdw_allocate (dbg, _required, __alignof (type));\
dwarf_getmacros.c 93 __attribute__ ((aligned (__alignof (Dwarf_Macro_Op_Table))));
  /external/clang/test/Analysis/
dtor.cpp 540 clang_analyzer_eval(__alignof(NonTrivial) > 0); // expected-warning{{TRUE}}
  /external/v8/include/
v8config.h 169 // V8_HAS___ALIGNOF - __alignof(type) operator supported
208 // Clang defines __alignof__ as alias for __alignof
393 // Visual Studio C++ cannot combine __declspec(align) and __alignof. The
416 # define V8_ALIGNOF(type) __alignof(type)
  /external/skia/src/core/
SkFindAndPlaceGlyph.h 92 #define alignof __alignof
  /external/clang/lib/AST/
StmtPrinter.cpp     [all...]
  /external/valgrind/coregrind/m_debuginfo/
lzodefs.h     [all...]
minilzo-inl.c     [all...]
  /external/libvncserver/common/
lzodefs.h     [all...]
minilzo.c     [all...]

Completed in 812 milliseconds

12