HomeSort by relevance Sort by last modified time
    Searched refs:GCC (Results 1 - 25 of 777) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/Inputs/
warn-new-overaligned-3.h 1 #pragma GCC system_header
  /external/qemu/
poison.h 8 #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_PP
    [all...]
  /external/clang/test/Preprocessor/
pragma_diagnostic.c 7 #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-error {{expected string literal 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}}
pragma_sysheader.h 1 #pragma GCC system_header
pragma_diagnostic_output.c 2 // 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 diagnostic pus
    [all...]
  /external/clang/test/Parser/
pragma-visibility.c 3 #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
pragma-visibility2.c 6 #pragma GCC visibility push(hidden)
11 #pragma GCC visibility pop
16 _Pragma("GCC visibility push(hidden)");
  /external/clang/test/CodeGenCXX/
pr11797.cpp 4 #pragma GCC visibility push(default)
7 #pragma GCC visibility pop
pragma-visibility.cpp 3 #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 po
    [all...]
  /external/skia/src/gpu/gl/mesa/
osmesa_wrapper.h 12 // of gcc (4.2.1) that does not support the diagnostic pragma to disable a
13 // warning (added in 4.2.4). So we use the system_header pragma to shut GCC
15 #pragma GCC system_header
  /external/clang/test/SemaCXX/
pragma-visibility.cpp 4 #pragma GCC visibility pop // expected-error{{#pragma visibility pop with no matching #pragma visibility push}}
7 // GCC 4.6 accepts this, but the "hidden" leaks past the namespace end.
9 #pragma GCC visibility push(protected) // expected-error{{#pragma visibility push with no matching #pragma visibility pop}}
12 #pragma GCC visibility pop // expected-error{{#pragma visibility pop with no matching #pragma visibility push}}
16 #pragma GCC visibility push(protected)
17 #pragma GCC visibility pop
21 #pragma GCC visibility push(protected)
22 #pragma GCC visibility pop
26 #pragma GCC visibility push(hidden)
29 #pragma GCC visibility po
    [all...]
auto-pragma.cpp 8 #pragma GCC visibility push(hidden)
  /external/clang/test/CodeGen/
pragma-visibility.c 3 #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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
cxxabi_forced.h 5 // This file is part of GCC.
7 // GCC is free software; you can redistribute it and/or modify
12 // GCC is distributed in the hope that it will be useful,
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
34 #pragma GCC system_header
36 #pragma GCC visibility push(default)
58 #pragma GCC visibility pop
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
cxxabi_forced.h 5 // This file is part of GCC.
7 // GCC is free software; you can redistribute it and/or modify
12 // GCC is distributed in the hope that it will be useful,
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
34 #pragma GCC system_header
36 #pragma GCC visibility push(default)
58 #pragma GCC visibility pop
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
cxxabi_forced.h 5 // This file is part of GCC.
7 // GCC is free software; you can redistribute it and/or modify
12 // GCC is distributed in the hope that it will be useful,
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
34 #pragma GCC system_header
36 #pragma GCC visibility push(default)
58 #pragma GCC visibility pop
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
cxxabi_forced.h 5 // This file is part of GCC.
7 // GCC is free software; you can redistribute it and/or modify
12 // GCC is distributed in the hope that it will be useful,
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
34 #pragma GCC system_header
36 #pragma GCC visibility push(default)
58 #pragma GCC visibility pop
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi-forced.h 5 // This file is part of GCC.
7 // GCC is free software; you can redistribute it and/or modify
12 // GCC is distributed in the hope that it will be useful,
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
29 #pragma GCC visibility push(default)
49 #pragma GCC visibility pop
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi-forced.h 5 // This file is part of GCC.
7 // GCC is free software; you can redistribute it and/or modify
12 // GCC is distributed in the hope that it will be useful,
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
29 #pragma GCC visibility push(default)
49 #pragma GCC visibility pop
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi-forced.h 5 // This file is part of GCC.
7 // GCC is free software; you can redistribute it and/or modify
12 // GCC is distributed in the hope that it will be useful,
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
29 #pragma GCC visibility push(default)
49 #pragma GCC visibility pop
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi-forced.h 5 // This file is part of GCC.
7 // GCC is free software; you can redistribute it and/or modify
12 // GCC is distributed in the hope that it will be useful,
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
29 #pragma GCC visibility push(default)
49 #pragma GCC visibility pop
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi-forced.h 5 // This file is part of GCC.
7 // GCC is free software; you can redistribute it and/or modify
12 // GCC is distributed in the hope that it will be useful,
18 // permissions described in the GCC Runtime Library Exception, version
22 // a copy of the GCC Runtime Library Exception along with this program;
29 #pragma GCC visibility push(default)
49 #pragma GCC visibility pop
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr.h 2 /* Compile this one with gcc. */
6 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify it under
13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
19 permissions described in the GCC Runtime Library Exception, version
23 a copy of the GCC Runtime Library Exception along with this program;
31 #pragma GCC visibility push(default)
153 #pragma GCC visibility pop
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr.h 2 /* Compile this one with gcc. */
6 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify it under
13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
19 permissions described in the GCC Runtime Library Exception, version
23 a copy of the GCC Runtime Library Exception along with this program;
31 #pragma GCC visibility push(default)
153 #pragma GCC visibility pop
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr.h 2 /* Compile this one with gcc. */
6 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify it under
13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
19 permissions described in the GCC Runtime Library Exception, version
23 a copy of the GCC Runtime Library Exception along with this program;
31 #pragma GCC visibility push(default)
153 #pragma GCC visibility pop

Completed in 904 milliseconds

1 2 3 4 5 6 7 8 91011>>