OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uninitialized
(Results
51 - 75
of
1841
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/iproute2/lib/
coverity_model.c
12
* - An
uninitialized
local pointer is not an error. It signifies that the
/external/kernel-headers/original/uapi/asm-x86/asm/
a.out.h
9
unsigned a_bss; /* length of
uninitialized
data area for file, in bytes */
/external/testng/src/test/java/test/annotationtransformer/
ConfigurationSampleTest.java
8
private static String m_before = "
uninitialized
";
/frameworks/compile/slang/tests/P_warnings/
stderr.txt.expect
4
warnings.rs:11:11: warning: variable 'l' is
uninitialized
when used here
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
a.out.h
9
unsigned a_bss; /* length of
uninitialized
data area for file, in bytes */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
a.out.h
9
unsigned a_bss; /* length of
uninitialized
data area for file, in bytes */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
a.out.h
9
unsigned a_bss; /* length of
uninitialized
data area for file, in bytes */
/external/clang/test/Analysis/
malloc.m
11
// the check that malloc() returns
uninitialized
memory.
32
rdar10579586(buffer->str_c); // expected-warning {{Function call argument is an
uninitialized
value}}
/external/clang/test/PCH/
macro-undef.cpp
23
// expected-warning@12 {{
uninitialized
}}
27
// expected-warning@18 {{
uninitialized
}}
/external/clang/test/SemaObjC/
uninit-variables.m
18
return x; // expected-warning{{variable 'x' is
uninitialized
when used here}}
55
return x; // expected-warning {{variable 'x' is
uninitialized
when used here}}
/external/compiler-rt/test/msan/
getaddrinfo-positive.cc
19
// CHECK:
Uninitialized
bytes in __interceptor_getaddrinfo at offset 0 inside [0x{{.*}}, 48)
20
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
insertvalue_origin.cc
29
// CHECK: MemorySanitizer: use-of-
uninitialized
-value
32
// CHECK:
Uninitialized
value was created by a heap allocation
msan_check_mem_is_initialized.cc
18
// CHECK:
Uninitialized
bytes in __msan_check_mem_is_initialized at offset 5 inside [0x{{.*}}, 20)
23
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
origin-store-long.cc
15
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
18
// CHECK:
Uninitialized
value was created by a heap allocation
realloc-origin.cc
15
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
18
// CHECK:
Uninitialized
value was created by a heap allocation
select.cc
17
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
20
// CHECK: SUMMARY: MemorySanitizer: use-of-
uninitialized
-value {{.*select.cc:.* main}}
unaligned_read_origin.cc
12
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
14
// CHECK:
Uninitialized
value was created by an allocation of 'x' in the stack frame of function 'main'
chained_origin.cc
50
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
53
// CHECK:
Uninitialized
value was stored to memory at
57
// CHECK:
Uninitialized
value was stored to memory at
62
// CHECK-STACK:
Uninitialized
value was created by an allocation of 'z' in the stack frame of function 'main'
65
// CHECK-HEAP:
Uninitialized
value was created by a heap allocation
chained_origin_memcpy.cc
49
// CHECK: WARNING: MemorySanitizer: use-of-
uninitialized
-value
52
// CHECK:
Uninitialized
value was stored to memory at
55
// CHECK:
Uninitialized
value was stored to memory at
59
// CHECK-Z1:
Uninitialized
value was created by an allocation of 'z1' in the stack frame of function 'main'
60
// CHECK-Z2:
Uninitialized
value was created by an allocation of 'z2' in the stack frame of function 'main'
/external/libvpx/libvpx/vpx_ports/
mem.h
28
* that it's safe to use
uninitialized
. Silences 'may be used
uninitialized
'
/external/v8/src/base/
once.cc
27
// -
UNINITIALIZED
: We are the first thread calling this function.
30
// First, try to change the state from
UNINITIALIZED
to EXECUTING_FUNCTION
/external/clang/include/clang/Sema/
AnalysisBasedWarnings.h
70
/// \brief Total number of CFGs with variables analyzed for
uninitialized
74
/// \brief Total number of variables analyzed for
uninitialized
uses.
77
/// \brief Max number of variables analyzed for
uninitialized
uses in a single
81
/// \brief Total number of block visits during
uninitialized
use analysis.
84
/// \brief Max number of block visits during
uninitialized
use analysis of
/external/vboot_reference/tests/
vb2_secdata_tests.c
100
/* Read/write
uninitialized
data fails */
103
VB2_ERROR_SECDATA_GET_UNINITIALIZED, "Get
uninitialized
");
104
test_changed(&c, 0, "Get
uninitialized
doesn't change data");
106
VB2_ERROR_SECDATA_SET_UNINITIALIZED, "Set
uninitialized
");
107
test_changed(&c, 0, "Set
uninitialized
doesn't change data");
/frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeValue.h
25
Uninitialized
= 0,
40
ELFAttributeValue() : m_Type(
Uninitialized
), m_IntValue(0), m_StringValue() {}
69
inline bool isUninitialized() const { return (m_Type ==
Uninitialized
); }
96
/// reset - reset this value to the
uninitialized
state
98
m_Type =
Uninitialized
;
/external/clang/include/clang/AST/
APValue.h
35
/// APValue - This class implements a discriminated union of [
uninitialized
]
43
Uninitialized
,
120
APValue() : Kind(
Uninitialized
) {}
121
explicit APValue(APSInt I) : Kind(
Uninitialized
) {
124
explicit APValue(APFloat F) : Kind(
Uninitialized
) {
127
explicit APValue(const APValue *E, unsigned N) : Kind(
Uninitialized
) {
130
APValue(APSInt R, APSInt I) : Kind(
Uninitialized
) {
133
APValue(APFloat R, APFloat I) : Kind(
Uninitialized
) {
137
APValue(APValue &&RHS) : Kind(
Uninitialized
) { swap(RHS); }
139
: Kind(
Uninitialized
) {
[
all
...]
Completed in 1754 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>