OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uninitialized
(Results
126 - 150
of
1841
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/test/msan/
dtls_test.c
20
long
uninitialized
;
local
24
*x =
uninitialized
;
ioctl_custom.cc
26
// CHECK:
Uninitialized
bytes in ioctl{{.*}} at offset 0 inside [0x{{.*}}, 4)
27
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
heap-origin.cc
23
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
26
// CHECK-ORIGINS:
Uninitialized
value was created by a heap allocation
30
// CHECK: SUMMARY: MemorySanitizer: use-of-
uninitialized
-value {{.*heap-origin.cc:.* main}}
stack-origin.cc
24
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
27
// CHECK-ORIGINS:
Uninitialized
value was created by an allocation of 'x' in the stack frame of function 'main'
30
// CHECK: SUMMARY: MemorySanitizer: use-of-
uninitialized
-value {{.*stack-origin.cc:.* main}}
stack-origin2.cc
34
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
37
// CHECK-ORIGINS:
Uninitialized
value was created by an allocation of 'x' in the stack frame of function 'f'
40
// CHECK: SUMMARY: MemorySanitizer: use-of-
uninitialized
-value {{.*stack-origin2.cc:.* main}}
msan_print_shadow.cc
98
// CHECK-ORIGINS:
Uninitialized
value was created by a heap allocation
102
// CHECK-ORIGINS: Memory was marked as
uninitialized
107
// CHECK-ORIGINS-2:
Uninitialized
value was stored to memory at
109
// CHECK-ORIGINS:
Uninitialized
value was created by an allocation of 'x' in the stack frame of function 'main'
113
// CHECK-ORIGINS: Memory was marked as
uninitialized
120
// CHECK-ORIGINS: Memory was marked as
uninitialized
/external/llvm/lib/Object/
Android.mk
33
# Our windows cross-compiler triggers a spurious
uninitialized
warning.
34
LOCAL_CFLAGS_windows := -Wno-
uninitialized
/external/webrtc/tools/valgrind-webrtc/drmemory/
suppressions.txt
14
UNINITIALIZED
READ
24
UNINITIALIZED
READ
34
UNINITIALIZED
READ
44
UNINITIALIZED
READ
54
UNINITIALIZED
READ
77
UNINITIALIZED
READ
87
UNINITIALIZED
READ
104
UNINITIALIZED
READ
129
UNINITIALIZED
READ
270
UNINITIALIZED
REA
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
mem.h
40
* that it's safe to use
uninitialized
. Silences 'may be used
uninitialized
'
/external/clang/docs/
MemorySanitizer.rst
11
MemorySanitizer is a detector of
uninitialized
reads. It consists of a
56
WARNING: MemorySanitizer: use-of-
uninitialized
-value
83
attribute `no_sanitize_memory` to disable
uninitialized
checks in a particular
93
checks for certain source files and functions. All "Use of
uninitialized
value"
109
MemorySanitizer can track origins of
uninitialized
values, similar to
131
WARNING: MemorySanitizer: use-of-
uninitialized
-value
135
Uninitialized
value was stored to memory at
139
Uninitialized
value was created by a heap allocation
144
intermediate stores the
uninitialized
value went through. Origin
/external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp
121
return "Argument in message expression is an
uninitialized
value";
124
return "Argument for property setter is an
uninitialized
value";
127
return "Argument for subscript setter is an
uninitialized
value";
128
return "Subscript index is an
uninitialized
value";
133
return "Block call argument is an
uninitialized
value";
135
return "Function call argument is an
uninitialized
value";
155
// pointing to undefined symbol value (
uninitialized
memory).
159
Message = "Function call argument is a pointer to
uninitialized
value";
161
Message = "Function call argument is an
uninitialized
value";
197
const char *BD = "
Uninitialized
argument value"
[
all
...]
UndefinedAssignmentChecker.cpp
41
// Do not report assignments of
uninitialized
values inside swap functions.
42
// This should allow to swap partially
uninitialized
structs
68
"
uninitialized
value. The computed value will also be garbage";
/external/clang/test/Analysis/
misc-ps.c
139
// This was triggering a false "use of
uninitialized
value" warning.
156
// Test that we handle an
uninitialized
value within a logical expression.
176
int
uninitialized
;
local
177
context->callback(
uninitialized
); // expected-warning {{
uninitialized
}}
inline.c
84
// Test that passing a struct value with an
uninitialized
field does
93
return test_rdar10977037_aux_2(v); // expected-warning {{Passed-by-value struct argument contains
uninitialized
data}}
/external/compiler-rt/lib/msan/
msan_origin.h
22
// Origin is a 32-bit identifier that is attached to any
uninitialized
value in
24
//
uninitialized
.
38
// Chained origin id describes an event of storing an
uninitialized
value to
44
//
uninitialized
value history.
46
//
uninitialized
value.
/build/soong/cc/
clang.go
18
"-Wmaybe-
uninitialized
",
20
"-Wno-error=maybe-
uninitialized
",
25
"-Wno-maybe-
uninitialized
",
/external/llvm/include/llvm/Target/
TargetRecip.h
53
Uninitialized
= -1
60
RecipParams() : Enabled(
Uninitialized
), RefinementSteps(
Uninitialized
) {}
/frameworks/av/cmds/screenrecord/
Overlay.h
42
mState(
UNINITIALIZED
),
74
virtual ~Overlay() { assert(mState ==
UNINITIALIZED
|| mState == STOPPED); }
112
enum {
UNINITIALIZED
, INIT, RUNNING, STOPPING, STOPPED } mState;
/external/proguard/src/proguard/classfile/attribute/preverification/
UninitializedType.java
28
* This VerificationType represents a
Uninitialized
type.
38
* Creates an
uninitialized
UninitializedType.
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature1.java
48
public static int
UNINITIALIZED
= Signature.
UNINITIALIZED
;
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
CursorPhotoSource.java
27
// An invalid cursor position to represent the
uninitialized
state.
28
protected static final int
UNINITIALIZED
= -1;
/art/test/800-smali/smali/
b_22331663.smali
30
# Catch handler. Here we had to merge the
uninitialized
with the initialized reference,
b_26579108.smali
18
# Ensure that merging
uninitialized
type and null does not pass verification.
/cts/tests/tests/net/src/android/net/wifi/cts/
SupplicantStateTest.java
38
assertFalse(SupplicantState.isValidState(SupplicantState.
UNINITIALIZED
));
/development/perftests/panorama/
Android.mk
39
LOCAL_CFLAGS := -O3 -DNDEBUG -Wno-unused-parameter -Wno-maybe-
uninitialized
Completed in 1352 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>