Searched refs:DESTROY (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/test/core/end2end/tests/ |
D | call_creds.cc | 39 typedef enum { NONE, OVERRIDE, DESTROY } override_mode; enumerator 176 case DESTROY: in request_response_with_payload_and_call_creds() 314 case DESTROY: in request_response_with_payload_and_call_creds() 367 DESTROY); in test_request_response_with_payload_and_deleted_call_creds()
|
/external/rust/crates/crossbeam-channel/src/flavors/ |
D | list.rs | 29 const DESTROY: usize = 4; constant 105 && slot.state.fetch_or(DESTROY, Ordering::AcqRel) & READ == 0 in destroy() 400 } else if slot.state.fetch_or(READ, Ordering::AcqRel) & DESTROY != 0 { in read()
|
/external/llvm-project/llvm/test/Transforms/Coroutines/ |
D | coro-debug.ll | 135 …estroy(%f.Frame* noalias nonnull align 8 dereferenceable(32) %FramePtr) #0 !dbg ![[DESTROY:[0-9]+]] 143 ; CHECK: ![[DESTROY]] = distinct !DISubprogram(name: "f", linkageName: "flink"
|
/external/rust/crates/crossbeam-deque/src/ |
D | deque.rs | 1058 const DESTROY: usize = 4; constant 1132 && slot.state.fetch_or(DESTROY, Ordering::AcqRel) & READ == 0 in destroy() 1370 … if (offset + 1 == BLOCK_CAP) || (slot.state.fetch_or(READ, Ordering::AcqRel) & DESTROY != 0) { in steal() 1527 if slot.state.fetch_or(READ, Ordering::AcqRel) & DESTROY != 0 { in steal_batch() 1691 if slot.state.fetch_or(READ, Ordering::AcqRel) & DESTROY != 0 { in steal_batch_and_pop()
|
/external/clang/test/CodeGenObjC/ |
D | arc-blocks.m | 596 // CHECK: [[DESTROY:%.*]] = getelementptr inbounds [[BLOCK]], [[BLOCK]]* [[B0]], i32 0, i32 5 608 // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[DESTROY]] 614 // CHECK: [[DESTROY:%.*]] = getelementptr inbounds [[BLOCK]], [[BLOCK]]* [[B1]], i32 0, i32 5 626 // CHECK-NEXT: [[T0:%.*]] = load i8*, i8** [[DESTROY]]
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 3834 DESTROY(ref) in DESTROY() function
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 3831 DESTROY(ref) function
|