Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/libc/src/__support/time/windows/
H A Dclock_gettime.cpp41 [[clang::uninitialized]] LARGE_INTEGER buffer; in clock_gettime()
62 [[clang::uninitialized]] FILETIME file_time; in clock_gettime()
63 [[clang::uninitialized]] ULARGE_INTEGER time; in clock_gettime()
88 [[clang::uninitialized]] FILETIME creation_time; in clock_gettime()
89 [[clang::uninitialized]] FILETIME exit_time; in clock_gettime()
90 [[clang::uninitialized]] FILETIME kernel_time; in clock_gettime()
91 [[clang::uninitialized]] FILETIME user_time; in clock_gettime()
H A Dperformance_counter.h25 [[clang::uninitialized]] LARGE_INTEGER buffer; in get_ticks_per_second()
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi_ignorelist.txt3 # uninitialized T* (libstdc++, MSVC stdlib).
15 # This ctor is used by std::make_shared and needs to cast to uninitialized T*
/freebsd/contrib/libpcap/testprogs/
H A Dvalgrindtest.c269 struct bpf_insn uninitialized[INSN_COUNT]; in main() local
272 struct sock_filter uninitialized[INSN_COUNT]; in main() local
421 bad_fcode.bf_insns = uninitialized; in main()
425 bad_fcode.filter = uninitialized; in main()
/freebsd/tests/sys/cam/ctl/
H A Dread_buffer.sh140 atf_test_case uninitialized cleanup
171 atf_add_test_case uninitialized
/freebsd/usr.sbin/hyperv/tools/
H A DMakefile.inc1 CFLAGS.gcc+= -Wno-uninitialized
/freebsd/usr.sbin/hyperv/
H A DMakefile.inc1 CFLAGS.gcc+= -Wno-uninitialized
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFPRange.cpp38 : Lower(Sem, APFloat::uninitialized), Upper(Sem, APFloat::uninitialized) { in ConstantFPRange()
46 : Lower(Value.getSemantics(), APFloat::uninitialized), in ConstantFPRange()
47 Upper(Value.getSemantics(), APFloat::uninitialized) { in ConstantFPRange()
/freebsd/contrib/googletest/googletest/test/
H A DBUILD.bazel73 "googletest-uninitialized-test_.cc",
519 name = "googletest-uninitialized-test_",
521 srcs = ["googletest-uninitialized-test_.cc"],
526 name = "googletest-uninitialized-test",
528 srcs = ["googletest-uninitialized-test.py"],
529 data = ["googletest-uninitialized-test_"],
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h339 uninitialized enumerator
381 static constexpr uninitializedTag uninitialized = APFloatBase::uninitialized; variable
1089 : U(Semantics, uninitialized) {} in APFloat()
1104 APFloat Val(Sem, uninitialized);
1123 APFloat Val(Sem, uninitialized);
1146 APFloat Val(Sem, uninitialized);
1154 APFloat Val(Sem, uninitialized);
1163 APFloat Val(Sem, uninitialized);
1173 APFloat Val(Sem, uninitialized);
1184 APFloat Val(Sem, uninitialized);
/freebsd/sbin/pfctl/
H A DMakefile14 CFLAGS+= -Wall -Wmissing-prototypes -Wno-uninitialized
/freebsd/stand/efi/loader/arch/arm/
H A Darm.ldscript39 can access them all, and initialized data all before uninitialized, so
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h1289 volatile kmp_int8 uninitialized; // 0=initialized, 1=not initialized, variable
1308 : maxLevels(7), depth(1), uninitialized(not_initialized), resizing(0) {} in hierarchy_info()
1311 if (!uninitialized && numPerLevel) { in fini()
1314 uninitialized = not_initialized; in fini()
1320 &uninitialized, not_initialized, initializing); in init()
1322 while (TCR_1(uninitialized) != initialized) in init()
1388 uninitialized = initialized; // One writer in init()
/freebsd/tests/sys/geom/class/virstor/
H A Dvirstor_test.sh24 jot -b uninitialized 0 | dd status=none of=/dev/$md 2> /dev/null
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td24 def CoreUninitialized : Package<"uninitialized">, ParentPackage<Core>;
156 "message expressions (e.g., uninitialized arguments, null function "
412 HelpText<"Check for uninitialized values used as array subscripts">,
416 HelpText<"Check for assigning uninitialized values">,
420 HelpText<"Check for uninitialized values used as branch conditions">,
424 HelpText<"Check for blocks that capture uninitialized values">,
428 HelpText<"Check for uninitialized values being returned to the caller">,
435 } // end "core.uninitialized"
495 HelpText<"Checks if the string manipulation function would read uninitialized bytes">,
704 HelpText<"Reports uninitialized fields after object construction">,
[all …]
/freebsd/stand/uboot/
H A DMakefile34 CWARNFLAGS.self_reloc.c+= -Wno-error=maybe-uninitialized
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h227 #if __has_attribute(uninitialized)
228 #define LLVM_ATTRIBUTE_UNINITIALIZED __attribute__((uninitialized))
/freebsd/share/mk/
H A Dbsd.sys.mk78 CWARNFLAGS+= -Wno-uninitialized
191 -Wno-error=uninitialized \
204 -Wno-error=maybe-uninitialized \
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/
H A DREADME.db241 up as reads of uninitialized memory in the buffer write routines.
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h281 #if __has_attribute(uninitialized)
282 # define UNINITIALIZED __attribute__((uninitialized))
/freebsd/sys/conf/
H A Dkern.mk24 NO_WSOMETIMES_UNINITIALIZED= -Wno-error=sometimes-uninitialized
63 -Wno-error=maybe-uninitialized \
H A Dldscript.riscv103 can access them all, and initialized data all before uninitialized, so
H A Dldscript.powerpc112 can access them all, and initialized data all before uninitialized, so
/freebsd/tools/test/stress2/misc/
H A Dsctp.sh78 /* Note that flags is uninitialized here */
/freebsd/contrib/file/magic/Magdir/
H A Dlif47 # lif first file name for standard directory; 0xffff... means uninitialized

12345