OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:warning
(Results
176 - 200
of
21668
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaCXX/
string-plus-char.cpp
7
A(char *p) : str(p + 'a') { } // expected-
warning
{{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this
warning
}}
14
A a = s + 'a'; // // expected-
warning
{{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this
warning
}}
15
a = a + s + 'b'; // no-
warning
18
char *str2 = str + 'c'; // expected-
warning
{{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this
warning
}}
20
const char *constStr = s + 'c'; // expected-
warning
{{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this
warning
}}
22
str = 'c' + str;// expected-
warning
{{adding 'char' to a string pointer does not append to the string}} expected-note {{use array inde (…)
[
all
...]
warn-static-function-inheader.h
1
static void thing(void) { // expected-
warning
{{'static' function 'thing' declared in header file should be declared 'static inline'}}
/external/clang/test/SemaObjCXX/Inputs/
nullability-consistency-1.h
1
void f1(int *ptr); // expected-
warning
{{pointer is missing a nullability type specifier}}
7
void f3(int *ptr) { // expected-
warning
{{pointer is missing a nullability type specifier}}
12
void mf(int *ptr); // expected-
warning
{{pointer is missing a nullability type specifier}}
13
int X:: *memptr; // expected-
warning
{{member pointer is missing a nullability type specifier}}
nullability-consistency-3.h
1
void double_declarator1(int *_Nonnull *); // expected-
warning
{{pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)}}
nullability-consistency-4.h
1
void double_declarator1(int * * _Nonnull); // expected-
warning
{{pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)}}
/external/e2fsprogs/tests/j_corrupt_ext_jnl_sb_block/
expect
3
test_filesys: **********
WARNING
: Filesystem still has errors **********
/external/mesa3d/src/compiler/glsl/tests/warnings/
027-inout-function-parameter-shaderout.vert.expected
1
0:11(14):
warning
: `willBeDefined' used uninitialized
/frameworks/compile/slang/tests/P_array_init/
stderr.txt.expect
1
array_init.rs:22:6:
warning
: tentative array definition assumed to have one element
/frameworks/compile/slang/tests/P_rs_fp_imprecise/
stderr.txt.expect
1
rs_fp_imprecise.rs:4:9:
warning
: rs_fp_imprecise is deprecated. Assuming rs_fp_relaxed instead.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sys/
asoundlib.h
0
#
warning
This header is deprecated, use <alsa/asoundlib.h> instead.
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
bad-size.warn
2
.*bad-size\.s:
Warning
: .*
x86-64-branch-3.l
2
.*:2:
Warning
: indirect jmp without `\*'
3
.*:7:
Warning
: indirect call without `\*'
9
\*\*\*\*
Warning
: indirect jmp without `\*'
16
\*\*\*\*
Warning
: indirect call without `\*'
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
ldxmov-2.l
2
.*:5:
Warning
: Use of 'ld8.mov' violates RAW dependency .*number is 2
3
.*:4:
Warning
: This is the location of the conflicting usage
4
.*:8:
Warning
: Use of 'mov' violates RAW dependency .*number is 2
5
.*:7:
Warning
: This is the location of the conflicting usage
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
attr-gnu-4-1-msingle-float.l
2
.*:
Warning
: .gnu_attribute 4,1 is incompatible with `singlefloat'
attr-gnu-4-1-msoft-float.l
2
.*:
Warning
: .gnu_attribute 4,1 is incompatible with `softfloat'
attr-gnu-4-2-msoft-float.l
2
.*:
Warning
: .gnu_attribute 4,2 is incompatible with `softfloat'
attr-gnu-4-4.l
2
.*:
Warning
: .gnu_attribute 4,4 is no longer supported
attr-gnu-4-5-64.l
2
.*:
Warning
: .gnu_attribute 4,5 requires `-mabi=32'
attr-gnu-4-5-msingle-float.l
2
.*:
Warning
: .gnu_attribute 4,5 is incompatible with `singlefloat'
attr-gnu-4-5-msoft-float.l
2
.*:
Warning
: .gnu_attribute 4,5 is incompatible with `softfloat'
attr-gnu-4-5.l
2
.*:
Warning
: .gnu_attribute 4,5 requires `fp=xx'
attr-gnu-4-6-64.l
2
.*:
Warning
: .gnu_attribute 4,6 requires `-mabi=32'
attr-gnu-4-6-msingle-float.l
2
.*:
Warning
: .gnu_attribute 4,6 is incompatible with `singlefloat'
attr-gnu-4-6-msoft-float.l
2
.*:
Warning
: .gnu_attribute 4,6 is incompatible with `softfloat'
attr-gnu-4-6-noodd.l
2
.*:
Warning
: .gnu_attribute 4,6 is incompatible with `nooddspreg'
Completed in 201 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>