OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__has_attribute
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/include/platform/
acgcc.h
203
/* GCC did not support
__has_attribute
until 5.1. */
205
#ifndef
__has_attribute
206
#define
__has_attribute
(x) 0
macro
214
#if
__has_attribute
(__fallthrough__)
233
#if
__has_attribute
(__nonstring__)
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDefs.h
85
#ifndef
__has_attribute
86
# define
__has_attribute
(x) 0
macro
94
# if
__has_attribute
(target)
105
# if
__has_attribute
(no_sanitize)
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h
125
// Older GCCs do not understand
__has_attribute
.
126
#if !defined(
__has_attribute
)
127
# define
__has_attribute
(x) 0
macro
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025