| /freebsd/sys/contrib/ck/include/gcc/ |
| H A D | ck_cc.h | 93 #pragma GCC poison malloc free
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_poisoning.cpp | 115 void AsanPoisonOrUnpoisonIntraObjectRedzone(uptr ptr, uptr size, bool poison) { in AsanPoisonOrUnpoisonIntraObjectRedzone() argument 119 poison ? "" : "un", (void *)ptr, (void *)end, size); in AsanPoisonOrUnpoisonIntraObjectRedzone() 128 poison ? static_cast<u8>(ptr % ASAN_SHADOW_GRANULARITY) : 0; in AsanPoisonOrUnpoisonIntraObjectRedzone() 133 *(u8*)MemToShadow(ptr) = poison ? kAsanIntraObjectRedzone : 0; in AsanPoisonOrUnpoisonIntraObjectRedzone()
|
| H A D | asan_flags.inc | 114 "If true, poison partially addressable 8-byte aligned words "
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_vector.td | 260 The Vector(s) is poison when the policy behavior allows us to not care 917 // insert poison passthru 1230 // insert poison passthru 1632 // insert poison passthru
|
| H A D | DiagnosticCommonKinds.td | 446 InGroup<DiagGroup<"poison-system-directories">>, DefaultIgnore;
|
| H A D | riscv_vector_common.td | 199 // poison, tail policy is tail agnostic, otherwise policy is tail undisturbed.
|
| H A D | arm_mve_defs.td | 105 def poison: IRFunction<"PoisonValue::get">;
|
| H A D | DiagnosticLexKinds.td | 615 def err_pp_invalid_poison : Error<"can only poison identifier tokens">;
|
| H A D | arm_mve.td | 1540 (vreinterpret (ielt_const (ielt_const (poison VecOf<u64>), $a, 0),
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | aaaa-filter-iterator.patch | 55 * "Suspect" rrsets are potentially poison. Note that this routine expects
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 2257 mlir::Value poison = rewriter.create<mlir::LLVM::PoisonOp>(loc, llvmTy); in matchAndRewrite() local 2263 rewriter.replaceOp(op, poison); in matchAndRewrite() 2289 loc, poison, elementValue, indexValue); in matchAndRewrite() 2292 poison, zeroValues); in matchAndRewrite()
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.2005 | 840 * lib/hdb/keytab.c: const poison, add a unconst where needed 1660 * lib/krb5/verify_krb5_conf.c: const poison 1662 * lib/krb5/test_alname.c: const poison 1664 * lib/asn1/main.c: const poison
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-req.pod.in | 410 A poison extension will be added to the certificate, making it a 414 removing the poison and signing the certificate.
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 575 KEYWORD(poison); in LexIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 111 /// Parameter or return value may not contain uninitialized or poison bits.
|
| H A D | Intrinsics.td | 85 // NoUndef - The return value or specified argument is neither undef nor poison.
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | deque | 786 …// We iterate over map pointers (chunks) and fully poison all memory blocks between the first and … 1683 // ASan: this is empty container, we have to poison whole block 1808 // ASan: this is an empty container, we have to poison the whole block
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | deque | 977 …// We iterate over map pointers (chunks) and fully poison all memory blocks between the first and … 2144 // ASan: this is empty container, we have to poison whole block 2269 // ASan: this is an empty container, we have to poison the whole block
|
| /freebsd/contrib/bc/scripts/ |
| H A D | release.pkg.yao | 211 "-Wno-poison-system-directories",
|
| /freebsd/contrib/unbound/doc/ |
| H A D | example.conf.in | 203 # protects against poison attempts. 629 # the cache is cleared to flush potential poison out of it.
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIROps.td | 1065 If the `nsw` (no signed wrap) attribute is present, the result is poison if 1371 present, the result is poison if signed or unsigned overflow occurs
|
| /freebsd/crypto/heimdal/lib/kadm5/ |
| H A D | ChangeLog | 419 * context_s.c: const poison
|
| /freebsd/share/dict/ |
| H A D | web2a | 4853 beaver poison 6376 bloom poison 7496 box poison 11371 chigoe-poison 14265 cow poison 14915 crow poison 17240 dog poison 20063 fall poison 21791 fish poison 22534 fly poison [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Combine.td | 237 // when Op0 is not guaranteed non-poison
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 1280 // to poison semantics they are no longer safe for LLVM IR, perform them here
|