OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:warning
(Results
201 - 225
of
21668
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
attr-gnu-4-6.l
2
.*:
Warning
: .gnu_attribute 4,6 requires `fp=64'
attr-gnu-4-7-64.l
2
.*:
Warning
: .gnu_attribute 4,7 requires `-mabi=32'
attr-gnu-4-7-msingle-float.l
2
.*:
Warning
: .gnu_attribute 4,6 is incompatible with `singlefloat'
attr-gnu-4-7-msoft-float.l
2
.*:
Warning
: .gnu_attribute 4,6 is incompatible with `softfloat'
attr-gnu-4-7.l
2
.*:
Warning
: .gnu_attribute 4,7 requires `fp=64'
micromips-branch-relax-pic.l
2
.*:61:
Warning
: no .cprestore pseudo-op used in PIC code
3
.*:59:
Warning
: relaxed out-of-range branch into a jump
4
.*:63:
Warning
: relaxed out-of-range branch into a jump
5
.*:65:
Warning
: relaxed out-of-range branch into a jump
6
.*:67:
Warning
: relaxed out-of-range branch into a jump
7
.*:69:
Warning
: relaxed out-of-range branch into a jump
8
.*:71:
Warning
: relaxed out-of-range branch into a jump
9
.*:73:
Warning
: relaxed out-of-range branch into a jump
10
.*:75:
Warning
: relaxed out-of-range branch into a jump
11
.*:77:
Warning
: relaxed out-of-range branch into a jum
[
all
...]
mips-gp32-fp64.l
2
.*
Warning
: `fp=64' used with a 32-bit ABI
mips-gp64-fp32-pic.l
2
.*:16:
Warning
: `fp=32' used with a 64-bit ABI
mips-gp64-fp32.l
2
.*
Warning
: `fp=32' used with a 64-bit ABI
3
.*:92:
Warning
: macro instruction expanded into multiple instructions in a branch delay slot
4
.*:96:
Warning
: macro instruction expanded into multiple instructions in a branch delay slot
5
.*:100:
Warning
: macro instruction expanded into multiple instructions in a branch delay slot
mips64-mips3d.l
2
.*:150:
Warning
: condition code register should be even for bc1any2f, was 1
3
.*:152:
Warning
: condition code register should be even for bc1any2t, was 3
4
.*:154:
Warning
: condition code register should be 0 or 4 for bc1any4f, was 1
5
.*:156:
Warning
: condition code register should be 0 or 4 for bc1any4t, was 2
octeon3@isa-override-1.l
2
.*:10:
Warning
: the `virt' extension requires MIPS64 revision 2 or greater
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
warn_noat.l
2
.*warn_noat.s:2:
Warning
: Register at \(r1\) can sometimes be corrupted by assembler optimizations.
3
Use .set noat to turn off those optimizations \(and this
warning
\).
4
.*warn_noat.s:8:
Warning
: Register at \(r1\) can sometimes be corrupted by assembler optimizations.
5
Use .set noat to turn off those optimizations \(and this
warning
\).
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
pr16746a.c
2
__attribute__ ((used, section (".gnu.
warning
.foobar\n\t#")))
pr16746b.c
2
__attribute__ ((used, section (".gnu.
warning
.foobar\n\t#")))
/external/clang/test/Analysis/
additive-folding.cpp
17
clang_analyzer_eval(a != 0 && b == 0); // expected-
warning
{{FALSE}}
25
clang_analyzer_eval(a != 0 && b == 0); // expected-
warning
{{FALSE}}
32
clang_analyzer_eval(a != 0 && (b-1) == 0); // not crash, expected-
warning
{{FALSE}}
35
clang_analyzer_eval(a != 0 && (c-1) == 0); // not crash, expected-
warning
{{FALSE}}
45
clang_analyzer_eval(a+1 == 0); // expected-
warning
{{TRUE}}
46
clang_analyzer_eval(a-1 == UINT_MAX-1); // expected-
warning
{{TRUE}}
48
clang_analyzer_eval(a+1 != 0); // expected-
warning
{{TRUE}}
49
clang_analyzer_eval(a-1 != UINT_MAX-1); // expected-
warning
{{TRUE}}
57
clang_analyzer_eval(a+1U == 2); // expected-
warning
{{TRUE}}
58
clang_analyzer_eval(a-1U == 0); // expected-
warning
{{TRUE}
[
all
...]
new-with-exceptions.cpp
32
clang_analyzer_eval(new NoThrow); // expected-
warning
{{UNKNOWN}}
33
clang_analyzer_eval(new NoExcept); // expected-
warning
{{UNKNOWN}}
35
clang_analyzer_eval(new DefaultThrow); // expected-
warning
{{TRUE}}
36
clang_analyzer_eval(new ExplicitThrow); // expected-
warning
{{TRUE}}
40
clang_analyzer_eval(new NoThrow[2]); // expected-
warning
{{TRUE}}
41
clang_analyzer_eval(new NoExcept[2]); // expected-
warning
{{TRUE}}
42
clang_analyzer_eval(new DefaultThrow[2]); // expected-
warning
{{TRUE}}
43
clang_analyzer_eval(new ExplicitThrow[2]); // expected-
warning
{{TRUE}}
49
clang_analyzer_eval(new (1) NoThrow[2]); // expected-
warning
{{UNKNOWN}}
50
clang_analyzer_eval(new (1) NoExcept[2]); // expected-
warning
{{UNKNOWN}
[
all
...]
/external/clang/test/Frontend/
warning-mapping-5.c
1
// Check that #pragma diagnostic
warning
overrides -Werror. This matches GCC's
6
#pragma clang diagnostic
warning
"-Wsign-compare"
8
return x < y; // expected-
warning
{{comparison of integers}}
/external/clang/test/Preprocessor/
pragma_ps4.c
10
#pragma comment(linker) // expected-
warning
{{'#pragma comment linker' ignored}}
11
#pragma comment(linker,"foo") // expected-
warning
{{'#pragma comment linker' ignored}}
12
__pragma(comment(linker, " bar=" "2")) // expected-
warning
{{'#pragma comment linker' ignored}}
14
#pragma comment(user) // expected-
warning
{{'#pragma comment user' ignored}}
15
#pragma comment(user, "Compiled on " __DATE__ " at " __TIME__ ) // expected-
warning
{{'#pragma comment user' ignored}}
16
__pragma(comment(user, "foo")) // expected-
warning
{{'#pragma comment user' ignored}}
18
#pragma comment(compiler) // expected-
warning
{{'#pragma comment compiler' ignored}}
19
#pragma comment(compiler, "foo") // expected-
warning
{{'#pragma comment compiler' ignored}}
20
__pragma(comment(compiler, "foo")) // expected-
warning
{{'#pragma comment compiler' ignored}}
22
#pragma comment(exestr) // expected-
warning
{{'#pragma comment exestr' ignored}
[
all
...]
/external/clang/test/Sema/
function-ptr.c
6
func = p; // expected-
warning
{{converts between void pointer and function pointer}}
7
p = func; // expected-
warning
{{converts between void pointer and function pointer}}
9
return p; // expected-
warning
{{converts between void pointer and function pointer}}
pointer-conversion.c
4
char const ** c2 = &c; // expected-
warning
{{discards qualifiers in nested pointer types}}
7
dchar *** c3 = &c2; // expected-
warning
{{discards qualifiers in nested pointer types}}
10
char ** c5 = &c4; // expected-
warning
{{discards qualifiers in nested pointer types}}
pragma-pack.c
3
/* expected-
warning
{{value of #pragma pack(show) == 8}} */ #pragma pack(show)
4
/* expected-
warning
{{expected #pragma pack parameter to be}} */ #pragma pack(3)
5
/* expected-
warning
{{value of #pragma pack(show) == 8}} */ #pragma pack(show)
7
/* expected-
warning
{{value of #pragma pack(show) == 4}} */ #pragma pack(show)
9
/* expected-
warning
{{value of #pragma pack(show) == 8}} */ #pragma pack(show)
12
/* expected-
warning
{{value of #pragma pack(show) == 16}} */ #pragma pack(show)
14
/* expected-
warning
{{value of #pragma pack(show) == 16}} */ #pragma pack(show)
17
/* expected-
warning
{{value of #pragma pack(show) == 8}} */ #pragma pack(show)
19
/* expected-
warning
{{value of #pragma pack(show) == 1}} */ #pragma pack(show)
21
/* expected-
warning
{{value of #pragma pack(show) == 2}} */ #pragma pack(show
[
all
...]
/external/clang/test/SemaCXX/
array-bounds-system-header.cpp
4
BAD_MACRO_1; // no-
warning
6
BAD_MACRO_2(a, 3); // expected-
warning
{{array index 3}}
8
NOP(a[3] = 5); // expected-
warning
{{array index 3}}
storage-class.cpp
3
extern int PR6495b = 42; // expected-
warning
{{'extern' variable has an initializer}}
6
extern struct Test1 {}; // expected-
warning
{{'extern' is not permitted on a declaration of a type}}
7
extern "C" struct Test0 { int x; }; // no
warning
warn-div-or-rem-by-zero.cpp
6
(void)(42 / 0); // expected-
warning
{{division by zero is undefined}}
7
(void)(42 / false); // expected-
warning
{{division by zero is undefined}}
8
(void)(42 / !1); // expected-
warning
{{division by zero is undefined}}
9
(void)(42 / (1 - 1)); // expected-
warning
{{division by zero is undefined}}
10
(void)(42 / !(1 + 1)); // expected-
warning
{{division by zero is undefined}}
11
(void)(42 / (int)(0.0)); // expected-
warning
{{division by zero is undefined}}
15
(void)(42 % 0); // expected-
warning
{{remainder by zero is undefined}}
16
(void)(42 % false); // expected-
warning
{{remainder by zero is undefined}}
17
(void)(42 % !1); // expected-
warning
{{remainder by zero is undefined}}
18
(void)(42 % (1 - 1)); // expected-
warning
{{remainder by zero is undefined}
[
all
...]
/external/clang/test/SemaObjCXX/Inputs/
nullability-consistency-5.h
7
void suppress1(SUPPRESS_NULLABILITY_WARNING(int *) ptr); // no
warning
9
void shouldwarn5(int *ptr); //expected-
warning
{{missing a nullability type specifier}}
13
void suppress2(SUPPRESS_NULLABILITY_WARNING(int *) ptr); // no
warning
Completed in 452 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>