HomeSort by relevance Sort by last modified time
    Searched full:precede (Results 1 - 25 of 359) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p4.cpp 7 inline void f0(); // expected-error {{function definition cannot precede inline declaration}}
  /external/clang/test/Sema/
attr-decl-after-definition.c 7 void foo() __attribute__((constructor)); // expected-warning {{must precede definition}}
20 visibility("hidden"))); // expected-warning {{must precede definition}}
25 struct __attribute__((visibility("hidden"))) zed; // expected-warning {{must precede definition}}
34 packed // expected-warning {{must precede definition}}
  /external/clang/test/PCH/Inputs/
cxx11-statement-attributes.h 10 [[clang::fallthrough]]; // This should generate a warning: "fallthrough annotation does not directly precede switch label".
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p8.cpp 9 (void)[=, foo] () {}; // expected-error {{'&' must precede a capture when}}
13 (void)[&, &foo] () {}; // expected-error {{'&' cannot precede a capture when}}
25 (void)[&, &i]{ }; // expected-error{{'&' cannot precede a capture when the capture default is '&'}}
  /external/llvm/test/MC/ARM/
eh-directive-fnend-diagnostics.s 15 @ CHECK: error: .fnstart must precede .fnend directive
eh-directive-pad-diagnostics.s 17 @ CHECK: error: .fnstart must precede .pad directive
36 @ CHECK: error: .pad must precede .handlerdata directive
eh-directive-personality-diagnostics.s 17 @ CHECK: error: .fnstart must precede .personality directive
36 @ CHECK: error: .personality must precede .handlerdata directive
eh-directive-save-diagnoatics.s 19 @ CHECK: error: .fnstart must precede .save or .vsave directives
38 @ CHECK: error: .save or .vsave must precede .handlerdata directive
eh-directive-vsave-diagnostics.s 19 @ CHECK: error: .fnstart must precede .save or .vsave directives
38 @ CHECK: error: .save or .vsave must precede .handlerdata directive
  /external/clang/test/OpenMP/
threadprivate_messages.cpp 20 #pragma omp threadprivate(d, a) // expected-error {{'#pragma omp threadprivate' must precede all references to variable 'a'}}
28 #pragma omp threadprivate(d // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{'#pragma omp threadprivate' must precede all references to variable 'd'}}
29 #pragma omp threadprivate(d)) // expected-error {{'#pragma omp threadprivate' must precede all references to variable 'd'}} expected-warning {{extra tokens at the end of '#pragma omp threadprivate' are ignored}}
33 #pragma omp threadprivate(a,d) // expected-error {{'#pragma omp threadprivate' must precede all references to variable 'a'}} expected-error {{'#pragma omp threadprivate' must precede all references to variable 'd'}}
95 #pragma omp threadprivate (o) // expected-error {{'#pragma omp threadprivate' must precede all references to variable '<anonymous namespace>::o'}}
98 #pragma omp threadprivate (::o) // expected-error {{'#pragma omp threadprivate' must precede all references to variable 'o'}}
112 #pragma omp threadprivate(d2) // expected-error {{'#pragma omp threadprivate' must precede all references to variable 'd2'}}
  /external/clang/test/PCH/
cxx11-statement-attributes.cpp 7 // expected-warning@Inputs/cxx11-statement-attributes.h:10 {{fallthrough annotation does not directly precede switch label}}
  /external/clang/test/SemaCXX/
attr-selectany.cpp 23 extern __declspec(selectany) int x7; // expected-warning{{attribute declaration must precede definition}}
switch-implicit-fallthrough.cpp 182 [[clang::fallthrough]]; // expected-warning{{fallthrough annotation does not directly precede switch label}}
186 [[clang::fallthrough]]; // expected-warning{{fallthrough annotation does not directly precede switch label}}
190 [[clang::fallthrough]]; // expected-warning{{fallthrough annotation does not directly precede switch label}}
193 [[clang::fallthrough]]; // expected-warning{{fallthrough annotation does not directly precede switch label}}
252 // annotation does not directly precede switch label" warning.
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 56 (void)[&, &i, &i]{}; // expected-error 2{{'&' cannot precede a capture when the capture default is '&'}}
80 int a(Ts ...(x)); // expected-error {{'...' must immediately precede declared identifier}}
81 int b(Ts ...&x); // expected-error {{'...' must immediately precede declared identifier}}
  /external/chromium_org/base/
command_line.h 7 // Switches will precede all other arguments without switch prefixes.
128 // Note: Switches will precede arguments regardless of appending order.
149 // Note: Switches will precede arguments regardless of appending order.
  /external/chromium/net/tools/flip_server/
balsa_enums.h 51 // precede request error codes.
  /external/chromium_org/net/tools/balsa/
balsa_enums.h 50 // precede request error codes.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AndroidPrintStream.java 26 * Custom PrintStream allowing to precede the message with a tag containing data/project info.
  /external/apache-http/src/org/apache/http/cookie/
CookiePathComparator.java 40 * that those with more specific Path attributes precede those with
  /external/chromium_org/chrome/browser/mac/
dock.h 37 // - The new tile will precede any application with the same name already
  /external/chromium_org/chrome/browser/search/
search_terms_tracker.cc 111 // Do not consider any navigations that precede a non-web-triggerable
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_basic_block.cpp 89 * maximal BBs between the instructions that precede main()
  /external/llvm/docs/CommandGuide/
llvm-build.rst 64 source file, although at this time it only preserves block comments that precede
  /external/llvm/test/CodeGen/X86/
atom-fixup-lea2.ll 11 ; precede the load within 5 instructions. An LEA should also be substituted for
  /external/mesa3d/src/glsl/
ir_basic_block.cpp 89 * maximal BBs between the instructions that precede main()

Completed in 615 milliseconds

1 2 3 4 5 6 7 8 91011>>