| /external/rust/crates/weak-table/src/ |
| D | traits.rs | 25 type Strong; typedef 35 fn view(&self) -> Option<Self::Strong>; in view() 71 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() 76 type Strong = rc::Rc<T>; typedef 82 fn view(&self) -> Option<Self::Strong> { in view() 86 fn clone(view: &Self::Strong) -> Self::Strong { in clone() 94 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() 102 type Strong = sync::Arc<T>; typedef 108 fn view(&self) -> Option<Self::Strong> { in view() 112 fn clone(view: &Self::Strong) -> Self::Strong { in clone() [all …]
|
| D | by_ptr.rs | 11 type Strong = K::Strong; typedef 17 fn view(&self) -> Option<Self::Strong> { in view() 27 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key()
|
| D | weak_weak_hash_map.rs | 315 fn find_bucket<Q>(&self, key: &Q) -> Option<(usize, K::Strong, V::Strong)> in find_bucket() 366 pub fn get_both<Q>(&self, key: &Q) -> Option<(K::Strong, V::Strong)> in get_both() 384 pub fn insert(&mut self, key: K::Strong, value: V::Strong) -> Option<V::Strong> { in insert() 413 where F: FnMut(K::Strong, V::Strong) -> bool in retain() 438 F: FnMut(V::Strong, V1::Strong) -> bool, in is_submap_with() 457 V::Strong: PartialEq<V1::Strong>, in is_submap() 560 pub fn or_insert(self, default: V::Strong) -> V::Strong { in or_insert() 567 pub fn or_insert_with<F: FnOnce() -> V::Strong>(self, default: F) -> V::Strong { in or_insert_with() 575 pub fn key(&self) -> &K::Strong { in key() 585 pub fn key(&self) -> &K::Strong { in key() [all …]
|
| D | ptr_weak_weak_hash_map.rs | 100 pub fn get(&self, key: &K::Strong) -> Option<V::Strong> { in get() 111 pub fn insert(&mut self, key: K::Strong, value: V::Strong) -> Option<V::Strong> { in insert() 116 pub fn remove(&mut self, key: &K::Strong) -> Option<V::Strong> { in remove() 124 where F: FnMut(K::Strong, V::Strong) -> bool in retain() 134 where F: FnMut(V::Strong, V1::Strong) -> bool, in submap_with() 144 V::Strong: PartialEq<V1::Strong>, in is_submap()
|
| D | weak_value_hash_map.rs | 369 pub fn insert(&mut self, key: K, value: V::Strong) -> Option<V::Strong> { in insert() 423 F: FnMut(V::Strong, V1::Strong) -> bool, in is_submap_with() 442 V::Strong: PartialEq<V1::Strong>, in is_submap() 557 pub fn or_insert(self, default: V::Strong) -> V::Strong { in or_insert() 563 pub fn or_insert_with<F: FnOnce() -> V::Strong>(self, default: F) -> V::Strong { in or_insert_with() 586 pub fn remove_entry(self) -> (K, V::Strong) { in remove_entry() 594 pub fn get(&self) -> &V::Strong { in get() 599 pub fn get_strong(&self) -> V::Strong { in get_strong() 604 pub fn insert(&mut self, value: V::Strong) -> V::Strong { in insert() 610 pub fn remove(self) -> V::Strong { in remove() [all …]
|
| D | weak_key_hash_map.rs | 354 fn find_bucket<Q>(&self, key: &Q) -> Option<(usize, K::Strong, HashCode)> in find_bucket() 414 pub fn get_both<Q>(&self, key: &Q) -> Option<(K::Strong, &V)> in get_both() 433 pub fn get_both_mut<Q>(&mut self, key: &Q) -> Option<(K::Strong, &mut V)> in get_both_mut() 444 pub fn insert(&mut self, key: K::Strong, value: V) -> Option<V> { in insert() 475 where F: FnMut(K::Strong, &mut V) -> bool in retain() 665 pub fn key(&self) -> &K::Strong { in key() 675 pub fn key(&self) -> &K::Strong { in key() 680 pub fn remove_entry(self) -> (K::Strong, V) { in remove_entry() 717 pub fn key(&self) -> &K::Strong { in key() 722 pub fn into_key(self) -> K::Strong { in into_key()
|
| D | ptr_weak_key_hash_map.rs | 115 pub fn insert(&mut self, key: K::Strong, value: V) -> Option<V> { in insert() 128 where F: FnMut(K::Strong, &mut V) -> bool in retain()
|
| /external/llvm-project/clang/test/CodeGenObjCXX/ |
| D | inheriting-constructor-cleanup.mm | 4 struct Strong { struct 10 Base(Strong s, ...) {} argument
|
| /external/clang/lib/AST/ |
| D | TypePrinter.cpp | 267 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local 291 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local 331 IncludeStrongLifetimeRAII Strong(Policy); in printPointerBefore() local 341 IncludeStrongLifetimeRAII Strong(Policy); in printPointerAfter() local 364 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceBefore() local 375 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceAfter() local 386 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceBefore() local 397 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceAfter() local 408 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerBefore() local 424 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerAfter() local [all …]
|
| /external/llvm-project/clang/lib/AST/ |
| D | TypePrinter.cpp | 310 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local 334 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local 376 IncludeStrongLifetimeRAII Strong(Policy); in printPointerBefore() local 387 IncludeStrongLifetimeRAII Strong(Policy); in printPointerAfter() local 419 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceBefore() local 432 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceAfter() local 444 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceBefore() local 457 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceAfter() local 469 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerBefore() local 486 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerAfter() local [all …]
|
| /external/llvm-project/clang/test/CodeGenObjC/ |
| D | nontrivial-c-struct-exception.m | 9 } Strong; typedef
|
| D | objc-non-trivial-struct-nrvo.m | 18 } Strong; typedef
|
| D | strong-in-c-struct.m | 18 } Strong; typedef
|
| /external/llvm-project/clang/test/SemaObjC/ |
| D | strong-in-c-struct.m | 5 } Strong; typedef
|
| /external/llvm/test/DebugInfo/Inputs/ |
| D | dwarfdump-objc.m | 14 @property (strong) NSObject *Strong; property
|
| /external/llvm-project/llvm/test/DebugInfo/Inputs/ |
| D | dwarfdump-objc.m | 14 @property (strong) NSObject *Strong; property
|
| /external/llvm/lib/CodeGen/ |
| D | StackProtector.cpp | 120 bool Strong, in ContainsProtectableArray() 212 bool Strong = false; in RequiresStackProtector() local
|
| D | SpillPlacement.cpp | 278 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | StackProtector.cpp | 118 bool Strong, in ContainsProtectableArray() 252 bool Strong = false; in RequiresStackProtector() local
|
| D | SpillPlacement.cpp | 286 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | StackProtector.cpp | 119 bool Strong, in ContainsProtectableArray() 275 bool Strong = false; in RequiresStackProtector() local
|
| D | SpillPlacement.cpp | 282 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
|
| /external/llvm-project/clang/lib/ARCMigrate/ |
| D | Transforms.h | 87 enum AttrKind { Weak, Strong } Kind; enumerator
|
| /external/clang/lib/ARCMigrate/ |
| D | Transforms.h | 88 enum AttrKind { Weak, Strong } Kind; enumerator
|
| /external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| D | JITLink.h | 268 Strong, enumerator
|