HomeSort by: relevance | last modified time | path
    Searched defs:_Static_assert (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/libctf/
swap.h 70 #ifndef _Static_assert
71 #define _Static_assert(cond, err)
80 _Static_assert (sizeof (x) == 1 || (sizeof (x) % 2 == 0 \
  /src/external/gpl3/binutils.old/dist/libctf/
swap.h 70 #ifndef _Static_assert
71 #define _Static_assert(cond, err)
80 _Static_assert (sizeof (x) == 1 || (sizeof (x) % 2 == 0 \
  /src/external/gpl3/gdb.old/dist/libctf/
swap.h 70 #ifndef _Static_assert
71 #define _Static_assert(cond, err)
80 _Static_assert (sizeof (x) == 1 || (sizeof (x) % 2 == 0 \
  /src/external/gpl3/gdb/dist/libctf/
swap.h 70 #ifndef _Static_assert
71 #define _Static_assert(cond, err)
80 _Static_assert (sizeof (x) == 1 || (sizeof (x) % 2 == 0 \
  /src/external/gpl3/gdb/dist/gnulib/import/
verify.h 24 /* Define _GL_HAVE__STATIC_ASSERT to 1 if _Static_assert (R, DIAGNOSTIC)
27 Define _GL_HAVE__STATIC_ASSERT1 to 1 if _Static_assert (R) works as
47 system headers, defines a conflicting _Static_assert that is no
51 # undef _Static_assert
58 If _Static_assert works, verify (R) uses it directly. Similarly,
59 _GL_VERIFY_TRUE works by packaging a _Static_assert inside a struct
63 compilers that do not support _Static_assert:
144 which do not support _Static_assert, also do not warn about the
192 _Static_assert (R, DIAGNOSTIC); \
204 two, so that the _Static_assert macro optionally defined below support
    [all...]
cdefs.h 549 #if (!defined _Static_assert && !defined __cplusplus \
553 # define _Static_assert(expr, diagnostic) \
593 _Static_assert (0, "IEEE 128-bits long double requires redirection on this platform");
  /src/external/gpl3/gdb.old/dist/gnulib/import/
verify.h 24 /* Define _GL_HAVE__STATIC_ASSERT to 1 if _Static_assert (R, DIAGNOSTIC)
27 Define _GL_HAVE__STATIC_ASSERT1 to 1 if _Static_assert (R) works as
47 system headers, defines a conflicting _Static_assert that is no
51 # undef _Static_assert
58 If _Static_assert works, verify (R) uses it directly. Similarly,
59 _GL_VERIFY_TRUE works by packaging a _Static_assert inside a struct
63 compilers that do not support _Static_assert:
144 which do not support _Static_assert, also do not warn about the
192 _Static_assert (R, DIAGNOSTIC); \
204 two, so that the _Static_assert macro optionally defined below support
    [all...]
cdefs.h 549 #if (!defined _Static_assert && !defined __cplusplus \
553 # define _Static_assert(expr, diagnostic) \
593 _Static_assert (0, "IEEE 128-bits long double requires redirection on this platform");
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7.h 110 #define _Static_assert(X, Y) static_assert (X)
252 _Static_assert (F7_FLAGNO_sign == 0, "");
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
libf7.h 102 #define _Static_assert(X, Y) static_assert (X)
245 _Static_assert (F7_FLAGNO_sign == 0, "");

Completed in 35 milliseconds