OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPILER_GCC
(Results
1 - 15
of
15
) sorted by null
/external/pdfium/third_party/base/
compiler_specific.h
86
#if defined(
COMPILER_GCC
) || defined(__clang__)
95
#if defined(
COMPILER_GCC
)
103
#if
COMPILER_GCC
&& defined(NDEBUG)
117
#elif defined(
COMPILER_GCC
)
126
#elif defined(
COMPILER_GCC
)
135
#if defined(
COMPILER_GCC
) || defined(__clang__)
146
#if defined(
COMPILER_GCC
) || defined(__clang__)
210
#if defined(
COMPILER_GCC
)
214
#endif // defined(
COMPILER_GCC
)
218
#if defined(
COMPILER_GCC
)
[
all
...]
bits.h
79
#elif defined(
COMPILER_GCC
)
/external/libchrome/base/
compiler_specific.h
74
#if defined(
COMPILER_GCC
) || defined(__clang__)
83
#if defined(
COMPILER_GCC
)
91
#if
COMPILER_GCC
&& defined(NDEBUG)
122
#elif defined(
COMPILER_GCC
)
131
#if defined(
COMPILER_GCC
) || defined(__clang__)
142
#if defined(
COMPILER_GCC
) || defined(__clang__)
206
#if defined(
COMPILER_GCC
) || defined(__clang__)
210
#endif // defined(
COMPILER_GCC
)
214
#if defined(
COMPILER_GCC
) || defined(__clang__)
218
#endif // defined(
COMPILER_GCC
)
[
all
...]
no_destructor_unittest.cc
69
#if !defined(
COMPILER_GCC
) && !defined(__clang__)
cpu_unittest.cc
30
#if defined(
COMPILER_GCC
)
125
#endif // defined(
COMPILER_GCC
)
location.cc
53
#elif defined(
COMPILER_GCC
) && !defined(OS_NACL)
bits.h
116
#elif defined(
COMPILER_GCC
)
logging.h
528
#if defined(
COMPILER_GCC
)
[
all
...]
/external/tensorflow/tensorflow/core/platform/
prefetch.h
47
// Check of
COMPILER_GCC
macro below is kept only for backward-compatibility
49
#if defined(__llvm__) || defined(
COMPILER_GCC
) || defined(COMPILER_GCC3)
/external/google-benchmark/src/
internal_macros.h
24
#if !defined(
COMPILER_GCC
)
25
#define
COMPILER_GCC
86
#if defined(COMPILER_CLANG) || defined(
COMPILER_GCC
)
/external/libcxx/utils/google-benchmark/src/
internal_macros.h
24
#if !defined(
COMPILER_GCC
)
25
#define
COMPILER_GCC
84
#if defined(COMPILER_CLANG) || defined(
COMPILER_GCC
)
/external/pdfium/third_party/build/
build_config.h
11
// COMPILER_MSVC /
COMPILER_GCC
93
#define
COMPILER_GCC
1
171
#elif defined(OS_POSIX) && defined(
COMPILER_GCC
) && defined(__WCHAR_MAX__) && \
174
#elif defined(OS_POSIX) && defined(
COMPILER_GCC
) && defined(__WCHAR_MAX__) && \
/external/pdfium/third_party/base/allocator/partition_allocator/
spin_lock.cc
26
#elif defined(
COMPILER_GCC
) || defined(__clang__)
/external/libchrome/build/
build_config.h
11
// COMPILER_MSVC /
COMPILER_GCC
130
#define
COMPILER_GCC
1
217
#elif defined(OS_POSIX) && defined(
COMPILER_GCC
) && defined(__WCHAR_MAX__) && \
220
#elif defined(OS_POSIX) && defined(
COMPILER_GCC
) && defined(__WCHAR_MAX__) && \
/external/autotest/client/deps/glbench/src/
utils.h
117
#if defined(
COMPILER_GCC
) || defined(__clang__)
121
#endif // defined(
COMPILER_GCC
)
Completed in 288 milliseconds