OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__GNUC__
(Results
576 - 600
of
2401
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_annotations.h
49
#if defined(
__GNUC__
) \
50
&& (
__GNUC__
> 4 || (
__GNUC__
== 4 && __GNUC_MINOR__ >= 4)) \
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_annotations.h
49
#if defined(
__GNUC__
) \
50
&& (
__GNUC__
> 4 || (
__GNUC__
== 4 && __GNUC_MINOR__ >= 4)) \
/external/mesa3d/src/egl/main/
eglcompiler.h
71
# elif defined(
__GNUC__
)
98
# if defined(
__GNUC__
) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
115
# elif (!defined
__GNUC__
) && (!defined __xlC__) && \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
config_def.hpp
91
#if BOOST_WORKAROUND(
__GNUC__
, == 2) \
92
|| BOOST_WORKAROUND(
__GNUC__
, == 3) && BOOST_WORKAROUND(__GNUC_MINOR__, < 4) && !defined(__EDG_VERSION__) \
125
# if BOOST_WORKAROUND(
__GNUC__
, == 2) && BOOST_WORKAROUND(__GNUC_MINOR__, BOOST_TESTED_AT(95)) \
/external/chromium_org/third_party/mesa/src/include/CL/
cl_platform.h
238
#if defined(
__GNUC__
)
301
#if defined(
__GNUC__
)
315
#if defined(
__GNUC__
)
349
#if defined(
__GNUC__
)
387
#if defined(
__GNUC__
)
399
#if defined(
__GNUC__
)
413
#if defined(
__GNUC__
) && ! defined( __STRICT_ANSI__ )
426
#if defined(
__GNUC__
) && ! defined( __STRICT_ANSI__ )
439
#if defined(
__GNUC__
) && ! defined( __STRICT_ANSI__ )
458
#if defined(
__GNUC__
) && ! defined( __STRICT_ANSI__
[
all
...]
/external/mesa3d/include/CL/
cl_platform.h
238
#if defined(
__GNUC__
)
301
#if defined(
__GNUC__
)
315
#if defined(
__GNUC__
)
349
#if defined(
__GNUC__
)
387
#if defined(
__GNUC__
)
399
#if defined(
__GNUC__
)
413
#if defined(
__GNUC__
) && ! defined( __STRICT_ANSI__ )
426
#if defined(
__GNUC__
) && ! defined( __STRICT_ANSI__ )
439
#if defined(
__GNUC__
) && ! defined( __STRICT_ANSI__ )
458
#if defined(
__GNUC__
) && ! defined( __STRICT_ANSI__
[
all
...]
/external/bison/darwin-lib/
fcntl.h
21
#if
__GNUC__
>= 3
38
#if !(defined __GLIBC__ || defined __UCLIBC__) || (defined __cplusplus && defined GNULIB_NAMESPACE && !(
__GNUC__
> 4 || (
__GNUC__
== 4 && __GNUC_MINOR__ >= 3)))
57
#if !(defined __GLIBC__ || defined __UCLIBC__) || (defined __cplusplus && defined GNULIB_NAMESPACE && !(
__GNUC__
> 4 || (
__GNUC__
== 4 && __GNUC_MINOR__ >= 3)))
292
# elif
__GNUC__
>= 3 && GNULIB_STRICT_CHECKING
320
# elif
__GNUC__
>= 3 && GNULIB_STRICT_CHECKING
339
# if (
__GNUC__
== 3 && __GNUC_MINOR__ >= 3) ||
__GNUC__
> 3
349
# if 4 <
__GNUC__
|| (__GNUC__ == 4 && 3 <= __GNUC_MINOR__
[
all
...]
getopt.h
22
#if
__GNUC__
>= 3
131
# if (
__GNUC__
== 3 && __GNUC_MINOR__ >= 3) ||
__GNUC__
> 3
/external/bison/linux-lib/
fcntl.h
21
#if
__GNUC__
>= 3
38
#if !(defined __GLIBC__ || defined __UCLIBC__) || (defined __cplusplus && defined GNULIB_NAMESPACE && !(
__GNUC__
> 4 || (
__GNUC__
== 4 && __GNUC_MINOR__ >= 3)))
57
#if !(defined __GLIBC__ || defined __UCLIBC__) || (defined __cplusplus && defined GNULIB_NAMESPACE && !(
__GNUC__
> 4 || (
__GNUC__
== 4 && __GNUC_MINOR__ >= 3)))
292
# elif
__GNUC__
>= 3 && GNULIB_STRICT_CHECKING
320
# elif
__GNUC__
>= 3 && GNULIB_STRICT_CHECKING
339
# if (
__GNUC__
== 3 && __GNUC_MINOR__ >= 3) ||
__GNUC__
> 3
349
# if 4 <
__GNUC__
|| (__GNUC__ == 4 && 3 <= __GNUC_MINOR__
[
all
...]
/external/bison/src/
system.h
86
# if (! defined
__GNUC__
||
__GNUC__
< 2 \
87
|| (
__GNUC__
== 2 && __GNUC_MINOR__ < 5))
94
# if
__GNUC__
< 2 || (
__GNUC__
== 2 && __GNUC_MINOR__ < 7)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
integer_traits.hpp
38
#if defined(
__GNUC__
) && (
__GNUC__
>= 4)
106
#elif defined(__BORLANDC__) || defined(__CYGWIN__) || defined(__MINGW32__) || (defined(__BEOS__) && defined(
__GNUC__
))
111
|| (defined(__OpenBSD__) && defined(
__GNUC__
))\
112
|| (defined(__NetBSD__) && defined(
__GNUC__
))\
113
|| (defined(__FreeBSD__) && defined(
__GNUC__
))\
114
|| (defined(__DragonFly__) && defined(
__GNUC__
))\
115
|| (defined(__hpux) && defined(
__GNUC__
) && (
__GNUC__
== 3) && !defined(__SGI_STL_PORT))
122
#elif defined(__hpux) && defined(
__GNUC__
) && (__GNUC__ == 2) && !defined(__SGI_STL_PORT
[
all
...]
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h
57
#ifdef
__GNUC__
59
((
__GNUC__
== (x) && __GNUC_MINOR__ >= (y)) || \
60
(
__GNUC__
> (x)))
104
#if !defined(
__GNUC__
) && !defined(__lint__)
106
#endif /* !
__GNUC__
&& !__lint__ */
114
#ifndef
__GNUC__
119
#endif /* !
__GNUC__
*/
173
#if defined(
__GNUC__
) && !defined(__STRICT_ANSI__)
257
#ifdef
__GNUC__
265
#endif /*
__GNUC__
*/
[
all
...]
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h
57
#ifdef
__GNUC__
59
((
__GNUC__
== (x) && __GNUC_MINOR__ >= (y)) || \
60
(
__GNUC__
> (x)))
104
#if !defined(
__GNUC__
) && !defined(__lint__)
106
#endif /* !
__GNUC__
&& !__lint__ */
114
#ifndef
__GNUC__
119
#endif /* !
__GNUC__
*/
173
#if defined(
__GNUC__
) && !defined(__STRICT_ANSI__)
257
#ifdef
__GNUC__
265
#endif /*
__GNUC__
*/
[
all
...]
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h
57
#ifdef
__GNUC__
59
((
__GNUC__
== (x) && __GNUC_MINOR__ >= (y)) || \
60
(
__GNUC__
> (x)))
104
#if !defined(
__GNUC__
) && !defined(__lint__)
106
#endif /* !
__GNUC__
&& !__lint__ */
114
#ifndef
__GNUC__
119
#endif /* !
__GNUC__
*/
173
#if defined(
__GNUC__
) && !defined(__STRICT_ANSI__)
257
#ifdef
__GNUC__
265
#endif /*
__GNUC__
*/
[
all
...]
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h
57
#ifdef
__GNUC__
59
((
__GNUC__
== (x) && __GNUC_MINOR__ >= (y)) || \
60
(
__GNUC__
> (x)))
104
#if !defined(
__GNUC__
) && !defined(__lint__)
106
#endif /* !
__GNUC__
&& !__lint__ */
114
#ifndef
__GNUC__
119
#endif /* !
__GNUC__
*/
173
#if defined(
__GNUC__
) && !defined(__STRICT_ANSI__)
257
#ifdef
__GNUC__
265
#endif /*
__GNUC__
*/
[
all
...]
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h
57
#ifdef
__GNUC__
59
((
__GNUC__
== (x) && __GNUC_MINOR__ >= (y)) || \
60
(
__GNUC__
> (x)))
104
#if !defined(
__GNUC__
) && !defined(__lint__)
106
#endif /* !
__GNUC__
&& !__lint__ */
114
#ifndef
__GNUC__
119
#endif /* !
__GNUC__
*/
173
#if defined(
__GNUC__
) && !defined(__STRICT_ANSI__)
257
#ifdef
__GNUC__
265
#endif /*
__GNUC__
*/
[
all
...]
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h
57
#ifdef
__GNUC__
59
((
__GNUC__
== (x) && __GNUC_MINOR__ >= (y)) || \
60
(
__GNUC__
> (x)))
104
#if !defined(
__GNUC__
) && !defined(__lint__)
106
#endif /* !
__GNUC__
&& !__lint__ */
114
#ifndef
__GNUC__
119
#endif /* !
__GNUC__
*/
173
#if defined(
__GNUC__
) && !defined(__STRICT_ANSI__)
257
#ifdef
__GNUC__
265
#endif /*
__GNUC__
*/
[
all
...]
/external/eigen/Eigen/src/Core/util/
Macros.h
21
#ifdef
__GNUC__
22
#define EIGEN_GNUC_AT_LEAST(x,y) ((
__GNUC__
==x && __GNUC_MINOR__>=y) ||
__GNUC__
>x)
27
#ifdef
__GNUC__
28
#define EIGEN_GNUC_AT_MOST(x,y) ((
__GNUC__
==x && __GNUC_MINOR__<=y) ||
__GNUC__
<x)
40
#if defined(
__GNUC__
) && (
__GNUC__
<= 3)
53
#if defined(
__GNUC__
) && !(defined(__i386__) || defined(__x86_64__) || defined(__powerpc__) || defined(__ppc__) || defined(__ia64__))
146
#if (defined
__GNUC__
)
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
compiler.h
94
# if !defined(
__GNUC__
) /* mingw environment */
120
# elif defined(
__GNUC__
)
153
# if (defined(
__GNUC__
) &&
__GNUC__
>= 4) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
177
#if !defined(
__GNUC__
)
182
# ifdef
__GNUC__
199
# elif !defined(
__GNUC__
) && !defined(__xlC__) && \
270
#if defined(WIN32) && !defined(BUILD_FOR_SNAP)/* was: !defined(
__GNUC__
) && !defined( VMS ) && !defined( __INTEL_COMPILER )*/
322
#if (
__GNUC__
>= 3)
337
#if !defined(
__GNUC__
)
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
type_traits.h
73
#if !defined(_MSC_VER) && !(defined(
__GNUC__
) &&
__GNUC__
<= 3)
90
#if !defined(_MSC_VER) && !(defined(
__GNUC__
) &&
__GNUC__
<= 3)
145
#if !defined(_MSC_VER) && !(defined(
__GNUC__
) &&
__GNUC__
<= 3)
206
#if !defined(_MSC_VER) && !(defined(
__GNUC__
) &&
__GNUC__
<= 3)
302
#if !defined(_MSC_VER) && !(defined(
__GNUC__
) &&
__GNUC__
<= 3
[
all
...]
/external/mesa3d/src/mesa/main/
compiler.h
94
# if !defined(
__GNUC__
) /* mingw environment */
120
# elif defined(
__GNUC__
)
153
# if (defined(
__GNUC__
) &&
__GNUC__
>= 4) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
177
#if !defined(
__GNUC__
)
182
# ifdef
__GNUC__
199
# elif !defined(
__GNUC__
) && !defined(__xlC__) && \
270
#if defined(WIN32) && !defined(BUILD_FOR_SNAP)/* was: !defined(
__GNUC__
) && !defined( VMS ) && !defined( __INTEL_COMPILER )*/
322
#if (
__GNUC__
>= 3)
337
#if !defined(
__GNUC__
)
[
all
...]
/external/pixman/pixman/
pixman-compiler.h
13
#if defined (
__GNUC__
)
21
#if defined (
__GNUC__
)
27
#if defined (
__GNUC__
)
79
#elif defined
__GNUC__
|| (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
93
#if defined(
__GNUC__
) &&
__GNUC__
>= 4 && !defined(_WIN32)
/external/chromium/base/
lazy_instance.h
113
#if defined(
__GNUC__
) && (
__GNUC__
> 4 || (
__GNUC__
== 4 && __GNUC_MINOR__ > 2))
/external/chromium_org/third_party/angle/src/common/
debug.h
105
#if !defined(NDEBUG) && (!defined(_MSC_VER) || defined(_CPPRTTI)) && (!defined(
__GNUC__
) ||
__GNUC__
< 4 || (
__GNUC__
== 4 && __GNUC_MINOR__ < 3) || defined(__GXX_RTTI))
/external/chromium_org/third_party/mesa/src/include/KHR/
khrplatform.h
108
#elif (defined(
__GNUC__
) && (
__GNUC__
* 100 + __GNUC_MINOR__) >= 303) \
143
#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || defined(
__GNUC__
) || defined(__SCO__) || defined(__USLC__)
Completed in 2932 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>