Searched refs:uninitialized (Results 126 - 150 of 165) sorted by relevance

1234567

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadupdate.c358 rd->dup_blocks[count]->count = profile_count::uninitialized ();
H A Dcgraph.h932 count (profile_count::uninitialized ()),
H A Dexpmed.c22 #pragma GCC diagnostic warning "-Wmaybe-uninitialized"
1646 uninitialized register of the required mode. This can occur if the
6182 profile_probability::uninitialized ());
6220 label, profile_probability::uninitialized ());
6339 NULL, label, profile_probability::uninitialized ());
H A Dlto-cgraph.c1242 profile_count::uninitialized (), false,
H A Dtree-ssa-loop-im.c1879 profile_probability flag_probability = profile_probability::uninitialized ();
H A Dipa-inline.c1908 max_count = profile_count::uninitialized ();
H A Dipa-cp.c3918 max_count = profile_count::uninitialized ();
6035 max_count = profile_count::uninitialized ();
H A Doptabs.c746 profile_probability::uninitialized ());
3306 profile_probability::uninitialized ());
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-threadupdate.cc444 rd->dup_blocks[count]->count = profile_count::uninitialized ();
H A Dloop-unroll.cc823 profile_probability::uninitialized ());
H A Dtree-cfg.cc6551 profile_count total_count = profile_count::uninitialized ();
6552 profile_count entry_count = profile_count::uninitialized ();
6715 profile_count total_count = profile_count::uninitialized (),
6716 exit_count = profile_count::uninitialized ();
H A Dcgraph.h885 count (profile_count::uninitialized ()),
H A Dexpmed.cc22 #pragma GCC diagnostic warning "-Wmaybe-uninitialized"
1655 uninitialized register of the required mode. This can occur if the
6215 profile_probability::uninitialized ());
6253 label, profile_probability::uninitialized ());
6372 NULL, label, profile_probability::uninitialized ());
H A Dipa-inline.cc1968 max_count = profile_count::uninitialized ();
H A Dlto-cgraph.cc1255 profile_count::uninitialized (), false,
H A Dipa-cp.cc4007 base_count = profile_count::uninitialized ();
6696 base_count = profile_count::uninitialized ();
H A Doptabs.cc773 profile_probability::uninitialized ());
3756 profile_probability::uninitialized ());
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc2069 profile_probability::uninitialized ());
2097 profile_probability msw_taken_prob = profile_probability::uninitialized (),
2098 msw_skip_prob = profile_probability::uninitialized (),
2099 lsw_taken_prob = profile_probability::uninitialized ();
/netbsd-current/crypto/external/bsd/openssl.old/dist/
H A DConfigure158 -Wconditional-uninitialized
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c817 memory operands and uninitialized registers.
2798 profile_count::uninitialized ());
/netbsd-current/crypto/external/bsd/openssl/dist/
H A DConfigure185 -Wconditional-uninitialized
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc858 memory operands and uninitialized registers.
2928 profile_count::uninitialized ());
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Darray.d121 // Every element of the uninitialized array must be initialized
550 uninitializedArray is @system if the uninitialized element type has pointers.
862 /* insertInPlace relies on dest being uninitialized, so no postblits allowed,
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp916 APFloat MinSrc(SrcSema, APFloat::uninitialized);
928 APFloat MaxSrc(SrcSema, APFloat::uninitialized);
/netbsd-current/share/mk/
H A Dbsd.own.mk719 CC_WNO_MAYBE_UNINITIALIZED= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -Wno-maybe-uninitialized :}

Completed in 639 milliseconds

1234567