Home
last modified time | relevance | path

Searched defs:static_assert (Results 1 – 13 of 13) sorted by relevance

/third_party/libinput/include/
Dconfig.h31 # define static_assert(cond, msg) _Static_assert(cond, msg) macro
33 # define static_assert(cond, msg) macro
/third_party/musl/include/
Dassert.h12 #define static_assert _Static_assert macro
/third_party/musl/porting/liteos_m/kernel/include/
Dassert.h15 #define static_assert _Static_assert macro
/third_party/musl/porting/liteos_a/kernel/include/
Dassert.h14 #define static_assert _Static_assert macro
/third_party/ejdb/src/tmpl/
Dejdb2cfg.h54 #define static_assert _Static_assert macro
/third_party/ejdb/src/
Dejdb2cfg.h54 #define static_assert _Static_assert macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dassert.h59 #define static_assert _Static_assert macro
/third_party/iowow/src/tmpl/
Diwcfg.h65 #define static_assert _Static_assert macro
/third_party/iowow/src/
Diwcfg.h65 #define static_assert _Static_assert macro
/third_party/weston/shared/
Dhelpers.h131 # define static_assert(cond, msg) _Static_assert(cond, msg) macro
/third_party/glib/glib/gnulib/
Dverify.h218 # define static_assert _Static_assert /* C11 requires this #define. */ macro
/third_party/gettext/gettext-runtime/intl/
Dverify.h230 # define static_assert _Static_assert /* C11 requires this #define. */ macro
/third_party/libusb/libusb/
Dlibusbi.h44 #define static_assert(cond, msg) _Static_assert(cond, msg) macro