OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:voodoo
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Misc/
serialized-diags-driver.c
13
// CHECK: warning: variable '
voodoo
' is uninitialized when used here [-Wuninitialized]
14
// CHECK: note: initialize the variable '
voodoo
' to silence this warning []
18
int
voodoo
;
local
19
voodoo
=
voodoo
+ 1;
serialized-diags-single-issue.c
2
int
voodoo
;
local
3
voodoo
=
voodoo
+ 1;
13
// CHECK: {{.*}}serialized-diags-single-issue.c:3:12: warning: variable '
voodoo
' is uninitialized when used here [-Wuninitialized] [Semantic Issue]
15
// CHECK: +-{{.*}}serialized-diags-single-issue.c:2:13: note: initialize the variable '
voodoo
' to silence this warning []
24
// CHECK-MULT: {{.*}}serialized-diags-single-issue.c:3:12: warning: variable '
voodoo
' is uninitialized when used here [-Wuninitialized]
26
// CHECK-MULT: +-{{.*}}serialized-diags-single-issue.c:2:13: note: initialize the variable '
voodoo
' to silence this warning []
30
// CHECK-MULT: {{.*}}serialized-diags-single-issue.c:3:12: warning: variable '
voodoo
' is uninitialized when used here [-Wuninitialized]
32
// CHECK-MULT: +-{{.*}}serialized-diags-single-issue.c:2:13: note: initialize the variable '
voodoo
' to silence this warning []
serialized-diags.c
2
int
voodoo
;
local
3
voodoo
=
voodoo
+ 1;
41
// CHECK: {{.*[/\\]}}serialized-diags.c:3:12: warning: variable '
voodoo
' is uninitialized when used here [-Wuninitialized]
43
// CHECK: +-{{.*[/\\]}}serialized-diags.c:2:13: note: initialize the variable '
voodoo
' to silence this warning []
/ndk/build/core/
definitions-host.mk
180
#
voodoo
.
Completed in 49 milliseconds