HomeSort by relevance Sort by last modified time
    Searched refs:GCC (Results 1 - 25 of 1318) 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/clang/test/Lexer/
pragma-message2.c 9 #pragma GCC warning "\"" "te" "st" "\"" // expected-warning {{"test"}}
10 // CHECK: #pragma GCC warning "\042test\042"
12 #pragma GCC warning("\"" "te" "st" "\"") // expected-warning {{"test"}}
13 // CHECK: #pragma GCC warning "\042test\042"
15 #pragma GCC error "" "[ ]" "" // expected-error {{[ ]}}
16 // CHECK: #pragma GCC error "[\011]"
18 #pragma GCC error("" "[ ]" "") // expected-error {{[ ]}}
19 // CHECK: #pragma GCC error "[\011]"
  /external/qemu/include/exec/
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_OPENRIS
    [all...]
  /external/clang/test/Frontend/
rewrite-includes-warnings.c 4 #pragma GCC visibility push (default)
  /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
ignore-pragmas.c 8 #pragma GCC visibility push (default)
  /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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/arm64-v8a/include/bits/
opt_random.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
33 #pragma GCC system_header
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
opt_random.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
33 #pragma GCC system_header
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
opt_random.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
33 #pragma GCC system_header
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
opt_random.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
33 #pragma GCC system_header
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips64/include/bits/
opt_random.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
33 #pragma GCC system_header
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
opt_random.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
33 #pragma GCC system_header
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
opt_random.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
33 #pragma GCC system_header
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
opt_random.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
33 #pragma GCC system_header
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
opt_random.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
33 #pragma GCC system_header
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
opt_random.h 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
33 #pragma GCC system_header
  /external/chromium_org/third_party/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/CodeGenCXX/
pr11797.cpp 4 #pragma GCC visibility push(default)
7 #pragma GCC visibility pop
  /external/libcxxabi/src/
cxa_unexpected.cpp 17 #pragma GCC visibility push(default)
24 #pragma GCC visibility pop
  /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
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_unexpected.cpp 17 #pragma GCC visibility push(default)
24 #pragma GCC visibility pop
  /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...]
  /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)

Completed in 867 milliseconds

1 2 3 4 5 6 7 8 91011>>