Home
last modified time | relevance | path

Searched refs:poison (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/sys/contrib/ck/include/gcc/
H A Dck_cc.h93 #pragma GCC poison malloc free
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp115 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 Dasan_flags.inc114 "If true, poison partially addressable 8-byte aligned words "
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td260 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 DDiagnosticCommonKinds.td446 InGroup<DiagGroup<"poison-system-directories">>, DefaultIgnore;
H A Driscv_vector_common.td199 // poison, tail policy is tail agnostic, otherwise policy is tail undisturbed.
H A Darm_mve_defs.td105 def poison: IRFunction<"PoisonValue::get">;
H A DDiagnosticLexKinds.td615 def err_pp_invalid_poison : Error<"can only poison identifier tokens">;
H A Darm_mve.td1540 (vreinterpret (ielt_const (ielt_const (poison VecOf<u64>), $a, 0),
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch55 * "Suspect" rrsets are potentially poison. Note that this routine expects
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp2257 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 DChangeLog.2005840 * 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 Dopenssl-req.pod.in410 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 DLLLexer.cpp575 KEYWORD(poison); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td111 /// Parameter or return value may not contain uninitialized or poison bits.
H A DIntrinsics.td85 // NoUndef - The return value or specified argument is neither undef nor poison.
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Ddeque786 …// 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 Ddeque977 …// 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 Drelease.pkg.yao211 "-Wno-poison-system-directories",
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in203 # 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 DCIROps.td1065 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 DChangeLog419 * context_s.c: const poison
/freebsd/share/dict/
H A Dweb2a4853 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 DCombine.td237 // when Op0 is not guaranteed non-poison
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td1280 // to poison semantics they are no longer safe for LLVM IR, perform them here

12