OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mdns_compile_time_check
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSShared/
general.h
552
#define
mdns_compile_time_check
(EXPRESSION, MESSAGE) _Static_assert(EXPRESSION, MESSAGE)
macro
554
#define
mdns_compile_time_check
(EXPRESSION, MESSAGE) static_assert(EXPRESSION, MESSAGE)
macro
556
#define
mdns_compile_time_check
(EXPRESSION, MESSAGE) \
macro
559
#define
mdns_compile_time_check
(EXPRESSION, MESSAGE) \
macro
572
* scope, use `
mdns_compile_time_check
()`.
601
mdns_compile_time_check
(sizeof(TYPE) <= MAX_SIZE, "The size of " # TYPE " exceeds max size of '" # MAX_SIZE "'.")
849
mdns_compile_time_check
(mdns_sizeof_member(STRUCT_TYPE, _mdns_unused_padding) < _Alignof(STRUCT_TYPE), \
general.h
552
#define
mdns_compile_time_check
(EXPRESSION, MESSAGE) _Static_assert(EXPRESSION, MESSAGE)
macro
554
#define
mdns_compile_time_check
(EXPRESSION, MESSAGE) static_assert(EXPRESSION, MESSAGE)
macro
556
#define
mdns_compile_time_check
(EXPRESSION, MESSAGE) \
macro
559
#define
mdns_compile_time_check
(EXPRESSION, MESSAGE) \
macro
572
* scope, use `
mdns_compile_time_check
()`.
601
mdns_compile_time_check
(sizeof(TYPE) <= MAX_SIZE, "The size of " # TYPE " exceeds max size of '" # MAX_SIZE "'.")
849
mdns_compile_time_check
(mdns_sizeof_member(STRUCT_TYPE, _mdns_unused_padding) < _Alignof(STRUCT_TYPE), \
Completed in 181 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026