HomeSort by relevance Sort by last modified time
    Searched refs:__GNUC_PREREQ (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/Support/
Compiler.h 36 /// \macro __GNUC_PREREQ
37 /// \brief Defines __GNUC_PREREQ if glibc's features.h isn't available.
38 #ifndef __GNUC_PREREQ
40 # define __GNUC_PREREQ(maj, min) \
43 # define __GNUC_PREREQ(maj, min) 0
131 #if (__has_attribute(visibility) || __GNUC_PREREQ(4, 0)) && \
138 #if __has_attribute(used) || __GNUC_PREREQ(3, 1)
144 #if __has_attribute(warn_unused_result) || __GNUC_PREREQ(3, 4)
158 #if __has_attribute(unused) || __GNUC_PREREQ(3, 1)
165 #if (__has_attribute(weak) || __GNUC_PREREQ(4, 0)) &&
    [all...]
MathExtras.h 84 #if __has_builtin(__builtin_ctz) || __GNUC_PREREQ(4, 0)
99 #if __has_builtin(__builtin_ctzll) || __GNUC_PREREQ(4, 0)
150 #if __has_builtin(__builtin_clz) || __GNUC_PREREQ(4, 0)
165 #if __has_builtin(__builtin_clzll) || __GNUC_PREREQ(4, 0)
  /bionic/libc/include/sys/
cdefs.h 66 * #if __GNUC_PREREQ(major, minor)
73 #define __GNUC_PREREQ(x, y) \
77 #define __GNUC_PREREQ(x, y) 0
169 #if !__GNUC_PREREQ(2, 0)
181 #if !__GNUC_PREREQ(2, 5)
195 #if __GNUC_PREREQ(2, 7)
203 #if __GNUC_PREREQ(3, 1)
209 #if __GNUC_PREREQ(2, 7)
223 #if !__GNUC_PREREQ(2, 8)
227 #if __GNUC_PREREQ(2, 8
    [all...]
  /external/bison/darwin-lib/
getopt.h 116 # ifndef __GNUC_PREREQ
117 # define __GNUC_PREREQ(maj, min) (0)
119 # if defined __cplusplus && __GNUC_PREREQ (2,8)
  /external/bison/lib/
getopt.in.h 115 # ifndef __GNUC_PREREQ
116 # define __GNUC_PREREQ(maj, min) (0)
118 # if defined __cplusplus && __GNUC_PREREQ (2,8)
  /external/chromium_org/third_party/opus/src/celt/
ecintrin.h 67 #elif __GNUC_PREREQ(3,4)
arch.h 40 # if !defined(__GNUC_PREREQ)
42 # define __GNUC_PREREQ(_maj,_min) \
45 # define __GNUC_PREREQ(_maj,_min) 0
  /external/libopus/celt/
ecintrin.h 67 #elif __GNUC_PREREQ(3,4)
arch.h 40 # if !defined(__GNUC_PREREQ)
42 # define __GNUC_PREREQ(_maj,_min) \
45 # define __GNUC_PREREQ(_maj,_min) 0
  /bionic/libm/include/
math.h 39 #if __GNUC_PREREQ(3, 3) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800)
43 #if __GNUC_PREREQ(3, 0) && !defined(__INTEL_COMPILER)
  /bionic/libc/include/
stdatomic.h 42 # if __GNUC_PREREQ(4, 7)
163 # if __GNUC_PREREQ(4, 7)
  /bionic/tests/
stdatomic_test.cpp 67 #if defined(__clang__) || __GNUC_PREREQ(4, 7)
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c     [all...]
  /external/libopus/tests/
test_opus_api.c     [all...]

Completed in 2641 milliseconds