Home
last modified time | relevance | path

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

12345678

/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dsanitizer_set_death_callback_test.cc19 void MaybeInit(int *uninitialized) { in MaybeInit() argument
21 *uninitialized = 1; in MaybeInit()
30 int uninitialized; in main() local
32 MaybeInit(&uninitialized); in main()
33 if (uninitialized) // trigger msan report. in main()
/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
Dunions-region.m11 // false positive of a 'pass-by-value argument is uninitialized'
34 // false positive of a 'pass-by-value argument is uninitialized'
Dmalloc.m11 // the check that malloc() returns uninitialized memory.
32 …rdar10579586(buffer->str_c); // expected-warning {{Function call argument is an uninitialized valu…
Dmisc-ps.c176 int uninitialized; in sinkAfterRegularNode() local
177 context->callback(uninitialized); // expected-warning {{uninitialized}} in sinkAfterRegularNode()
Dblocks.m79 // test2 - Test that captured variables that are uninitialized are flagged
84 ^{ y = x + 1; }(); // expected-warning{{Variable 'x' is uninitialized when captured by block}}
95 …myblock f = ^() { f(); }; // expected-warning{{Variable 'f' is uninitialized when captured by bloc…
120 // uninitialized when captured by the exterior block (when it is only
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}}
/external/compiler-rt/test/msan/
Ddtls_test.c20 long uninitialized; in Thread1() local
24 *x = uninitialized; in Thread1()
/external/libpcap/tests/
Dvalgrindtest.c223 struct bpf_insn uninitialized[INSN_COUNT]; in main() local
226 struct sock_filter uninitialized[INSN_COUNT]; in main() local
374 bad_fcode.bf_insns = uninitialized; in main()
378 bad_fcode.filter = uninitialized; in main()
/external/clang/docs/
DMemorySanitizer.rst11 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
144 intermediate stores the uninitialized value went through. Origin
/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/clang/test/SemaObjC/
Duninit-variables.m18 return x; // expected-warning{{variable 'x' is uninitialized when used here}}
55 return x; // expected-warning {{variable 'x' is uninitialized when used here}}
/external/e2fsprogs/tests/m_uninit/
Dscript1 DESCRIPTION="uninitialized group feature"
/external/v8/test/cctest/
Dtypes-fuzz.h75 uninitialized = isolate->factory()->uninitialized_value(); in Types()
82 UninitializedConstant = Type::Constant(uninitialized, zone); in Types()
89 values.push_back(uninitialized); in Types()
131 Handle<i::Oddball> uninitialized; variable
/external/bison/lib/
Drawmemchr.valgrind1 # Suppress a valgrind message about use of uninitialized memory in rawmemchr().
Dstrchrnul.valgrind1 # Suppress a valgrind message about use of uninitialized memory in strchrnul().
Dmemchr.valgrind1 # Suppress a valgrind message about use of uninitialized memory in memchr().
/external/e2fsprogs/tests/f_uninit_last_uninit/
Dexpect.11 Last group block bitmap uninitialized. Fix? yes
/external/llvm/include/llvm/ADT/
DAPFloat.h188 uninitialized enumerator
217 APFloat Val(Sem, uninitialized);
226 APFloat Val(Sem, uninitialized);
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td25 def CoreUninitialized : Package<"uninitialized">, InPackage<Core>;
89 … errors for function calls and Objective-C message expressions (e.g., uninitialized arguments, nul…
153 … errors for function calls and Objective-C message expressions (e.g., uninitialized arguments, nul…
213 HelpText<"Check for uninitialized values used as array subscripts">,
217 HelpText<"Check for assigning uninitialized values">,
221 HelpText<"Check for uninitialized values used as branch conditions">,
225 HelpText<"Check for blocks that capture uninitialized values">,
229 HelpText<"Check for uninitialized values being returned to the caller">,
232 } // end "core.uninitialized"
/external/clang/
Dclang-host-build.mk33 LOCAL_CFLAGS_windows := -Wno-error=uninitialized
/external/llvm/lib/Object/
DAndroid.mk34 LOCAL_CFLAGS_windows := -Wno-uninitialized
/external/lldb/
Dlldb-build.mk7 -Wno-uninitialized \

12345678