/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | remote_copy_node.cc | 205 captured_state_->dst()->Poison(status); in RunRemoteRecv() 217 captured_state_->dst()->Poison(send_status); in RunRemoteRecv() 239 captured_state->dst()->Poison(s); in RunRemoteRecv() 253 captured_state_->dst()->Poison(status); in StartRecv() 274 captured_state_->dst()->Poison(status); in StartRecv() 311 captured_state_->dst()->Poison(s); in StartRemoteSendTensor() 331 captured_state->dst()->Poison(s); in StartRemoteSendTensor() 373 captured_state_->dst()->Poison(status); in Abort()
|
D | remote_execute_node.cc | 84 retvals[i]->Poison(status); in RunAsync()
|
D | remote_execute_node.h | 85 handle->Poison(status); 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/tensorflow/tensorflow/core/common_runtime/eager/ |
D | copy_to_device_node.h | 49 void Abort(Status status) override { dst_->Poison(status); } in Abort()
|
D | execute_node.h | 135 handle->Poison(status); in Abort()
|
D | tensor_handle.h | 168 void Poison(Status status);
|
D | tensor_handle.cc | 582 void TensorHandle::Poison(Status status) { in Poison() function in tensorflow::TensorHandle
|
D | execute.cc | 746 retvals[j]->Poison(errors::Internal( in EagerRemoteExecute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/ |
D | lifetime.ll | 17 ; Poison memory in prologue: F1F1F1F104F3F3F3 47 ; Poison memory in prologue: F1F1F1F1F8F3F3F3 108 ; Poison memory in prologue: F1F1F1F1F8F3F3F3
|
D | lifetime-throw.ll | 23 ; Poison memory in prologue: F1F1F1F1F8F3F3F3 77 ; Poison memory in prologue: F1F1F1F1F8F304F2
|
D | stack-poisoning.ll | 19 ; 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/libxml2/ |
D | Android.bp | 82 // Poison various things that should not be defined.
|
/external/swiftshader/third_party/llvm-7.0/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-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2685 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); in copyToShadowInline() local 2687 Poison, IRB.CreateIntToPtr(Ptr, Poison->getType()->getPointerTo()), 1); in copyToShadowInline()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 1571 void PoisonSEHIdentifiers(bool Poison = true); // Borland
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1944 Value *Poison = ConstantInt::get(StoreTy, DoPoison ? Val : 0); in poisonRedZones() local 1945 IRB.CreateStore(Poison, IRB.CreateIntToPtr(Ptr, StoreTy->getPointerTo())); in poisonRedZones()
|
/external/scapy/doc/scapy/ |
D | usage.rst | 500 arpcachepoison : Poison target's cache with (your MAC,victim's IP) couple
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 4889 const Instruction *Poison = PoisonStack.pop_back_val(); in isAddRecNeverPoison() local 4891 for (auto *PoisonUser : Poison->users()) { in isAddRecNeverPoison()
|
/external/llvm/docs/ |
D | LangRef.rst | 2918 Poison Values 2921 Poison values are similar to :ref:`undef values <undefvalues>`, however 2930 Poison value behavior is defined in terms of value *dependence*: 2961 Poison values have the same behavior as :ref:`undef values <undefvalues>`, 2975 store i32 %poison, i32* @g ; Poison value stored to memory. 2976 %poison2 = load i32, i32* @g ; Poison value loaded back from memory.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6063 const Instruction *Poison = PoisonStack.pop_back_val(); in isAddRecNeverPoison() local 6065 for (auto *PoisonUser : Poison->users()) { in isAddRecNeverPoison()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LangRef.rst | 3149 Poison Values 3152 Poison values are similar to :ref:`undef values <undefvalues>`, however 3161 Poison value behavior is defined in terms of value *dependence*: 3192 Poison values have the same behavior as :ref:`undef values <undefvalues>`, 3206 store i32 %poison, i32* @g ; Poison value stored to memory. 3207 %poison2 = load i32, i32* @g ; Poison value loaded back from memory.
|