HomeSort by relevance Sort by last modified time
    Searched full:warning (Results 26 - 50 of 21668) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/
warning-012.d 1 #source: warning-012.s
2 #warning : cr5 is a reserved control register
warning-013.d 1 #source: warning-013.s
2 #warning : cr5 is a reserved control register
warning-015.d 2 #warning : Warning: resource conflict \(C flag\)
  /external/clang/test/PCH/
cxx-traits.h 6 struct __is_pod { // expected-warning {{keyword '__is_pod' will be made available as an identifier for the remainder of the translation unit}}
11 struct __is_empty { // expected-warning {{keyword '__is_empty' will be made available as an identifier for the remainder of the translation unit}}
20 struct __is_abstract {}; // expected-warning {{made available}}
21 struct __is_arithmetic {}; // expected-warning {{made available}}
22 struct __is_array {}; // expected-warning {{made available}}
23 struct __is_assignable {}; // expected-warning {{made available}}
24 struct __is_base_of {}; // expected-warning {{made available}}
25 struct __is_class {}; // expected-warning {{made available}}
26 struct __is_complete_type {}; // expected-warning {{made available}}
27 struct __is_compound {}; // expected-warning {{made available}
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
string-ok.e 2 .*:7: Warning: .*
3 .*:7: Warning: .*
4 .*:10: Warning: .*
5 .*:13: Warning: .*
6 .*:18: Warning: .*
7 .*:19: Warning: .*
8 .*:22: Warning: .*
9 .*:25: Warning: .*
10 .*:28: Warning: .*
11 .*:31: Warning: .
    [all...]
  /external/clang/test/Analysis/
pthreadlock.c 17 pthread_mutex_lock(&mtx1); // no-warning
23 pthread_mutex_unlock(&mtx1); // no-warning
29 pthread_mutex_lock(&mtx1); // no-warning
30 pthread_mutex_unlock(&mtx1); // no-warning
31 pthread_mutex_lock(&mtx1); // no-warning
32 pthread_mutex_unlock(&mtx1); // no-warning
38 pthread_mutex_lock(&mtx1); // no-warning
39 pthread_mutex_unlock(&mtx1); // no-warning
40 pthread_mutex_lock(&mtx2); // no-warning
41 pthread_mutex_unlock(&mtx2); // no-warning
    [all...]
  /external/clang/test/Preprocessor/Inputs/microsoft-header-search/
falsepos.h 3 #warning successfully resolved the falsepos.h header
  /external/clang/test/Sema/
atomic-compare.c 4 if (a > b) {} // no warning
5 if (a < b) {} // no warning
6 if (a >= b) {} // no warning
7 if (a <= b) {} // no warning
8 if (a == b) {} // no warning
9 if (a != b) {} // no warning
11 if (a == 0) {} // no warning
12 if (a > 0) {} // no warning
13 if (a > 1) {} // no warning
14 if (a > 2) {} // no warning
    [all...]
  /external/mesa3d/src/compiler/glsl/tests/warnings/
000-basic-test.vert.expected 1 0:8(8): warning: `undefined' used uninitialized
001-use-undefined-then-define.vert.expected 1 0:8(8): warning: `undefinedThenDefined' used uninitialized
003-less.vert.expected 1 0:9(6): warning: `undefined' used uninitialized
004-greater.vert.expected 1 0:9(6): warning: `undefined' used uninitialized
005-lequal.vert.expected 1 0:9(6): warning: `undefined' used uninitialized
006-gequal.vert.expected 1 0:9(6): warning: `undefined' used uninitialized
008-mulassign.vert.expected 1 0:9(12): warning: `undefined' used uninitialized
009-div-assign.vert.expected 1 0:9(12): warning: `undefined' used uninitialized
010-add-assign.vert.expected 1 0:9(12): warning: `undefined' used uninitialized
011-sub-assign.vert.expected 1 0:9(12): warning: `undefined' used uninitialized
012-modassign.vert.expected 1 0:9(11): warning: `undefined' used uninitialized
013-lsassign.vert.expected 1 0:9(13): warning: `undefined' used uninitialized
014-rsassign.vert.expected 1 0:9(13): warning: `undefined' used uninitialized
015-andassign.vert.expected 1 0:9(12): warning: `undefined' used uninitialized
016-orassign.vert.expected 1 0:9(12): warning: `undefined' used uninitialized
017-xorassign.vert.expected 1 0:9(12): warning: `undefined' used uninitialized
029-fieldselection.vert.expected 1 0:13(13): warning: `fooStruct' used uninitialized

Completed in 126 milliseconds

12 3 4 5 6 7 8 91011>>