Home
last modified time | relevance | path

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

12345678910>>...19

/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)
23 #pragma GCC visibility pop
27 #pragma GCC visibility push(hidden)
30 #pragma GCC visibility pop
34 #pragma GCC visibility push(hidden)
38 #pragma GCC visibility pop
[all …]
Dpr11797.cpp4 #pragma GCC visibility push(default)
7 #pragma GCC visibility pop
Dvisibility.cpp46 #pragma GCC visibility push(hidden)
52 #pragma GCC visibility pop
978 #pragma GCC visibility push(hidden)
992 #pragma GCC visibility pop
1006 #pragma GCC visibility push(hidden)
1013 #pragma GCC visibility pop
1045 #pragma GCC visibility push(hidden)
1056 #pragma GCC visibility pop
1062 #pragma GCC visibility push(hidden)
1072 #pragma GCC visibility pop
/external/clang/test/SemaCXX/
Dpragma-visibility.cpp4 #pragma GCC visibility pop // expected-error{{#pragma visibility pop with no matching #pragma visib…
9 #pragma GCC visibility push(protected) // expected-error{{#pragma visibility push with no matching …
12 #pragma GCC visibility pop // expected-error{{#pragma visibility pop with no matching #pragma visib…
16 #pragma GCC visibility push(protected)
17 #pragma GCC visibility pop
21 #pragma GCC visibility push(protected) in f()
22 #pragma GCC visibility pop in f()
26 #pragma GCC visibility push(hidden)
29 #pragma GCC visibility pop
/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-error {{expected string literal 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/include/clang/Basic/
DObjCRuntime.h46 GCC, enumerator
79 case GCC: return false; in isNonFragile()
114 case GCC: in isGNUFamily()
135 case GCC: return false; in allowsARC()
153 case GCC: return false; in hasNativeARC()
200 case GCC: return true; in hasSubscripting()
219 case GCC: in allowsPointerArithmetic()
244 case GCC: return false; in hasTerminate()
257 case GCC: return true; in hasWeakClassImport()
270 case GCC: return true; in hasUnwindExceptions()
/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/eigen/doc/
DD03_WrongStackAlignment.dox5 <h4>It appears that this was a GCC bug that has been fixed in GCC 4.5.
6 If you hit this issue, please upgrade to GCC 4.5 and report to us, so we can update this page.</h4>
8 This is an issue that, so far, we met only with GCC on Windows: for instance, MinGW and TDM-GCC.
20 GCC assumes that the stack is already 16-byte-aligned so that the object \a q will be created at a …
22 …the stack is only guaranteed to have 4-byte alignment. Indeed, even though GCC takes care of align…
35 …tml#Function-Attributes">this GCC documentation</a> to understand what this does. Of course this s…
40 …on is to edit your project so that when compiling with GCC on Windows, you pass this option to GCC:
44 Explanation: this tells GCC that the stack is only required to be aligned to 2^2=4 bytes, so that G…
/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()
/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,
128 virtual GCC::FileType OutputCode(const std::string &Bitcode,
133 return GCC::AsmFile;
160 GCC *gcc;
162 CBE(const sys::Path &llcPath, GCC *Gcc, in CBE()
192 virtual GCC::FileType OutputCode(const std::string &Bitcode,
205 GCC *gcc;
208 LLC(const std::string &llcPath, GCC *Gcc, in LLC()
[all …]
/external/bison/m4/
Dextern-inline.m415 It suppresses GCC's bogus "no previous prototype for 'FOO'" diagnostic,
33 /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */
49 _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
52 _Pragma ("GCC diagnostic push") \
53 _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
54 _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
57 _Pragma ("GCC diagnostic pop")
Dfpieee.m431 # and the GCC 4.1.2 manual).
37 if test -n "$GCC"; then
38 # GCC has the option -mieee.
48 if test -n "$GCC"; then
49 # GCC has the option -mieee.
/external/clang/lib/Headers/
Dunwind.h46 # pragma GCC visibility push(default)
48 # pragma GCC visibility pop
66 #pragma GCC visibility push(default)
124 #pragma GCC visibility pop
/external/llvm/docs/
DGettingStarted.rst121 |AuroraUX | x86\ :sup:`1` | GCC |
123 |Linux | x86\ :sup:`1` | GCC |
125 |Linux | amd64 | GCC |
127 |Linux | ARM\ :sup:`13` | GCC |
129 |Solaris | V9 (Ultrasparc) | GCC |
131 |FreeBSD | x86\ :sup:`1` | GCC |
133 |FreeBSD | amd64 | GCC |
135 |MacOS X\ :sup:`2`| PowerPC | GCC |
137 |MacOS X\ :sup:`9`| x86 | GCC |
139 |Cygwin/Win32 | x86\ :sup:`1, 8, 11` | GCC 3.4.X, binutils 2.20|
[all …]
/external/clang/test/CodeGenObjC/
Dprop-metadata-gnu.m1 …N: %clang -S -emit-llvm %s -o - -x objective-c -fobjc-runtime=gcc | FileCheck --check-prefix=GCC %s
2 …g -S -emit-llvm %s -o - -x objective-c -fobjc-runtime=gnustep-1.5 | FileCheck --check-prefix=GCC %s
14 // GCC-NOT: Ti,VvarName
/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/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/clang/docs/
DPTHInternals.rst54 Unlike GCC's precompiled headers, which cache the full ASTs and
84 Further, compared to GCC's PCH implementation (which is the dominate
90 In contrast to GCC's PCH files (and
97 architectures. In contrast, GCC requires a PCH file for each
106 Similar to GCC, Clang reads PTH files
110 memory-mapped PTH file. In comparison, GCC also memory maps its PCH
118 of the time needed to generate GCC's PCH files. Since PTH/PCH
124 handicaps compared to other PCH strategies such as those used by GCC.
128 GCC to process a precompiled header is (theoretically) constant (the
132 process during actual compilation. While GCC's particular implementation

12345678910>>...19