Home
last modified time | relevance | path

Searched refs:uninitialized (Results 1 – 25 of 133) sorted by relevance

123456

/external/clang/test/Analysis/
Duninit-vals-ps-region.m20 // Test uninitialized value due to part of the structure being uninitialized.
51 …aux(x); // expected-warning{{Passed-by-value struct argument contains uninitialized data (e.g., fi…
59 …[o passVal:x]; // expected-warning{{Passed-by-value struct argument contains uninitialized data (e…
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
71 // The flip side of PR10163 -- float arrays that are actually uninitialized
76 test_PR10163(x[1]); // expected-warning{{uninitialized value}}
Dunions-region.m10 // false positive of a 'pass-by-value argument is uninitialized'
33 // false positive of a 'pass-by-value argument is uninitialized'
Dblocks.m71 // test2 - Test that captured variables that are uninitialized are flagged
76 ^{ y = x + 1; }(); // expected-warning{{Variable 'x' is uninitialized when captured by block}}
89 …myblock f = ^() { f(); }; // expected-warning{{Variable 'f' is uninitialized when captured by bloc…
Duninit-msg-expr.m45 …return [aString length]; // expected-warning {{Receiver in message expression is an uninitialized
56 …ddObject:aString]; // expected-warning {{Argument in message expression is an uninitialized value}}
Dmisc-ps-basic-store.m6 // below won't fire an "uninitialized value" warning.
Duninit-ps-rdar6145427.m36 …r objectAtIndex:0]; // expected-warning{{Receiver in message expression is an uninitialized value}}
Dmisc-ps-region-store.m41 // below won't fire an "uninitialized value" warning.
50 // as involving an uninitialized value.
397 …_test2_aux(value) != 1 ) {} // expected-warning{{Function call argument is an uninitialized value}}
547 // uninitialized (<rdar://problem/6811085>)
648 // are not treated as being uninitialized.
674 builder(x); // expected-warning{{Function call argument is an uninitialized value}}
720 // a false positive that 'uninit' could be uninitialized at the call
877 // was reported as an uninitialized value.
1066 // Do not warn that the value of 'foo' is uninitialized.
1207 // into array without warning about an uninitialized value being returned.
/external/clang/include/clang/Basic/
DDiagnosticAnalysisKinds.td12 // CHECK: use of uninitialized values
13 def warn_uninit_val : Warning<"use of uninitialized variable">;
DDiagnosticGroups.td149 def Uninitialized : DiagGroup<"uninitialized">;
150 def UninitializedMaybe : DiagGroup<"conditional-uninitialized">;
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td24 def CoreUninitialized : Package<"uninitialized">, InPackage<Core>;
64 … errors for function calls and Objective-C message expressions (e.g., uninitialized arguments, nul…
144 HelpText<"Check for uninitialized values used as array subscripts">,
148 HelpText<"Check for assigning uninitialized values">,
152 HelpText<"Check for uninitialized values used as branch conditions">,
156 HelpText<"Check for blocks that capture uninitialized values">,
160 HelpText<"Check for uninitialized values being returned to the caller">,
163 } // end "core.uninitialized"
/external/javassist/src/main/javassist/bytecode/
DStackMap.java192 uninitialized(pos, offsetOfNew); in typeInfoArray2()
220 public void uninitialized(int pos, int offset) {} in uninitialized() method in StackMap.Walker
262 public void uninitialized(int pos, int offset) { in uninitialized() method in StackMap.Copier
331 public void uninitialized(int pos, int offset) { in uninitialized() method in StackMap.SimpleCopy
455 uninitialized(pos, offsetOfNew); in stackTypeInfoArray()
/external/e2fsprogs/tests/m_uninit/
Dscript1 DESCRIPTION="uninitialized group feature"
/external/e2fsprogs/tests/f_uninit_last_uninit/
Dexpect.11 Last group block bitmap uninitialized. Fix? yes
/external/clang/test/SemaObjC/
Duninit-variables.m7 return x; // expected-warning{{variable 'x' is uninitialized when used here}}
/external/llvm/test/Transforms/Inline/
D2010-05-31-ByvalTailcall.ll7 ; (inlined) call to 'ext' in 'foo' was being passed an uninitialized value.
/external/valgrind/main/
Dxfree-4.supp130 struct with uninitialized paddings
140 struct with uninitialized paddings - libxcb
151 struct with uninitialized paddings - libxcb
163 another struct with uninitialized paddings
/external/clang/docs/
DBlock-ABI-Apple.txt96 …he address of the external _NSConcreteStackBlock, which is a block of uninitialized memory supplie…
125 (1<<29), <uninitialized>,
135 (1<<28)|(1<<29), <uninitialized>,
181 (1<<29), <uninitialized>,
241 (1<<25)|(1<<29), <uninitialized>
415 (1<<25)|(1<<29), <uninitialized>,
473 void *isa; // uninitialized
532 (1<<25)|(1<<29), <uninitialized>,
589 (1<<25)|(1<<26)|(1<<29), <uninitialized>,
/external/libpng/
DANNOUNCE46 Fixed uninitialized memory read in png_format_buffer() (Bug
/external/valgrind/main/docs/internals/
D3_2_BUGSTATUS.txt38 124478 glibc-fix memcheck reports uninitialized bytes on
44 128359 glibc-fix Please suppress the uninitialized bytes report
274 pending pending 124478 memcheck reports uninitialized bytes on
277 pending pending 128359 Please suppress the uninitialized bytes
315 uninitialized
/external/qemu/
Dalpha.ld78 can access them all, and initialized data all before uninitialized, so
Dsparc.ld100 can access them all, and initialized data all before uninitialized, so
Di386-vl.ld91 can access them all, and initialized data all before uninitialized, so
Darm.ld104 can access them all, and initialized data all before uninitialized, so
Di386.ld104 can access them all, and initialized data all before uninitialized, so
/external/iproute2/
DRELNOTES24 * Julian Anastasov <ja@ssi.bg>: uninitialized fields in nexthop
47 uninitialized. Grr. Thanks to Kunihiro Ishiguro <kunihiro@zebra.org>.

123456