| /freebsd/contrib/llvm-project/libc/src/__support/time/windows/ |
| H A D | clock_gettime.cpp | 41 [[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 D | performance_counter.h | 25 [[clang::uninitialized]] LARGE_INTEGER buffer; in get_ticks_per_second()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/cfi/ |
| H A D | cfi_ignorelist.txt | 3 # 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 D | valgrindtest.c | 269 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 D | read_buffer.sh | 140 atf_test_case uninitialized cleanup 171 atf_add_test_case uninitialized
|
| /freebsd/usr.sbin/hyperv/tools/ |
| H A D | Makefile.inc | 1 CFLAGS.gcc+= -Wno-uninitialized
|
| /freebsd/usr.sbin/hyperv/ |
| H A D | Makefile.inc | 1 CFLAGS.gcc+= -Wno-uninitialized
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFPRange.cpp | 38 : 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 D | BUILD.bazel | 73 "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 D | APFloat.h | 339 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 D | Makefile | 14 CFLAGS+= -Wall -Wmissing-prototypes -Wno-uninitialized
|
| /freebsd/stand/efi/loader/arch/arm/ |
| H A D | arm.ldscript | 39 can access them all, and initialized data all before uninitialized, so
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_affinity.h | 1289 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 D | virstor_test.sh | 24 jot -b uninitialized 0 | dd status=none of=/dev/$md 2> /dev/null
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 24 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 D | Makefile | 34 CWARNFLAGS.self_reloc.c+= -Wno-error=maybe-uninitialized
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 227 #if __has_attribute(uninitialized) 228 #define LLVM_ATTRIBUTE_UNINITIALIZED __attribute__((uninitialized))
|
| /freebsd/share/mk/ |
| H A D | bsd.sys.mk | 78 CWARNFLAGS+= -Wno-uninitialized 191 -Wno-error=uninitialized \ 204 -Wno-error=maybe-uninitialized \
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/ |
| H A D | README.db2 | 41 up as reads of uninitialized memory in the buffer write routines.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 281 #if __has_attribute(uninitialized) 282 # define UNINITIALIZED __attribute__((uninitialized))
|
| /freebsd/sys/conf/ |
| H A D | kern.mk | 24 NO_WSOMETIMES_UNINITIALIZED= -Wno-error=sometimes-uninitialized 63 -Wno-error=maybe-uninitialized \
|
| H A D | ldscript.riscv | 103 can access them all, and initialized data all before uninitialized, so
|
| H A D | ldscript.powerpc | 112 can access them all, and initialized data all before uninitialized, so
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | sctp.sh | 78 /* Note that flags is uninitialized here */
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | lif | 47 # lif first file name for standard directory; 0xffff... means uninitialized
|