OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STATIC_ASSERT
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/libdrm/dist/
libdrm_macros.h
40
#define
STATIC_ASSERT
(COND) \
79
STATIC_ASSERT
(LARGE_OFF_T % 2147483629 == 721 &&
/xsrc/external/mit/MesaLib.old/dist/src/util/
macros.h
64
#define
STATIC_ASSERT
(COND) \
/xsrc/external/mit/MesaLib/dist/src/util/
macros.h
78
* (which gcc is happy with), so we have to define
STATIC_ASSERT
()
81
# define
STATIC_ASSERT
(COND) do { \
85
/* This version of
STATIC_ASSERT
() relies on VLAs. If COND is
89
# define
STATIC_ASSERT
(COND) do { \
93
# define
STATIC_ASSERT
(COND) do { } while (0)
111
STATIC_ASSERT
(__same_type(*(ptr), ((type *)0)->member) || \
Completed in 8 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026