Searched defs:uninitialized (Results 1 - 19 of 19) sorted by relevance

/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dsanitizer_set_death_callback_test.cc19 void MaybeInit(int *uninitialized) { argument
21 *uninitialized = 1;
30 int uninitialized; local
32 MaybeInit(&uninitialized);
33 if (uninitialized) // trigger msan report.
/external/compiler-rt/test/msan/
H A Ddtls_test.c20 long uninitialized; local
24 *x = uninitialized;
/external/clang/test/Analysis/
H A Dmisc-ps.c139 // This was triggering a false "use of uninitialized value" warning.
156 // Test that we handle an uninitialized value within a logical expression.
176 int uninitialized; local
177 context->callback(uninitialized); // expected-warning {{uninitialized}}
/external/libpcap/tests/
H A Dvalgrindtest.c61 * make sure that, in the uninitialized-data tests, the filters aren't
223 struct bpf_insn uninitialized[INSN_COUNT]; local
226 struct sock_filter uninitialized[INSN_COUNT]; local
350 * Try setting a filter with an uninitialized bpf_program
366 * structure that points to an uninitialized program.
374 bad_fcode.bf_insns = uninitialized;
378 bad_fcode.filter = uninitialized;
/external/javassist/src/main/javassist/bytecode/
H A DStackMap.java192 uninitialized(pos, offsetOfNew);
220 public void uninitialized(int pos, int offset) {} method in class:StackMap.Walker
262 public void uninitialized(int pos, int offset) { method in class:StackMap.Copier
331 public void uninitialized(int pos, int offset) { method in class:StackMap.SimpleCopy
455 uninitialized(pos, offsetOfNew);
/external/llvm/include/llvm/ADT/
H A DAPFloat.h186 /// Convenience enum used to construct an uninitialized APFloat.
188 uninitialized enumerator in enum:llvm::APFloat::uninitializedTag
217 APFloat Val(Sem, uninitialized);
226 APFloat Val(Sem, uninitialized);
/external/v8/test/cctest/
H A Dtypes-fuzz.h76 uninitialized = isolate->factory()->uninitialized_value();
83 UninitializedConstant = Type::Constant(uninitialized, region);
90 values.push_back(uninitialized);
132 Handle<i::Oddball> uninitialized; member in class:v8::internal::Types
/external/v8/src/arm/
H A Dcode-stubs-arm.cc2312 // are uninitialized, monomorphic (indicated by a JSFunction), and
2365 // A monomorphic miss (i.e, here the cache is not uninitialized) goes
2377 // An uninitialized cache is patched with the function
2513 Label uninitialized, miss, not_allocation_site; local
2535 __ b(eq, &uninitialized);
2551 __ bind(&uninitialized);
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc2696 // uninitialized, monomorphic (indicated by a JSFunction), and megamorphic.
2750 // A monomorphic miss (i.e, here the cache is not uninitialized) goes
2762 // An uninitialized cache is patched with the function or sentinel to
2924 Label uninitialized, miss, not_allocation_site; local
2957 __ bind(&uninitialized);
/external/v8/src/
H A Dfactory.cc2378 Smi* uninitialized = Smi::FromInt(JSRegExp::kUninitializedValue); local
2382 store->set(JSRegExp::kIrregexpLatin1CodeIndex, uninitialized);
2383 store->set(JSRegExp::kIrregexpUC16CodeIndex, uninitialized);
2384 store->set(JSRegExp::kIrregexpLatin1CodeSavedIndex, uninitialized);
2385 store->set(JSRegExp::kIrregexpUC16CodeSavedIndex, uninitialized);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc1958 // are uninitialized, monomorphic (indicated by a JSFunction), and
2005 // A monomorphic miss (i.e, here the cache is not uninitialized) goes
2017 // An uninitialized cache is patched with the function or sentinel to
2154 Label uninitialized, miss, not_allocation_site; local
2176 __ j(equal, &uninitialized);
2192 __ bind(&uninitialized);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc2450 // are uninitialized, monomorphic (indicated by a JSFunction), and
2502 // A monomorphic miss (i.e, here the cache is not uninitialized) goes
2515 // An uninitialized cache is patched with the function.
2651 Label uninitialized, miss, not_allocation_site; local
2672 __ Branch(&uninitialized, eq, t0, Operand(at));
2690 __ bind(&uninitialized);
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc2486 // are uninitialized, monomorphic (indicated by a JSFunction), and
2538 // A monomorphic miss (i.e, here the cache is not uninitialized) goes
2551 // An uninitialized cache is patched with the function.
2728 Label uninitialized, miss, not_allocation_site; local
2749 __ Branch(&uninitialized, eq, a4, Operand(at));
2767 __ bind(&uninitialized);
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc2453 // are uninitialized, monomorphic (indicated by a JSFunction), and
2507 // A monomorphic miss (i.e, here the cache is not uninitialized) goes
2520 // An uninitialized cache is patched with the function
2665 Label uninitialized, miss, not_allocation_site; local
2687 __ beq(&uninitialized);
2702 __ bind(&uninitialized);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc1808 // are uninitialized, monomorphic (indicated by a JSFunction), and
1858 // A monomorphic miss (i.e, here the cache is not uninitialized) goes
1869 // An uninitialized cache is patched with the function or sentinel to
2009 Label uninitialized, miss, not_allocation_site; local
2031 __ j(equal, &uninitialized);
2046 __ bind(&uninitialized);
/external/v8/src/x87/
H A Dcode-stubs-x87.cc1665 // are uninitialized, monomorphic (indicated by a JSFunction), and
1712 // A monomorphic miss (i.e, here the cache is not uninitialized) goes
1724 // An uninitialized cache is patched with the function or sentinel to
1861 Label uninitialized, miss, not_allocation_site; local
1883 __ j(equal, &uninitialized);
1899 __ bind(&uninitialized);
/external/v8/src/crankshaft/
H A Dhydrogen.cc4063 // Check for the hole value (from an uninitialized const).
5916 // contains computed properties with an uninitialized value.
5997 bool uninitialized = false; local
6002 uninitialized = true;
6097 instr->SetUninitialized(uninitialized);
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 654 milliseconds