/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | tensor_handle_data.h | 51 void Poison(Status status) { in Poison() function 52 return absl::visit([status](auto& data) { data.Poison(status); }, ctrl_); in Poison() 81 void Poison(Status status) {} in Poison() function 93 void Poison(Status status);
|
D | copy_to_device_node.h | 69 void Abort(Status status) override { dst_->Poison(status, dstd_); } in Abort()
|
D | tensor_handle.h | 225 void Poison(Status status, const Device* d); 361 void Poison(Status status);
|
D | tensor_handle.cc | 140 void TensorHandle::PackedTensorHandleData::Poison(Status status) { in Poison() function in tensorflow::TensorHandle::PackedTensorHandleData 896 data.Poison(status); in PoisonRemote() 902 mirror->second.Poison(status); in PoisonRemote() 954 void TensorHandle::Poison(Status status, const Device* d) { in Poison() function in tensorflow::TensorHandle 959 absl::visit([status](auto& data) { data.Poison(status); }, data_); in Poison() 968 mirror.Poison(status); in Poison()
|
D | tensor_handle_data.cc | 125 void LocalTensorHandleData::BlockingControl::Poison(Status status) { in Poison() function in tensorflow::LocalTensorHandleData::BlockingControl
|
D | execute_node.h | 221 handle->Poison(status, ctx_->CanonicalDevice(kernel_->OutputDevice(i))); in Abort()
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 579 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers() argument 582 Ident__exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 583 Ident___exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 584 Ident_GetExceptionCode->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 585 Ident__exception_info->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 586 Ident___exception_info->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 587 Ident_GetExceptionInfo->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 588 Ident__abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 589 Ident___abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 590 Ident_AbnormalTermination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
|
/external/llvm-project/clang/lib/Lex/ |
D | Preprocessor.cpp | 737 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers() argument 740 Ident__exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 741 Ident___exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 742 Ident_GetExceptionCode->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 743 Ident__exception_info->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 744 Ident___exception_info->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 745 Ident_GetExceptionInfo->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 746 Ident__abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 747 Ident___abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers() 748 Ident_AbnormalTermination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
|
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | remote_tensor_handle_data.h | 56 void Poison(Status status);
|
D | remote_tensor_handle_data.cc | 165 void RemoteTensorHandleData::Poison(Status status) { in Poison() function in tensorflow::RemoteTensorHandleData
|
D | remote_copy_node.cc | 276 captured_state_->dst()->Poison(status, recv_device); in StartRecv() 297 captured_state_->dst()->Poison(status, recv_device); in StartRecv()
|
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/ |
D | lifetime.ll | 19 ; Poison memory in prologue: F1F1F1F104F3F3F3 49 ; Poison memory in prologue: F1F1F1F1F8F3F3F3 110 ; Poison memory in prologue: F1F1F1F1F8F3F3F3
|
D | lifetime-throw.ll | 24 ; Poison memory in prologue: F1F1F1F1F8F3F3F3 78 ; Poison memory in prologue: F1F1F1F1F8F304F2
|
D | stack-poisoning.ll | 21 ; Poison red zones.
|
/external/conscrypt/openjdk/src/test/resources/ |
D | README | 8 - cert-ct-poisoned.pem: Same certificate as cert.pem, but with an extra CT Poison extension
|
/external/swiftshader/third_party/subzero/src/ |
D | IceASanInstrumentation.cpp | 323 int32_t Poison = ((CurVals[3] & 0xff) << 24) | ((CurVals[2] & 0xff) << 16) | in instrumentFuncStart() local 325 if (Poison == 0) in instrumentFuncStart() 327 auto *PoisonConst = ConstantInteger32::create(Ctx, IceType_i32, Poison); in instrumentFuncStart()
|
/external/compiler-rt/lib/asan/ |
D | asan_flags.inc | 91 "Poison (or not) the heap memory on [de]allocation. Zero value is useful " 98 "Poison (or not) the array cookie after operator new[].")
|
/external/llvm-project/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 30 Constant* Poison = PoisonValue::get(Int1); in TEST() local 58 EXPECT_EQ(Poison, ConstantExpr::getShl(One, One)); in TEST() 66 EXPECT_EQ(Poison, ConstantExpr::getLShr(One, One)); in TEST() 70 EXPECT_EQ(Poison, ConstantExpr::getAShr(One, One)); in TEST()
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | ValueTrackingTest.cpp | 939 bool Poison = Data[Index].first.first; in TEST() local 941 EXPECT_EQ(canCreatePoison(cast<Operator>(&I)), Poison) in TEST() 944 EXPECT_EQ(canCreateUndefOrPoison(cast<Operator>(&I)), Undef || Poison) in TEST()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_flags.inc | 107 "Poison (or not) the heap memory on [de]allocation. Zero value is useful " 114 "Poison (or not) the array cookie after operator new[].")
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DiagnosticCommonKinds.td | 346 // Poison system directories.
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | shuffle_select.ll | 39 ; Poison flags must be dropped or undef must be replaced with safe constant. 439 ; Poison flags must be dropped or undef must be replaced with safe constant. 487 ; Poison flags must be dropped or undef must be replaced with safe constant. 855 ; Poison flags must be dropped or undef must be replaced with safe constant. 908 ; Poison flags must be dropped or undef must be replaced with safe constant.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2837 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); in copyToShadowInline() local 2839 Poison, IRB.CreateIntToPtr(Ptr, Poison->getType()->getPointerTo()), 1); in copyToShadowInline()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2897 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); in copyToShadowInline() local 2899 Poison, IRB.CreateIntToPtr(Ptr, Poison->getType()->getPointerTo()), in copyToShadowInline()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1571 void PoisonSEHIdentifiers(bool Poison = true); // Borland
|