Searched refs:GCC (Results 1 - 25 of 112) sorted by relevance

12345

/external/qemu/
H A Dpoison.h8 #pragma GCC poison TARGET_I386
9 #pragma GCC poison TARGET_X86_64
10 #pragma GCC poison TARGET_ALPHA
11 #pragma GCC poison TARGET_ARM
12 #pragma GCC poison TARGET_CRIS
13 #pragma GCC poison TARGET_LM32
14 #pragma GCC poison TARGET_M68K
15 #pragma GCC poison TARGET_MIPS
16 #pragma GCC poison TARGET_MIPS64
17 #pragma GCC poiso
[all...]
/external/clang/test/Preprocessor/
H A Dpragma_diagnostic.c7 #pragma GCC diagnostic warning "-Wundef"
12 #pragma GCC diagnostic ignored "-Wun" "def"
17 #pragma GCC diagnostic error "-Wundef"
24 #pragma GCC diagnostic foo "-Wundef" // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}}
26 #pragma GCC diagnostic error 42 // expected-warning {{unexpected token in pragma diagnostic}}
28 #pragma GCC diagnostic error "-Wundef" 42 // expected-warning {{unexpected token in pragma diagnostic}}
29 #pragma GCC diagnostic error "invalid-name" // expected-warning {{pragma diagnostic expected option name (e.g. "-Wundef")}}
31 #pragma GCC diagnostic error "-Winvalid-name" // expected-warning {{unknown warning group '-Winvalid-name', ignored}}
H A Dpragma_sysheader.h1 #pragma GCC system_header
H A Dpragma_diagnostic_output.c2 // CHECK: #pragma GCC diagnostic warning "-Wall"
3 #pragma GCC diagnostic warning "-Wall"
4 // CHECK: #pragma GCC diagnostic ignored "-Wall"
5 #pragma GCC diagnostic ignored "-Wall"
6 // CHECK: #pragma GCC diagnostic error "-Wall"
7 #pragma GCC diagnostic error "-Wall"
8 // CHECK: #pragma GCC diagnostic fatal "-Wall"
9 #pragma GCC diagnostic fatal "-Wall"
10 // CHECK: #pragma GCC diagnostic push
11 #pragma GCC diagnosti
[all...]
H A Dpragma_poison.c3 #pragma GCC poison rindex
6 #define BAR _Pragma ("GCC poison XYZW") XYZW /*NO ERROR*/
15 #pragma GCC poison rindex2
18 #pragma GCC poison rindex2
H A Dmacro_paste_bad.c8 // GCC PR 20077
27 #pragma GCC poison BLARG
/external/clang/test/Parser/
H A Dpragma-visibility.c3 #pragma GCC visibility foo // expected-warning{{expected identifier in '#pragma visibility' - ignored}}
4 #pragma GCC visibility pop foo // expected-warning{{extra tokens at end of '#pragma visibility' - ignored}}
5 #pragma GCC visibility push // expected-warning{{missing '(' after '#pragma visibility'}}
6 #pragma GCC visibility push( // expected-warning{{expected identifier in '#pragma visibility' - ignored}}
7 #pragma GCC visibility push(hidden // expected-warning{{missing ')' after '#pragma visibility' - ignoring}}
8 #pragma GCC visibility push(hidden)
9 #pragma GCC visibility pop
H A Dpragma-visibility2.c6 #pragma GCC visibility push(hidden)
11 #pragma GCC visibility pop
16 _Pragma("GCC visibility push(hidden)");
/external/clang/test/CodeGen/
H A Dpragma-visibility.c3 #pragma GCC visibility push(hidden)
8 #pragma GCC visibility pop
12 #pragma GCC visibility push(hidden)
16 #pragma GCC visibility pop
18 #pragma GCC visibility push(hidden)
/external/clang/test/CodeGenCXX/
H A Dpragma-visibility.cpp3 #pragma GCC visibility push(hidden)
7 #pragma GCC visibility pop
11 #pragma GCC visibility push(hidden)
17 #pragma GCC visibility pop
19 #pragma GCC visibility push(hidden)
25 #pragma GCC visibility pop
27 #pragma GCC visibility push(hidden)
31 #pragma GCC visibility pop
35 #pragma GCC visibility push(hidden)
38 #pragma GCC visibilit
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DAlwaysInline.h24 #if COMPILER(GCC) && defined(NDEBUG) && !COMPILER(MINGW)
34 #if COMPILER(GCC)
44 #if COMPILER(GCC) || (RVCT_VERSION_AT_LEAST(3, 0, 0, 0) && defined(__GNUC__))
52 #if COMPILER(GCC) || (RVCT_VERSION_AT_LEAST(3, 0, 0, 0) && defined(__GNUC__))
60 #if COMPILER(GCC)
H A DExportMacros.h35 #if !PLATFORM(CHROMIUM) && OS(WINDOWS) && !COMPILER(GCC)
H A DAlignment.h26 #if COMPILER(GCC) || COMPILER(MINGW) || COMPILER(RVCT) || COMPILER(WINSCW)
H A DAtomics.h70 #elif COMPILER(GCC) && !OS(SYMBIAN)
102 #elif COMPILER(GCC) && !CPU(SPARC64) && !OS(SYMBIAN) // sizeof(_Atomic_word) != sizeof(int) on sparc64 gcc
H A DTCSpinLock.h37 #if (CPU(X86) || CPU(X86_64) || CPU(PPC)) && (COMPILER(GCC) || COMPILER(MSVC))
65 #if COMPILER(GCC)
95 #if COMPILER(GCC)
146 #if COMPILER(GCC)
/external/chromium/sdch/open-vcdiff/
H A Dconfigure.ac16 AM_CONDITIONAL(GCC, test "$GCC" = yes) # let the Makefile know if we're gcc
35 if test "$GCC" = "yes"; then
/external/webkit/Tools/WebKitAPITest/
H A Dconfig.h44 #if OS(WINDOWS) && !COMPILER(GCC) && !defined(BUILDING_WX__)
/external/llvm/tools/bugpoint/
H A DToolRunner.h37 // GCC abstraction
39 class GCC { class in namespace:llvm
42 std::vector<std::string> gccArgs; // GCC-specific arguments.
43 GCC(const sys::Path &gccPath, const sys::Path &RemotePath, function in class:llvm::GCC
51 static GCC *create(std::string &Message,
124 /// understood by the GCC driver (either C or asm). If the code generator
127 virtual GCC::FileType OutputCode(const std::string &Bitcode,
132 return GCC::AsmFile;
159 GCC *gcc;
161 CBE(const sys::Path &llcPath, GCC *Gc
[all...]
/external/chromium/sdch/open-vcdiff/testdata/
H A Dconfigure.ac.v0.116 AM_CONDITIONAL(GCC, test "$GCC" = yes) # let the Makefile know if we're gcc
H A Dconfigure.ac.v0.216 AM_CONDITIONAL(GCC, test "$GCC" = yes) # let the Makefile know if we're gcc
/external/webkit/Tools/DumpRenderTree/chromium/
H A Dconfig.h47 #if OS(WINDOWS) && !COMPILER(GCC)
/external/webkit/Tools/WebKitTestRunner/
H A Dconfig.h44 #if OS(WINDOWS) && !COMPILER(GCC) && !defined(BUILDING_WX__)
/external/webkit/Source/WebCore/platform/graphics/filters/arm/
H A DFELightingNEON.h32 #if CPU(ARM_NEON) && COMPILER(GCC)
94 #endif // CPU(ARM_NEON) && COMPILER(GCC)
/external/protobuf/
H A Dconfigure.ac48 AM_CONDITIONAL(GCC, test "$GCC" = yes) # let the Makefile know if we're gcc
50 # test_util.cc takes forever to compile with GCC and optimization turned on.
53 AS_IF([test "$GCC" = "yes"],[
/external/bison/build-aux/
H A Dconfig.rpath17 # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
53 if test "$GCC" = yes; then
136 if test "$GCC" != yes; then
248 if test "$GCC" = yes; then
276 if test "$GCC" = yes; then
336 if test "$GCC" = yes ; then
438 if test "$GCC" = yes; then

Completed in 1234 milliseconds

12345