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

  /external/clang/test/SemaCXX/
bitfield-layout.cpp 4 #define CHECK_ALIGN(name, size) extern int name##2[__alignof(name) == size ? 1 : -1];
11 CHECK_ALIGN(Test1, 1);
17 CHECK_ALIGN(Test2, 2);
23 CHECK_ALIGN(Test3, 4);
29 CHECK_ALIGN(Test4, 8);
  /external/clang/test/Sema/
bitfield-layout.c 11 #define CHECK_ALIGN(kind, name, size) \
20 CHECK_ALIGN(struct, a, 4)
23 CHECK_ALIGN(struct, a, 1)
29 CHECK_ALIGN(struct, a2, 1)
35 CHECK_ALIGN(struct, a3, 4)
38 CHECK_ALIGN(struct, a3, 1)
44 CHECK_ALIGN(struct, a4, 1)
49 CHECK_ALIGN(union, b, 4)
52 CHECK_ALIGN(union, b, 1)
59 CHECK_ALIGN(struct, c, 4
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-hppa.c 1050 #define CHECK_ALIGN(FIELD, ALIGN, IGNORE) \
    [all...]

Completed in 157 milliseconds