Searched refs:uninitialized (Results 1 - 25 of 165) sorted by relevance

1234567

/netbsd-current/regress/lib/libc/divrem/
H A DMakefile6 COPTS+= -Wall -Wno-format -Wno-parentheses -Wno-uninitialized
/netbsd-current/dist/pf/usr.sbin/ftp-proxy/
H A DMakefile10 -Wno-uninitialized
/netbsd-current/dist/pf/sbin/pfctl/
H A DMakefile7 CFLAGS+= -Wall -Wmissing-prototypes -Wno-uninitialized
/netbsd-current/tests/include/
H A DMakefile27 CWARNFLAGS.clang+= -Wno-uninitialized
/netbsd-current/tests/lib/libcurses/director/
H A DMakefile19 COPTS.testlang_parse.c += -Wno-uninitialized
/netbsd-current/tests/lib/libc/misc/
H A DMakefile35 COPTS.t_ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 12:? -Wno-uninitialized :}
36 COPTS.t_ubsanxx.cpp+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 12:? -Wno-uninitialized :}
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dprofile-count.h234 static profile_probability uninitialized () function
330 return uninitialized ();
348 return *this = uninitialized ();
363 return uninitialized ();
376 return *this = uninitialized ();
391 return uninitialized ();
404 return *this = uninitialized ();
418 return uninitialized ();
446 return *this = uninitialized ();
502 if (*this == uninitialized ())
767 static profile_count uninitialized () function
[all...]
H A Ddojump.c317 profile_probability op0_prob = profile_probability::uninitialized ();
318 profile_probability op1_prob = profile_probability::uninitialized ();
348 profile_probability op0_prob = profile_probability::uninitialized ();
349 profile_probability op1_prob = profile_probability::uninitialized ();
468 profile_probability::uninitialized ());
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dprofile-count.h234 static profile_probability uninitialized () function
330 return uninitialized ();
348 return *this = uninitialized ();
363 return uninitialized ();
376 return *this = uninitialized ();
391 return uninitialized ();
404 return *this = uninitialized ();
418 return uninitialized ();
446 return *this = uninitialized ();
502 if (*this == uninitialized ())
770 static profile_count uninitialized () function
[all...]
H A Ddojump.cc317 profile_probability op0_prob = profile_probability::uninitialized ();
318 profile_probability op1_prob = profile_probability::uninitialized ();
348 profile_probability op0_prob = profile_probability::uninitialized ();
349 profile_probability op1_prob = profile_probability::uninitialized ();
468 profile_probability::uninitialized ());
/netbsd-current/external/gpl3/gcc/lib/
H A DMakefile.sanitizer101 COPTS.sanitizer_posix.cpp+=-Wno-error=maybe-uninitialized
102 COPTS.tsan_rtl_access.cpp+=-Wno-error=maybe-uninitialized
103 COPTS.ubsan_handlers_cxx.cpp+=-Wno-error=maybe-uninitialized
/netbsd-current/sys/modules/dtrace/dtrace/
H A DMakefile52 -Wno-sometimes-uninitialized \
59 -Wno-uninitialized
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dvalgrindtest.c28 * valgrind claims are being made to uninitialized data, when, in
90 * make sure that, in the uninitialized-data tests, the filters aren't
107 * a program with uninitialized content, to make sure what we're testing
271 struct bpf_insn uninitialized[INSN_COUNT]; local
274 struct sock_filter uninitialized[INSN_COUNT]; local
399 * Try setting a filter with an uninitialized bpf_program
415 * structure that points to an uninitialized program.
423 bad_fcode.bf_insns = uninitialized;
427 bad_fcode.filter = uninitialized;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
H A Dm68hc11.inc43 ; (otherwise any 'globalvar' appears uninitialized)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
H A Dm68hc11.inc43 ; (otherwise any 'globalvar' appears uninitialized)
/netbsd-current/tests/sys/crypto/chacha/
H A DMakefile51 COPTS.chacha_sse2.c+= ${${ACTIVE_CC} == "gcc":? -Wno-maybe-uninitialized :}
/netbsd-current/external/bsd/libc++/lib/
H A DMakefile50 CWARNFLAGS.clang+= -Wno-error=missing-prototypes -Wno-error=sometimes-uninitialized
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic54x/
H A Dsections.s14 ; uninitialized data
/netbsd-current/sys/modules/solaris/
H A DMakefile.solmod72 CWARNFLAGS+= -Wno-uninitialized
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h223 /// Convenience enum used to construct an uninitialized APFloat.
225 uninitialized enumerator in enum:llvm::APFloatBase::uninitializedTag
871 : U(Semantics, uninitialized) {}
886 APFloat Val(Sem, uninitialized);
895 APFloat Val(Sem, uninitialized);
918 APFloat Val(Sem, uninitialized);
926 APFloat Val(Sem, uninitialized);
935 APFloat Val(Sem, uninitialized);
945 APFloat Val(Sem, uninitialized);
956 APFloat Val(Sem, uninitialized);
[all...]
/netbsd-current/sys/lib/libkern/
H A DMakefile.compiler-rt126 -Wno-uninitialized
/netbsd-current/external/gpl2/grep/dist/
H A Dgrep.spec106 - Fix a bug with "directories" being uninitialized
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A DMakefile22 subdir-ccflags-y += $(call cc-disable-warning, sometimes-uninitialized)
24 subdir-ccflags-y += $(call cc-disable-warning, uninitialized)
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc803 /* The set tracking the yet-uninitialized members. */
804 hash_set<tree> *uninitialized; member in struct:find_uninit_data
811 /* walk_tree callback that warns about using uninitialized data in
818 hash_set<tree> *uninitialized = d->uninitialized; local
841 uninitialized->empty ();
864 /* Warn about uninitialized 'this'. */
886 so carry on to detect that 'x' is used uninitialized. */
891 /* If we find FIELD in the uninitialized set, we warn. */
902 && uninitialized
926 find_uninit_fields(tree *t, hash_set<tree> *uninitialized, tree member) argument
941 perform_member_init(tree member, tree init, hash_set<tree> &uninitialized) argument
1598 uninitialized); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-init.c44 static enum { uninitialized, initializing, initialized } acc_init_state enumerator in enum:__anon1377
45 = uninitialized;

Completed in 170 milliseconds

1234567