Home
last modified time | relevance | path

Searched defs:Poison (Results 1 – 25 of 27) sorted by relevance

12

/external/go-cmp/cmp/internal/teststructs/
Dproject4.go127 type Poison struct { struct
128 poisonType pb.PoisonType
129 expiration time.Time
130 manufacturer string
131 potency int
134 func (p Poison) PoisonType() pb.PoisonType { return p.poisonType }
135 func (p Poison) Expiration() time.Time { return p.expiration }
136 func (p Poison) Manufacturer() string { return p.manufacturer }
137 func (p Poison) Potency() int { return p.potency }
139 func (p *Poison) SetPoisonType(x pb.PoisonType) { p.poisonType = x }
[all …]
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle_data.h51 void Poison(Status status) { in Poison() function
81 void Poison(Status status) {} in Poison() function
Dtensor_handle_data.cc125 void LocalTensorHandleData::BlockingControl::Poison(Status status) { in Poison() function in tensorflow::LocalTensorHandleData::BlockingControl
Dtensor_handle.cc140 void TensorHandle::PackedTensorHandleData::Poison(Status status) { in Poison() function in tensorflow::TensorHandle::PackedTensorHandleData
954 void TensorHandle::Poison(Status status, const Device* d) { in Poison() function in tensorflow::TensorHandle
/external/skia/src/sksl/ir/
DSkSLPoison.h25 Poison(Position pos, const Type* type) in Poison() function
/external/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.cc113 void CrcCordState::Poison() { in Poison() function in absl::crc_internal::CrcCordState
/external/angle/third_party/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.cc113 void CrcCordState::Poison() { in Poison() function in absl::crc_internal::CrcCordState
/external/cronet/tot/third_party/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.cc113 void CrcCordState::Poison() { in Poison() function in absl::crc_internal::CrcCordState
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.cc112 void CrcCordState::Poison() { in Poison() function in absl::crc_internal::CrcCordState
/external/cronet/stable/third_party/abseil-cpp/absl/crc/internal/
Dcrc_cord_state.cc113 void CrcCordState::Poison() { in Poison() function in absl::crc_internal::CrcCordState
/external/pigweed/pw_allocator/block/public/pw_allocator/block/
Dpoisonable.h156 constexpr void PoisonableBlock<Derived>::Poison() { in Poison() function
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_tensor_handle_data.cc166 void RemoteTensorHandleData::Poison(Status status) { in Poison() function in tensorflow::RemoteTensorHandleData
/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp323 int32_t Poison = ((CurVals[3] & 0xff) << 24) | ((CurVals[2] & 0xff) << 16) | in instrumentFuncStart() local
/external/clang/lib/Lex/
DPreprocessor.cpp579 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1269 Constant *Poison = PoisonValue::get(EltTy); in SimplifyDemandedVectorElts() local
DInstCombinePHI.cpp1272 Value *Poison = PoisonValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DIntrinsicInst.h277 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp1228 Value *Poison = PoisonValue::get(LPI->getType()); in runEHOnFunction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp610 auto *Poison = PoisonValue::get(I.getType()); in deleteDeadLoop() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DIRBuilder.cpp1260 Value *Poison = PoisonValue::get(VectorType::get(V->getType(), EC)); in CreateVectorSplat() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1944 Value *Poison = ConstantInt::get(StoreTy, DoPoison ? Val : 0); in poisonRedZones() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2837 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); in copyToShadowInline() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2914 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); in copyToShadowInline() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp9655 Value *Poison = PoisonValue::get( in execute() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4889 const Instruction *Poison = PoisonStack.pop_back_val(); in isAddRecNeverPoison() local

12