HomeSort by relevance Sort by last modified time
    Searched refs:GCC (Results 1 - 25 of 507) 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-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}}
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...]
pragma_poison.c 3 #pragma GCC poison rindex
6 #define BAR _Pragma ("GCC poison XYZW") XYZW /*NO ERROR*/
15 #pragma GCC poison rindex2
18 #pragma GCC poison rindex2
  /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/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
  /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)
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 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)
  /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/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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
  /external/webkit/Source/JavaScriptCore/wtf/
AlwaysInline.h 24 #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)
  /bionic/libstdc++/include/
utility 31 #pragma GCC system_header
  /ndk/sources/cxx-stl/gabi++/include/
utility 31 #pragma GCC system_header
  /ndk/sources/cxx-stl/system/include/
utility 31 #pragma GCC system_header
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
utility 31 #pragma GCC system_header
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
utility 31 #pragma GCC system_header
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
utility 31 #pragma GCC system_header

Completed in 946 milliseconds

1 2 3 4 5 6 7 8 91011>>