OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__has_builtin
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Preprocessor/
feature_tests.c
12
#if !
__has_builtin
(__builtin_huge_val) || \
13
!
__has_builtin
(__builtin_shufflevector) || \
14
!
__has_builtin
(__builtin_trap) || \
15
!
__has_builtin
(__c11_atomic_init) || \
21
#if
__has_builtin
(__builtin_insanity)
31
#if !
__has_builtin
(__builtin_ia32_emms) || \
32
__has_builtin
(__builtin_altivec_abs_v4sf)
36
// Macro expansion does not occur in the parameter to
__has_builtin
,
43
#if
__has_builtin
(MY_ALIAS_BUILTIN) || __has_feature(MY_ALIAS_FEATURE)
49
#define HAS_BUILTIN(X)
__has_builtin
(X
[
all
...]
/external/compiler-rt/lib/
int_math.h
24
#ifndef
__has_builtin
25
# define
__has_builtin
(x) 0
macro
37
#if
__has_builtin
(__builtin_isfinite)
Completed in 190 milliseconds