OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FALLTHROUGH
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/libfido2/dist/src/
fallthrough.h
12
#if __has_attribute(
fallthrough
)
13
#define
FALLTHROUGH
__attribute__((
fallthrough
));
17
#ifndef
FALLTHROUGH
18
#define
FALLTHROUGH
/*
FALLTHROUGH
*/
/src/external/mpl/bind/dist/lib/isc/include/isc/
attributes.h
94
#if __has_c_attribute(
fallthrough
)
95
#define
FALLTHROUGH
[[
fallthrough
]]
97
#define
FALLTHROUGH
__attribute__((
fallthrough
))
100
#define
FALLTHROUGH
do {} while (0) /*
FALLTHROUGH
*/
/src/external/gpl3/gdb/dist/gnulib/import/
attribute.h
150
#define
FALLTHROUGH
_GL_ATTRIBUTE_FALLTHROUGH
fnmatch.c
68
# define
FALLTHROUGH
__attribute__ ((__fallthrough__))
70
# define
FALLTHROUGH
((void) 0)
/src/external/gpl3/gdb.old/dist/gnulib/import/
attribute.h
150
#define
FALLTHROUGH
_GL_ATTRIBUTE_FALLTHROUGH
fnmatch.c
68
# define
FALLTHROUGH
__attribute__ ((__fallthrough__))
70
# define
FALLTHROUGH
((void) 0)
/src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
util.h
71
#if __has_c_attribute(
fallthrough
)
72
#define
FALLTHROUGH
[[
fallthrough
]]
74
#define
FALLTHROUGH
__attribute__((
fallthrough
))
77
#define
FALLTHROUGH
do {} while (0) /*
FALLTHROUGH
*/
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h
262
#if __has_cpp_attribute(clang::
fallthrough
)
263
# define
FALLTHROUGH
[[clang::
fallthrough
]]
264
#elif __has_cpp_attribute(
fallthrough
)
265
# define
FALLTHROUGH
[[
fallthrough
]]
267
# define
FALLTHROUGH
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h
267
#if __has_cpp_attribute(clang::
fallthrough
)
268
# define
FALLTHROUGH
[[clang::
fallthrough
]]
270
# define
FALLTHROUGH
Completed in 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026