OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uninitialized
(Results
26 - 50
of
1841
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Transforms/Mem2Reg/
2002-03-28-UninitializedVal.ll
0
;
Uninitialized
values are not handled correctly.
/frameworks/compile/slang/tests/P_extern_const/
rs_core.rsh
6
// Declare an
uninitialized
external constant, which should be ok for our
/art/test/800-smali/smali/
b_22411633_4.smali
11
# At this point v4 is an
uninitialized
reference. This should fail to verify.
12
# Note: we make sure that it is an
uninitialized
reference and not a conflict in sister
b_22411633_2.smali
35
# Merge the
uninitialized
Object from line 12 with the reference to Object from 31. Older
37
# other reference being an
uninitialized
reference, as we'd suddenly allow calling on it.
40
# merged initialized and
uninitialized
.
/external/clang/test/Analysis/
exceptions.mm
17
int a; //
uninitialized
31
int a; //
uninitialized
uninit-vals-ps-region.m
20
// Test
uninitialized
value due to part of the structure being
uninitialized
.
51
test_uninit_struct_arg_aux(x); // expected-warning{{Passed-by-value struct argument contains
uninitialized
data (e.g., field: 'x')}}
59
[o passVal:x]; // expected-warning{{Passed-by-value struct argument contains
uninitialized
data (e.g., field: 'x')}}
62
// Test case from <rdar://problem/7780304>. That shows an
uninitialized
value
67
b.x |= 1; // expected-warning{{The left expression of the compound assignment is an
uninitialized
value. The computed value will also be garbage}}
71
// The flip side of PR10163 -- float arrays that are actually
uninitialized
76
test_PR10163(x[1]); // expected-warning{{
uninitialized
value}}
uninit-sometimes.cpp
1
// RUN: %clang_cc1 -std=gnu++11 -Wsometimes-
uninitialized
-verify %s
2
// RUN: %clang_cc1 -std=gnu++11 -Wsometimes-
uninitialized
-fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
11
return x; // expected-note {{
uninitialized
use}}
23
return x; // expected-note {{
uninitialized
use}}
39
return x; // expected-note {{
uninitialized
use}}
51
return x; // expected-note {{
uninitialized
use}}
70
return x; // expected-note {{
uninitialized
use}}
82
return x; // expected-note {{
uninitialized
use}}
105
return x; // expected-note {{
uninitialized
use}}
120
return x; // expected-note {{
uninitialized
use}
[
all
...]
/external/compiler-rt/test/msan/
report-demangling.cc
16
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
17
// CHECK:
Uninitialized
value was created by an allocation of 'x' in the stack frame of function '_Z1fv'
dlerror.cc
3
// AArch64 shows fails with
uninitialized
bytes in __interceptor_strcmp from
dso-origin.cc
37
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
40
// CHECK:
Uninitialized
value was created by a heap allocation
44
// CHECK: SUMMARY: MemorySanitizer: use-of-
uninitialized
-value {{.*dso-origin.cc:.* my_access}}
msan_copy_shadow.cc
28
// CHECK: use-of-
uninitialized
-value
30
// CHECK:
Uninitialized
value was stored to memory at
32
// CHECK:
Uninitialized
value was created by a heap allocation
realloc-large-origin.cc
20
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
23
// CHECK:
Uninitialized
value was stored to memory at
27
// CHECK:
Uninitialized
value was created by a heap allocation
dlopen_executable.cc
15
// CHECK: MemorySanitizer: use-of-
uninitialized
-value
rand_r.cc
14
// CHECK: MemorySanitizer: use-of-
uninitialized
-value
/external/bison/lib/
memchr.valgrind
1
# Suppress a valgrind message about use of
uninitialized
memory in memchr().
/external/dagger2/core/src/main/java/dagger/internal/
ScopedProvider.java
28
private static final Object
UNINITIALIZED
= new Object();
31
private volatile Object instance =
UNINITIALIZED
;
43
if (result ==
UNINITIALIZED
) {
46
if (result ==
UNINITIALIZED
) {
DoubleCheckLazy.java
30
private static final Object
UNINITIALIZED
= new Object();
33
private volatile Object instance =
UNINITIALIZED
;
45
if (result ==
UNINITIALIZED
) {
48
if (result ==
UNINITIALIZED
) {
/external/valgrind/drd/tests/
pth_uninitialized_cond.stderr.exp
3
Uninitialized
condition variable.
/external/clang/test/FixIt/
fixit-uninit.c
7
return var; // expected-warning {{
uninitialized
}}
16
return var; // expected-warning {{
uninitialized
}}
24
return var; // expected-warning {{
uninitialized
}}
fixit-recursive-block.c
7
void (^arc_fail)() = ^() { // expected-warning {{block pointer variable 'arc_fail' is
uninitialized
when captured by block}} \
/external/clang/test/SemaCXX/
uninit-variables.cpp
30
(void)typeid(*a); // expected-warning{{variable 'a' is
uninitialized
when used here}}
58
return x; // expected-warning{{variable 'x' is
uninitialized
when used here}}
66
return a; // expected-warning{{variable 'a' is
uninitialized
when used here}}
101
// Don't warn about
uninitialized
variables in unreachable code.
130
int y = (int&)x; // expected-warning {{
uninitialized
when used here}}
141
int y = (float &)x; // expected-warning {{
uninitialized
when used here}}
148
return n; // expected-warning {{
uninitialized
when used here}}
/external/webrtc/tools/valgrind-webrtc/memcheck/
suppressions.txt
27
Memcheck:
Uninitialized
64
Memcheck:
Uninitialized
76
Memcheck:
Uninitialized
84
Memcheck:
Uninitialized
212
Memcheck:
Uninitialized
224
Memcheck:
Uninitialized
248
Memcheck:
Uninitialized
270
Memcheck:
Uninitialized
279
Memcheck:
Uninitialized
302
Memcheck:
Uninitialized
[
all
...]
/external/e2fsprogs/lib/ext2fs/
ext3_extents.h
75
* particular extent is an initialized extent or an
uninitialized
(i.e.
78
*
uninitialized
extent.
80
*
uninitialized
one. In other words, if MSB of ee_len is set, it is an
81
*
uninitialized
extent with only one special scenario when ee_len = 0x8000.
82
* In this case we can not have an
uninitialized
extent of zero length and
86
* extent is 2^15 (32768) and in an *
uninitialized
* extent is 2^15-1 (32767).
/external/skia/src/images/
SkMovie.cpp
18
fInfo.fDuration = UNINITIALIZED_MSEC; //
uninitialized
19
fCurrTime = UNINITIALIZED_MSEC; //
uninitialized
71
if (fCurrTime == UNINITIALIZED_MSEC) //
uninitialized
/external/eigen/doc/snippets/
Matrix_resize_int_int.cpp
7
cout << "now let's resize m to size 2x2. This is NOT a conservative resizing, so it becomes
uninitialized
:" << endl;
Completed in 485 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>