Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/go-cmp/cmp/internal/teststructs/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dtensor_handle_data.h51 void Poison(Status status) { in Poison() function
81 void Poison(Status status) {} in Poison() function
H A Dtensor_handle_data.cc125 void LocalTensorHandleData::BlockingControl::Poison(Status status) { in Poison() function in tensorflow::LocalTensorHandleData::BlockingControl
H A 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
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLPoison.h25 Poison(Position pos, const Type* type) in Poison() function
/aosp_15_r20/external/abseil-cpp/absl/crc/internal/
H A Dcrc_cord_state.cc113 void CrcCordState::Poison() { in Poison() function in absl::crc_internal::CrcCordState
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/crc/internal/
H A Dcrc_cord_state.cc112 void CrcCordState::Poison() { in Poison() function in absl::crc_internal::CrcCordState
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/crc/internal/
H A Dcrc_cord_state.cc113 void CrcCordState::Poison() { in Poison() function in absl::crc_internal::CrcCordState
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/crc/internal/
H A Dcrc_cord_state.cc113 void CrcCordState::Poison() { in Poison() function in absl::crc_internal::CrcCordState
/aosp_15_r20/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
/aosp_15_r20/external/pigweed/pw_allocator/block/public/pw_allocator/block/
H A Dpoisonable.h152 void PoisonableBlock<Derived>::Poison() { in Poison() function
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A Dremote_tensor_handle_data.cc166 void RemoteTensorHandleData::Poison(Status status) { in Poison() function in tensorflow::RemoteTensorHandleData
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceASanInstrumentation.cpp323 int32_t Poison = ((CurVals[3] & 0xff) << 24) | ((CurVals[2] & 0xff) << 16) | in instrumentFuncStart() local
/aosp_15_r20/external/clang/lib/Lex/
H A DPreprocessor.cpp579 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1269 Constant *Poison = PoisonValue::get(EltTy); in SimplifyDemandedVectorElts() local
H A DInstCombinePHI.cpp1272 Value *Poison = PoisonValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DIntrinsicInst.h277 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1228 Value *Poison = PoisonValue::get(LPI->getType()); in runEHOnFunction() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DIntrinsicInst.h350 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DIntrinsicInst.h351 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DIntrinsicInst.h350 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DIntrinsicInst.h350 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp610 auto *Poison = PoisonValue::get(I.getType()); in deleteDeadLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DIRBuilder.cpp1260 Value *Poison = PoisonValue::get(VectorType::get(V->getType(), EC)); in CreateVectorSplat() local
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1944 Value *Poison = ConstantInt::get(StoreTy, DoPoison ? Val : 0); in poisonRedZones() local

12