/aosp_15_r20/external/go-cmp/cmp/internal/teststructs/ |
H A D | project4.go | 127 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 D | tensor_handle_data.h | 51 void Poison(Status status) { in Poison() function 81 void Poison(Status status) {} in Poison() function
|
H A D | tensor_handle_data.cc | 125 void LocalTensorHandleData::BlockingControl::Poison(Status status) { in Poison() function in tensorflow::LocalTensorHandleData::BlockingControl
|
H A D | tensor_handle.cc | 140 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 D | SkSLPoison.h | 25 Poison(Position pos, const Type* type) in Poison() function
|
/aosp_15_r20/external/abseil-cpp/absl/crc/internal/ |
H A D | crc_cord_state.cc | 113 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 D | crc_cord_state.cc | 112 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 D | crc_cord_state.cc | 113 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 D | crc_cord_state.cc | 113 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/ |
D | crc_cord_state.cc | 112 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 D | poisonable.h | 152 void PoisonableBlock<Derived>::Poison() { in Poison() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
H A D | remote_tensor_handle_data.cc | 166 void RemoteTensorHandleData::Poison(Status status) { in Poison() function in tensorflow::RemoteTensorHandleData
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceASanInstrumentation.cpp | 323 int32_t Poison = ((CurVals[3] & 0xff) << 24) | ((CurVals[2] & 0xff) << 16) | in instrumentFuncStart() local
|
/aosp_15_r20/external/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 579 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1269 Constant *Poison = PoisonValue::get(EltTy); in SimplifyDemandedVectorElts() local
|
H A D | InstCombinePHI.cpp | 1272 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 D | IntrinsicInst.h | 277 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 D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1228 Value *Poison = PoisonValue::get(LPI->getType()); in runEHOnFunction() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | IntrinsicInst.h | 350 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | IntrinsicInst.h | 351 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | IntrinsicInst.h | 350 Value *Poison = PoisonValue::get(OldValue->getType()); in setKillLocation() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | IntrinsicInst.h | 350 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 D | LoopUtils.cpp | 610 auto *Poison = PoisonValue::get(I.getType()); in deleteDeadLoop() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1260 Value *Poison = PoisonValue::get(VectorType::get(V->getType(), EC)); in CreateVectorSplat() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1944 Value *Poison = ConstantInt::get(StoreTy, DoPoison ? Val : 0); in poisonRedZones() local
|