Home
last modified time | relevance | path

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

/third_party/libinput/include/
Dconfig.h53 # define static_assert(cond, msg) _Static_assert(cond, msg) macro
55 # define static_assert(cond, msg) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dassert.h12 #define static_assert _Static_assert macro
/third_party/musl/porting/uniproton/kernel/include/
Dassert.h12 #define static_assert _Static_assert macro
/third_party/musl/porting/liteos_a/kernel/include/
Dassert.h14 #define static_assert _Static_assert macro
/third_party/musl/include/
Dassert.h38 #define static_assert _Static_assert macro
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
Dconvert.rs19 macro_rules! static_assert { macro
/third_party/python/Include/
Dpymacro.h23 # define static_assert _Static_assert macro
/third_party/tzdata/
Dprivate.h51 # define static_assert(cond) extern int static_assert_check[(cond) ? 1 : -1] macro
/third_party/libusb/libusb/libusb/
Dlibusbi.h44 #define static_assert(cond, msg) _Static_assert(cond, msg) macro
/third_party/f2fs-tools/include/
Df2fs_fs.h77 #define static_assert _Static_assert macro