HomeSort by relevance Sort by last modified time
    Searched refs:uninitialized (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
sanitizer_set_death_callback_test.cc 19 void MaybeInit(int *uninitialized) {
21 *uninitialized = 1;
30 int uninitialized; local
32 MaybeInit(&uninitialized);
33 if (uninitialized) // trigger msan report.
  /external/compiler-rt/test/msan/
dtls_test.c 20 long uninitialized; local
24 *x = uninitialized;
  /external/llvm/lib/Object/
Android.mk 33 # Our windows cross-compiler triggers a spurious uninitialized warning.
34 LOCAL_CFLAGS_windows := -Wno-uninitialized
  /build/core/clang/
config.mk 77 -Wmaybe-uninitialized \
79 -Wno-error=maybe-uninitialized \
84 -Wno-maybe-uninitialized \
  /external/clang/test/Analysis/
misc-ps.c 139 // 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/
valgrindtest.c 61 * 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/
StackMap.java 192 uninitialized(pos, offsetOfNew); method
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); method
  /external/clang/
clang-host-build.mk 33 LOCAL_CFLAGS_windows := -Wno-error=uninitialized
  /external/dhcpcd-6.8.2/
Android.mk 77 # Compiler complains about possibly uninitialized variables in rpc-dbus.c.
78 LOCAL_CFLAGS += -Wno-maybe-uninitialized
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore4Test.java 32 KeyStore uninitialized; field in class:KeyStore4Test
50 uninitialized = KeyStore.getInstance(KEY_STORE_TYPE);
213 uninitialized.getKey("keyalias", null);
258 uninitialized.getCertificateAlias(TestKeyStoreSpi.CERT);
337 uninitialized.store(null, null);
436 uninitialized.store(null);
  /external/llvm/include/llvm/ADT/
APFloat.h 186 /// 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/
types-fuzz.h 75 uninitialized = isolate->factory()->uninitialized_value();
82 UninitializedConstant = Type::Constant(uninitialized, zone);
89 values.push_back(uninitialized);
131 Handle<i::Oddball> uninitialized; member in class:v8::internal::Types
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
sections.s 14 ; uninitialized data
  /development/perftests/panorama/
Android.mk 39 LOCAL_CFLAGS := -O3 -DNDEBUG -Wno-unused-parameter -Wno-maybe-uninitialized
  /external/llvm/
llvm-host-build.mk 15 -Wno-maybe-uninitialized \
  /external/v8/test/mjsunit/regress/
regress-667061.js 39 // Test uninitialized case.
  /external/v8/test/webkit/
cached-call-uninitialized-arguments.js 25 "This test checks that uninitialized parameters for cached call functions correctly defaults to undefined."
  /frameworks/base/tools/aapt2/
Android.mk 144 cFlags_windows := -Wno-maybe-uninitialized # Incorrectly marking use of Maybe.value() as error.
  /external/v8/test/mjsunit/
array-feedback.js 70 // Calls through ICs need warm up through uninitialized, then
  /external/libunwind/
Android.mk 36 # gcc 4.8 appears to be overeager declaring that a variable is uninitialized,
41 -Wno-maybe-uninitialized \
  /external/selinux/libselinux/src/
Makefile 79 -Wno-shadow -Wno-uninitialized -Wno-missing-prototypes -Wno-missing-declarations
  /external/toybox/
Android.mk 210 -Wno-uninitialized \
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
xmlhttp.js 75 * Constant for when xmlhttprequest.readyState is uninitialized
77 UNINITIALIZED: 0,
  /external/clang/www/demo/
index.cgi 99 $input =~ s@\b(add|sub|mul|div|rem|and|or|xor|setne|seteq|setlt|setgt|setle|setge|phi|tail|call|cast|to|shl|shr|vaarg|vanext|ret|br|switch|invoke|unwind|malloc|alloca|free|load|store|getelementptr|begin|end|true|false|declare|global|constant|const|internal|uninitialized|external|implementation|linkonce|weak|appending|null|to|except|not|target|endian|pointersize|big|little|volatile)\b@<span class="llvm_keyword">$1</span>@g;
  /frameworks/base/core/jni/
Android.mk 9 LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses

Completed in 1460 milliseconds

1 2 3