| /third_party/rust/rust/library/alloc/src/collections/btree/ |
| D | node.rs | 182 pub struct NodeRef<BorrowType, K, V, Type> { struct 198 pub type Root<K, V> = NodeRef<marker::Owned, K, V, marker::LeafOrInternal>; argument 200 impl<'a, K: 'a, V: 'a, Type> Copy for NodeRef<marker::Immut<'a>, K, V, Type> {} implementation 201 impl<'a, K: 'a, V: 'a, Type> Clone for NodeRef<marker::Immut<'a>, K, V, Type> { implementation 207 unsafe impl<BorrowType, K: Sync, V: Sync, Type> Sync for NodeRef<BorrowType, K, V, Type> {} implementation 209 unsafe impl<K: Sync, V: Sync, Type> Send for NodeRef<marker::Immut<'_>, K, V, Type> {} implementation 210 unsafe impl<K: Send, V: Send, Type> Send for NodeRef<marker::Mut<'_>, K, V, Type> {} implementation 211 unsafe impl<K: Send, V: Send, Type> Send for NodeRef<marker::ValMut<'_>, K, V, Type> {} implementation 212 unsafe impl<K: Send, V: Send, Type> Send for NodeRef<marker::Owned, K, V, Type> {} implementation 213 unsafe impl<K: Send, V: Send, Type> Send for NodeRef<marker::Dying, K, V, Type> {} implementation [all …]
|
| D | fix.rs | 5 impl<'a, K: 'a, V: 'a> NodeRef<marker::Mut<'a>, K, V, marker::LeafOrInternal> { impl 49 impl<'a, K: 'a, V: 'a> NodeRef<marker::Mut<'a>, K, V, marker::LeafOrInternal> { impl
|
| D | navigate.rs | 251 impl<BorrowType: marker::BorrowType, K, V> NodeRef<BorrowType, K, V, marker::LeafOrInternal> { impl 312 impl<'a, K: 'a, V: 'a> NodeRef<marker::Immut<'a>, K, V, marker::LeafOrInternal> { implementation 333 impl<'a, K: 'a, V: 'a> NodeRef<marker::ValMut<'a>, K, V, marker::LeafOrInternal> { implementation 363 impl<K, V> NodeRef<marker::Dying, K, V, marker::LeafOrInternal> { impl 627 impl<BorrowType: marker::BorrowType, K, V> NodeRef<BorrowType, K, V, marker::LeafOrInternal> { impl 661 impl<'a, K: 'a, V: 'a> NodeRef<marker::Immut<'a>, K, V, marker::LeafOrInternal> { impl 736 impl<BorrowType: marker::BorrowType, K, V> NodeRef<BorrowType, K, V, marker::LeafOrInternal> { implementation
|
| D | search.rs | 41 impl<BorrowType: marker::BorrowType, K, V> NodeRef<BorrowType, K, V, marker::LeafOrInternal> { impl 186 impl<BorrowType, K, V, Type> NodeRef<BorrowType, K, V, Type> { impl
|
| /third_party/rust/rust/library/alloc/src/collections/btree/node/ |
| D | tests.rs | 7 impl<'a, K: 'a, V: 'a> NodeRef<marker::Immut<'a>, K, V, marker::LeafOrInternal> { implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | GraphTraits.h | 78 using NodeRef = typename GraphType::UnknownGraphTypeError; member
|
| D | BreadthFirstIterator.h | 52 using NodeRef = typename GT::NodeRef; variable
|
| D | PostOrderIterator.h | 99 using NodeRef = typename GT::NodeRef; variable 288 using NodeRef = typename GT::NodeRef; variable
|
| D | SCCIterator.h | 45 using NodeRef = typename GT::NodeRef; variable
|
| D | DepthFirstIterator.h | 89 using NodeRef = typename GT::NodeRef; variable
|
| D | IntervalMap.h | 507 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) { in NodeRef() function 1247 visitNodes(void (IntervalMap::*f)(IntervalMapImpl::NodeRef, unsigned Height)) { in visitNodes()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | SyntheticCountsUtils.h | 34 using NodeRef = typename CGT::NodeRef; variable
|
| D | LoopIterator.h | 41 using NodeRef = std::pair<const Loop *, BasicBlock *>; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | CFGDiff.h | 160 using NodeRef = std::pair<DataRef, BasicBlock *>; member 214 using NodeRef = std::pair<DataRef, BasicBlock *>; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | GenericIteratedDominanceFrontier.h | 40 using NodeRef = typename GraphTraits<NodeTy>::NodeRef; member
|
| D | GraphWriter.h | 72 using NodeRef = typename GTraits::NodeRef; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | RDFLiveness.h | 49 using NodeRef = std::pair<NodeId, LaneBitmask>; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | MachineDominators.h | 260 using NodeRef = Node *; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | MachineBlockFrequencyInfo.cpp | 89 using NodeRef = const MachineBasicBlock *; typedef
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | BlockFrequencyInfo.cpp | 100 using NodeRef = const BasicBlock *; typedef
|
| D | BlockFrequencyInfoImpl.cpp | 668 using NodeRef = const GraphT::IrrNode *; typedef
|
| /third_party/rust/crates/memchr/bench/data/code/ |
| D | rust-library.rs | 29559 impl<BorrowType: marker::BorrowType, K, V> NodeRef<BorrowType, K, V, marker::LeafOrInternal> { impl 29693 impl<BorrowType, K, V, Type> NodeRef<BorrowType, K, V, Type> { impl 33778 impl<BorrowType: marker::BorrowType, K, V> NodeRef<BorrowType, K, V, marker::LeafOrInternal> { impl 33852 impl<'a, K: 'a, V: 'a> NodeRef<marker::Immut<'a>, K, V, marker::LeafOrInternal> { impl 33873 impl<'a, K: 'a, V: 'a> NodeRef<marker::ValMut<'a>, K, V, marker::LeafOrInternal> { impl 33903 impl<K, V> NodeRef<marker::Dying, K, V, marker::LeafOrInternal> { impl 34155 impl<BorrowType: marker::BorrowType, K, V> NodeRef<BorrowType, K, V, marker::LeafOrInternal> { impl 34189 impl<'a, K: 'a, V: 'a> NodeRef<marker::Immut<'a>, K, V, marker::LeafOrInternal> { impl 35684 impl<'a, K: 'a, V: 'a> NodeRef<marker::Immut<'a>, K, V, marker::LeafOrInternal> { impl 38136 impl<K, V> NodeRef<marker::Owned, K, V, marker::Leaf> { impl [all …]
|
| /third_party/rust/rust/library/alloc/src/collections/btree/map/ |
| D | tests.rs | 124 impl<'a, K: 'a, V: 'a> NodeRef<marker::Immut<'a>, K, V, marker::LeafOrInternal> { implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | FunctionAttrs.cpp | 423 using NodeRef = ArgumentGraphNode *; typedef
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | PGOInstrumentation.cpp | 1752 using NodeRef = const BasicBlock *; typedef
|