Home
last modified time | relevance | path

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

123456

/external/clang/test/Analysis/
Dobjc-subscript.m51 if (o[self]) // expected-warning {{Subscript access on an uninitialized object pointer}}
54 if (o[0]) // expected-warning {{Subscript access on an uninitialized object pointer}}
66 self[0] = o; // expected-warning {{Argument for subscript setter is an uninitialized value}}
69 self[i] = input; // expected-warning {{Subscript index is an uninitialized value}}
72 (void)self[i]; // expected-warning {{Subscript index is an uninitialized value}}
75 self[input] = o; // expected-warning {{Argument for subscript setter is an uninitialized value}}
78 self[o] = input; // expected-warning {{Subscript index is an uninitialized value}}
81 (void)self[o]; // expected-warning {{Subscript index is an uninitialized value}}
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}}
Dexceptions.mm17 int a; // uninitialized
31 int a; // uninitialized
Dmalloc.m11 // the check that malloc() returns uninitialized memory.
32 …rdar10579586(buffer->str_c); // expected-warning {{Function call argument is an uninitialized valu…
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.m73 // test2 - Test that captured variables that are uninitialized are flagged
78 ^{ 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.m44 …return [aString length]; // expected-warning {{Receiver in message expression is an uninitialized
55 …ddObject:aString]; // expected-warning {{Argument in message expression is an uninitialized value}}
Dproperties.m147 // <rdar://problem/9241180> Static analyzer doesn't detect uninitialized variable issues for proper…
158 if (y && o.x) // expected-warning {{Property access on an uninitialized object pointer}}
164 self.x = y; // expected-warning {{Argument for property setter is an uninitialized value}}
Ddefault-analyze.m23 // uninitialized value when calling NSWidth.
Duninit-ps-rdar6145427.m35 …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.
399 …_test2_aux(value) != 1 ) {} // expected-warning{{Function call argument is an uninitialized value}}
549 // uninitialized (<rdar://problem/6811085>)
650 // are not treated as being uninitialized.
676 builder(x); // expected-warning{{Block call argument is an uninitialized value}}
722 // a false positive that 'uninit' could be uninitialized at the call
879 // was reported as an uninitialized value.
1068 // Do not warn that the value of 'foo' is uninitialized.
1209 // into array without warning about an uninitialized value being returned.
/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/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td20 def CoreUninitialized : Package<"uninitialized">, InPackage<Core>;
60 … 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/e2fsprogs/tests/f_uninit_last_uninit/
Dexpect.11 Last group block bitmap uninitialized. Fix? yes
/external/bluetooth/bluedroid/main/
DAndroid.mk95 …LAGS += -DBUILDCFG $(bdroid_CFLAGS) -Werror -Wno-error=maybe-uninitialized -Wno-error=uninitialized
/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
/external/v8/src/
Dfactory.cc1386 Smi* uninitialized = Smi::FromInt(JSRegExp::kUninitializedValue); in SetRegExpIrregexpData() local
1390 store->set(JSRegExp::kIrregexpASCIICodeIndex, uninitialized); in SetRegExpIrregexpData()
1391 store->set(JSRegExp::kIrregexpUC16CodeIndex, uninitialized); in SetRegExpIrregexpData()
1392 store->set(JSRegExp::kIrregexpASCIICodeSavedIndex, uninitialized); in SetRegExpIrregexpData()
1393 store->set(JSRegExp::kIrregexpUC16CodeSavedIndex, uninitialized); in SetRegExpIrregexpData()
/external/iproute2/
DRELNOTES24 * Julian Anastasov <ja@ssi.bg>: uninitialized fields in nexthop
47 uninitialized. Grr. Thanks to Kunihiro Ishiguro <kunihiro@zebra.org>.

123456