OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPILER
(Results
1 - 25
of
67
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h
29
/*
COMPILER
() - the
compiler
being used to build the project */
30
#define
COMPILER
(WTF_FEATURE) (defined WTF_COMPILER_##WTF_FEATURE && WTF_COMPILER_##WTF_FEATURE)
32
/* COMPILER_SUPPORTS() - whether the
compiler
being used to build the project supports the given feature. */
35
/* COMPILER_QUIRK() - whether the
compiler
being used to build the project requires a given quirk. */
38
/* ====
COMPILER
() - the
compiler
being used to build the project ==== */
40
/*
COMPILER
(CLANG) - Clang */
46
/* Specific
compiler
features */
70
/*
COMPILER
(MSVC) - Microsoft Visual C++ *
[
all
...]
BitwiseOperations.h
41
#include "wtf/
Compiler
.h"
45
#if
COMPILER
(MSVC)
51
#if
COMPILER
(MSVC)
70
#elif
COMPILER
(GCC)
ByteSwap.h
35
#include "wtf/
Compiler
.h"
39
#if
COMPILER
(MSVC)
47
#if
COMPILER
(MSVC)
58
#if
COMPILER
(CLANG)
Alignment.h
30
#if
COMPILER
(GCC)
33
#elif
COMPILER
(MSVC)
40
#if
COMPILER
(GCC)
StdLibExtras.h
53
#if
COMPILER
(CLANG)
63
#endif //
COMPILER
(CLANG)
78
#if CPU(ARM) &&
COMPILER
(GCC)
134
#if
COMPILER
(GCC)
InstanceCounter.cpp
40
#if
COMPILER
(CLANG)
43
#elif
COMPILER
(GCC)
47
#warning "Extracting typename in a
compiler
other than GCC isn't supported atm"
54
#if
COMPILER
(CLANG) ||
COMPILER
(GCC)
Atomics.h
38
#if
COMPILER
(MSVC)
48
#if
COMPILER
(MSVC)
121
// Only
compiler
barrier is needed.
122
#if
COMPILER
(MSVC)
123
// Starting from Visual Studio 2005
compiler
guarantees acquire and release
136
// Note: This is a function call, which is also an implicit
compiler
barrier.
142
// Fallback to the
compiler
intrinsic on all other platforms.
Assertions.cpp
37
#include "
Compiler
.h"
59
#if
COMPILER
(MSVC)
87
#if
COMPILER
(CLANG)
92
#if
COMPILER
(CLANG)
146
#if
COMPILER
(CLANG) || (
COMPILER
(GCC) && GCC_VERSION_AT_LEAST(4, 6, 0))
179
#if
COMPILER
(CLANG) || (
COMPILER
(GCC) && GCC_VERSION_AT_LEAST(4, 6, 0))
197
// By using this format, which matches the format used by MSVC for
compiler
errors, developers
Assertions.h
43
#include "wtf/
Compiler
.h"
85
#if
COMPILER
(GCC) && !defined(__OBJC__)
144
#if
COMPILER
(GCC)
167
#if
COMPILER
(CLANG)
350
#if
COMPILER
(CLANG)
CPU.h
32
#include "wtf/
Compiler
.h"
162
#if CPU(ARM_NEON) && (!
COMPILER
(GCC) || GCC_VERSION_AT_LEAST(4, 7, 0))
StringExtras.h
47
#if
COMPILER
(MSVC)
48
// FIXME: why a
COMPILER
check instead of OS? also, these should be HAVE checks
MathExtras.h
33
#if
COMPILER
(MSVC)
79
#if
COMPILER
(MSVC) && (_MSC_VER < 1800)
104
#if OS(ANDROID) ||
COMPILER
(MSVC)
119
#if
COMPILER
(MSVC)
201
#endif //
COMPILER
(MSVC)
291
#if
COMPILER
(MSVC)
/external/chromium_org/third_party/WebKit/Source/wtf/os-win32/
stdbool.h
24
#if !
COMPILER
(MSVC)
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DenormalDisabler.h
37
#if OS(WIN) &&
COMPILER
(MSVC)
41
#if
COMPILER
(GCC) && (CPU(X86) || CPU(X86_64))
51
#if OS(WIN) &&
COMPILER
(MSVC)
66
#if OS(WIN) &&
COMPILER
(MSVC)
77
#if OS(WIN) &&
COMPILER
(MSVC) && (!_M_IX86_FP)
87
#if
COMPILER
(GCC) && (CPU(X86) || CPU(X86_64))
/external/compiler-rt/test/tsan/
test_output.sh
20
COMPILER
=$2
24
$
COMPILER
$SRC $CFLAGS -c -o $OBJ
25
$
COMPILER
$OBJ $LDFLAGS -o $EXE
51
COMPILER
=$CXX
53
*.c)
COMPILER
=$CC
55
test_file $c $
COMPILER
&
/external/eigen/bench/btl/generic_bench/utils/
utilities.h
28
# define
COMPILER
"g++" ;
30
# define
COMPILER
"CC" ;
32
# define
COMPILER
"KCC" ;
34
# define
COMPILER
"pgCC" ;
36
# define
COMPILER
"undefined" ;
46
cout << "COMPILED with " <<
COMPILER
;\
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/
Fail.h
8
#if
COMPILER
(CLANG)
/external/chromium_org/third_party/WebKit/Source/platform/heap/
AddressSanitizer.h
55
#if defined(ADDRESS_SANITIZER) && (!OS(WIN) ||
COMPILER
(CLANG))
/external/chromium_org/third_party/WebKit/Source/
config.h
24
/* Include
compiler
specific macros */
25
#include "wtf/
Compiler
.h"
27
#if
COMPILER
(MSVC)
152
#if
COMPILER
(MSVC)
/external/chromium_org/third_party/WebKit/Source/core/dom/
Attribute.h
64
#if
COMPILER
(MSVC)
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
MarkupTokenizerInlines.h
52
#if
COMPILER
(MSVC)
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathByteStreamSource.h
50
#if
COMPILER
(MSVC)
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.h
36
#if
COMPILER
(MSVC)
/external/chromium_org/v8/src/
vm-state-inl.h
26
case
COMPILER
:
27
return "
COMPILER
";
/external/chromium_org/mojo/tools/
mojob.sh
33
Compiler
options (specified before gyp):
88
COMPILER
=clang
95
case "$
COMPILER
" in
170
COMPILER
=clang
173
COMPILER
=gcc
Completed in 1706 milliseconds
1
2
3