Home
last modified time | relevance | path

Searched refs:GCC (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/external/qemu/
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 poison TARGET_PPC
[all …]
/external/clang/test/CodeGenCXX/
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 visibility pop
[all …]
/external/clang/test/Preprocessor/
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', 'wa…
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 diagnos…
29 #pragma GCC diagnostic error "invalid-name" // expected-warning {{pragma diagnostic expected optio…
31 #pragma GCC diagnostic error "-Winvalid-name" // expected-warning {{unknown warning group '-Winval…
Dpragma_diagnostic_output.c3 #pragma GCC diagnostic warning "-Wall"
5 #pragma GCC diagnostic ignored "-Wall"
7 #pragma GCC diagnostic error "-Wall"
9 #pragma GCC diagnostic fatal "-Wall"
11 #pragma GCC diagnostic push
13 #pragma GCC diagnostic pop
Dpragma_poison.c3 #pragma GCC poison rindex
15 #pragma GCC poison rindex2
18 #pragma GCC poison rindex2
/external/clang/test/Parser/
Dpragma-visibility.c3 #pragma GCC visibility foo // expected-warning{{expected identifier in '#pragma visibility' - ignor…
4 #pragma GCC visibility pop foo // expected-warning{{extra tokens at end of '#pragma visibility' - i…
5 #pragma GCC visibility push // expected-warning{{missing '(' after '#pragma visibility'}}
6 #pragma GCC visibility push( // expected-warning{{expected identifier in '#pragma visibility' - ign…
7 #pragma GCC visibility push(hidden // expected-warning{{missing ')' after '#pragma visibility' - ig…
8 #pragma GCC visibility push(hidden)
9 #pragma GCC visibility pop
Dpragma-visibility2.c6 #pragma GCC visibility push(hidden)
11 #pragma GCC visibility pop
/external/clang/test/CodeGen/
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/webkit/Source/JavaScriptCore/wtf/
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)
DTCSpinLock.h37 #if (CPU(X86) || CPU(X86_64) || CPU(PPC)) && (COMPILER(GCC) || COMPILER(MSVC))
65 #if COMPILER(GCC) in Lock()
95 #if COMPILER(GCC) in Unlock()
146 #if COMPILER(GCC) in TCMalloc_SlowLock()
DAtomics.h70 #elif COMPILER(GCC) && !OS(SYMBIAN)
102 #elif COMPILER(GCC) && !CPU(SPARC64) && !OS(SYMBIAN) // sizeof(_Atomic_word) != sizeof(int) on spar…
/external/llvm/tools/bugpoint/
DToolRunner.h39 class GCC {
43 GCC(const sys::Path &gccPath, const sys::Path &RemotePath, in GCC() function
51 static GCC *create(std::string &Message,
127 virtual GCC::FileType OutputCode(const std::string &Bitcode,
132 return GCC::AsmFile;
159 GCC *gcc;
161 CBE(const sys::Path &llcPath, GCC *Gcc, in CBE()
191 virtual GCC::FileType OutputCode(const std::string &Bitcode,
204 GCC *gcc;
207 LLC(const std::string &llcPath, GCC *Gcc, in LLC()
[all …]
DToolRunner.cpp444 GCC::FileType LLC::OutputCode(const std::string &Bitcode, in OutputCode()
483 return UseIntegratedAssembler ? GCC::ObjectFile : GCC::AsmFile; in OutputCode()
504 GCC::FileType FileKind = OutputCode(Bitcode, OutputAsmFile, *Error, Timeout, in ExecuteProgram()
533 GCC *gcc = GCC::create(Message, GCCBinary, GCCArgs); in createLLC()
624 GCC::FileType CBE::OutputCode(const std::string &Bitcode, in OutputCode()
656 return GCC::CFile; in OutputCode()
683 return gcc->ExecuteProgram(OutputCFile.str(), Args, GCC::CFile, in ExecuteProgram()
704 GCC *gcc = GCC::create(Message, GCCBinary, GCCArgs); in createCBE()
729 int GCC::ExecuteProgram(const std::string &ProgramFile, in ExecuteProgram()
877 int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType, in MakeSharedObject()
[all …]
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations2.txt4 Subject: RE: Interesting: GCC passes
11 could do them a translation unit at a time, just as GCC does now. This
15 .c --GCC--> .llvm --llvmopt--> .llvm
39 Does using GCC's backend buy us anything?
41 > It also occurs to me that GCC is probably doing quite a bit of back-end
44 Not really. The irritating part of GCC is that it mixes it all up and
68 GCC as a static compiler.
D2007-OriginalClangReadme.txt89 prototypes, GCC/MS extensions, etc). It cannot be used if it is not 'real'.
96 - Standard GCC options accepted: -E, -I*, -i*, -pedantic, -std=c90, etc.
102 * -E mode works the same way as GCC.
131 III. Current advantages over GCC:
133 * Column numbers are fully tracked (no 256 col limit, no GCC-style pruning).
140 * mmap's code in read-only, does not dirty the pages like GCC (mem footprint).
143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing
165 * Source character mapping. GCC supports ASCII and UTF-8.
166 See GCC options: -ftarget-charset and -ftarget-wide-charset.
167 * Universal character support. Experimental in GCC, enabled with
/external/bison/tests/
Datlocal.in14 # Is the compiler GCC?
15 GCC='@GCC@'
Datlocal14 # Is the compiler GCC?
15 GCC='yes'
/external/e2fsprogs/config/
Dconfig.rpath48 if test "$GCC" = yes; then
100 if test "$GCC" != yes; then
168 if test "$GCC" = yes; then
195 if test "$GCC" = yes; then
298 if test "$GCC" = yes; then
374 case $GCC,$host_os in
/external/elfutils/config/
Dconfig.rpath48 if test "$GCC" = yes; then
100 if test "$GCC" != yes; then
168 if test "$GCC" = yes; then
195 if test "$GCC" = yes; then
298 if test "$GCC" = yes; then
374 case $GCC,$host_os in
/external/bison/build-aux/
Dconfig.rpath53 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
/external/webkit/Source/ThirdParty/ANGLE/Configurations/
DBase.xcconfig27 // Use GCC 4.2 with Xcode 3.1, which includes GCC 4.2 but defaults to GCC 4.0.
/external/clang/test/SemaObjC/
Dproperty-11.m25 // GCC does *not* warn about the following. Since foo/setFoo: are not in the
27 // For now, we will support GCC's behavior (sigh).
/external/chromium/sdch/open-vcdiff/
Dconfigure.ac16 AM_CONDITIONAL(GCC, test "$GCC" = yes) # let the Makefile know if we're gcc condition
35 if test "$GCC" = "yes"; then
/external/clang/test/Sema/
Dformat-strings.c132 #pragma GCC diagnostic ignored "-Wformat-nonliteral"
133 #pragma GCC diagnostic warning "-Wformat-security"
347 #pragma GCC diagnostic warning "-Wformat"
348 #pragma GCC diagnostic ignored "-Wformat-security"
/external/icu4c/
Daclocal.m416 if test "$GCC" = yes; then
22 if test "$GCC" = yes; then
28 if test "$GCC" = yes; then
35 if test "$GCC" = yes; then
45 if test "$GCC" = yes; then
51 if test "$GCC" = yes; then
88 if test "$GCC" != yes && test -n "`link --version 2>&1 | grep 'GNU coreutils'`"; then
245 if test "$GCC" = yes; then
379 if test "$GCC" = yes; then
452 if test "$GCC" = yes

12345678910>>...14