HomeSort by relevance Sort by last modified time
    Searched full:uninitialized (Results 26 - 50 of 2350) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/valgrind/drmemory/
suppressions_full.txt 11 UNINITIALIZED READ
32 UNINITIALIZED READ
68 UNINITIALIZED READ
79 UNINITIALIZED READ
85 UNINITIALIZED READ
90 UNINITIALIZED READ
100 UNINITIALIZED READ
105 UNINITIALIZED READ
110 UNINITIALIZED READ
120 UNINITIALIZED REA
    [all...]
  /external/clang/test/Analysis/
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...]
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}}
malloc.m 11 // the check that malloc() returns uninitialized memory.
32 rdar10579586(buffer->str_c); // expected-warning {{Function call argument is an uninitialized value}}
  /cts/tools/signature-tools/src/signature/model/
Kind.java 24 "enum"), UNINITIALIZED("UNINITIALIZED");
  /external/bison/lib/
memchr.valgrind 1 # Suppress a valgrind message about use of uninitialized memory in memchr().
  /external/valgrind/main/drd/tests/
pth_uninitialized_cond.stderr.exp 3 Uninitialized condition variable.
  /ndk/sources/host-tools/sed-4.2.1/lib/
memchr.valgrind 1 # Suppress a valgrind message about use of uninitialized memory in memchr().
  /cts/tools/signature-tools/src/signature/model/impl/
SigClassDefinition.java 41 private Kind kind = Kind.UNINITIALIZED;
42 private ITypeReference superClass = Uninitialized.unset();
43 private Set<ITypeReference> interfaces = Uninitialized.unset();
44 private Set<Modifier> modifiers = Uninitialized.unset();
45 private Set<IMethod> methods = Uninitialized.unset();
46 private Set<IConstructor> constructors = Uninitialized.unset();
47 private Set<IClassDefinition> innerClasses = Uninitialized.unset();
48 private Set<IAnnotationField> annotationFields = Uninitialized.unset();
49 private Set<IField> fields = Uninitialized.unset();
50 private Set<IEnumConstant> enumConstants = Uninitialized.unset()
    [all...]
  /external/compiler-rt/lib/msan/lit_tests/
dso-origin.cc 16 // CHECK: WARNING: MemorySanitizer: use-of-uninitialized-value
19 // CHECK: Uninitialized value was created by a heap allocation
23 // CHECK: SUMMARY: MemorySanitizer: use-of-uninitialized-value {{.*dso-origin-so.cc:.* my_access}}
  /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}}
constructor-initializer.cpp 127 // A silly class used to demonstrate field-is-uninitialized in constructors with
138 : A(A), // expected-warning {{field 'A' is uninitialized when used here}}
139 B((((B)))), // expected-warning {{field 'B' is uninitialized when used here}}
140 C(A && InitializeUsingSelfTest::C), // expected-warning {{field 'C' is uninitialized when used here}}
141 D(D, // expected-warning {{field 'D' is uninitialized when used here}}
142 D), // expected-warning {{field 'D' is uninitialized when used here}}
143 E(IntParam(E)) {} // expected-warning {{field 'E' is uninitialized when used here}}
163 B(B), // expected-warning {{field 'B' is uninitialized when used here}}
164 C(rhs.C || C) { } // expected-warning {{field 'C' is uninitialized when used here}}
290 struct S1 { union { int n; }; S1() : n(n) {} }; // expected-warning {{field 'n' is uninitialized when used here}
    [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/chromium_org/third_party/skia/src/images/
SkMovie.cpp 18 fInfo.fDuration = UNINITIALIZED_MSEC; // uninitialized
19 fCurrTime = UNINITIALIZED_MSEC; // uninitialized
71 if (fCurrTime == UNINITIALIZED_MSEC) // uninitialized
  /external/skia/src/images/
SkMovie.cpp 18 fInfo.fDuration = UNINITIALIZED_MSEC; // uninitialized
19 fCurrTime = UNINITIALIZED_MSEC; // uninitialized
71 if (fCurrTime == UNINITIALIZED_MSEC) // uninitialized
  /external/clang/test/FixIt/
fixit-recursive-block.c 7 void (^arc_fail)() = ^() { // expected-warning {{block pointer variable 'arc_fail' is uninitialized when captured by block}} \
  /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;
  /frameworks/av/media/libstagefright/timedtext/
TimedTextDriver.cpp 46 mState(UNINITIALIZED),
67 if (mState == UNINITIALIZED) {
77 case UNINITIALIZED:
99 case UNINITIALIZED:
120 case UNINITIALIZED:
147 case UNINITIALIZED:
151 mState = UNINITIALIZED;
155 mState = UNINITIALIZED;
167 case UNINITIALIZED:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/asm/
a.out.h 9 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
  /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/clang/include/clang/Sema/
AnalysisBasedWarnings.h 69 /// \brief Total number of CFGs with variables analyzed for uninitialized
73 /// \brief Total number of variables analyzed for uninitialized uses.
76 /// \brief Max number of variables analyzed for uninitialized uses in a single
80 /// \brief Total number of block visits during uninitialized use analysis.
83 /// \brief Max number of block visits during uninitialized use analysis of
  /external/chromium_org/tools/valgrind/memcheck/
suppressions.txt 15 Uninitialized value in deflate (Third Party)
16 Memcheck:Uninitialized
112 Memcheck:Uninitialized
118 Memcheck:Uninitialized
166 Memcheck:Uninitialized
174 Memcheck:Uninitialized
270 Memcheck:Uninitialized
277 Memcheck:Uninitialized
658 # IPCing uninitialized data
718 Memcheck:Uninitialized
    [all...]

Completed in 1643 milliseconds

12 3 4 5 6 7 8 91011>>