OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__has_builtin
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/util/
macros.h
36
/* For compatibility with Clang's
__has_builtin
() */
37
#ifndef
__has_builtin
38
# define
__has_builtin
(x) 0
macro
94
#if
__has_builtin
(__builtin_assume)
/xsrc/external/mit/MesaLib/dist/src/util/
macros.h
40
/* For compatibility with Clang's
__has_builtin
() */
41
#ifndef
__has_builtin
42
# define
__has_builtin
(x) 0
macro
122
#if defined(HAVE___BUILTIN_UNREACHABLE) ||
__has_builtin
(__builtin_unreachable)
142
#if
__has_builtin
(__builtin_assume)
xxhash.h
570
#ifndef
__has_builtin
571
# define
__has_builtin
(x) 0
macro
574
#if !defined(NO_CLANG_BUILTIN) &&
__has_builtin
(__builtin_rotateleft32) &&
__has_builtin
(__builtin_rotateleft64)
/xsrc/external/mit/pixman/dist/test/utils/
utils-prng.c
203
#ifndef
__has_builtin
204
#define
__has_builtin
(x) 0
macro
208
# if
__has_builtin
(__builtin_shufflevector)
/xsrc/external/mit/brotli/dist/c/include/brotli/
port.h
213
#if defined(
__has_builtin
)
215
__has_builtin
(builtin)
/xsrc/external/mit/libxcb/dist/src/
xcb_util.c
65
#ifndef
__has_builtin
66
# define
__has_builtin
(x) 0
macro
71
#if
__has_builtin
(__builtin_popcount)
Completed in 20 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026