| /external/rust/crates/tokio/src/util/ |
| D | linked_list.rs | 71 pub(crate) struct Pointers<T> { struct 72 inner: UnsafeCell<PointersInner<T>>, argument 108 unsafe impl<T: Send> Send for Pointers<T> {} implementation 109 unsafe impl<T: Sync> Sync for Pointers<T> {} implementation 466 impl<T> Pointers<T> { implementation 515 impl<T> fmt::Debug for Pointers<T> { implementation
|
| /external/swiftshader/docs/ |
| D | Reactor.md | 146 ### Pointers subsection
|
| /external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/ |
| D | pcscan_unittest.cc | 685 struct Pointers { in TEST_F() struct 686 void* super_page; in TEST_F() 687 void* metadata_page; in TEST_F() 688 void* guard_page1; in TEST_F() 689 void* scan_bitmap; in TEST_F() 690 void* guard_page2; in TEST_F()
|
| /external/python/cpython3/Doc/library/ |
| D | ctypes.rst | 725 Pointers section in ctypes tutorial 825 .. _ctypes-type-conversions:
|
| /external/python/cpython2/Doc/library/ |
| D | ctypes.rst | 700 Pointers section in ctypes tutorial 800 .. _ctypes-type-conversions:
|
| /external/python/cpython3/Doc/extending/ |
| D | extending.rst | 1121 .. _cplusplus:
|
| /external/python/cpython2/Doc/extending/ |
| D | extending.rst | 1074 .. _cplusplus:
|
| /external/llvm/docs/ |
| D | Statepoints.rst | 256 .. _gc_transition_args:
|
| D | AliasAnalysis.rst | 102 .. _alias:
|
| /external/cronet/third_party/libc++/src/benchmarks/ |
| D | allocation.bench.cpp | 74 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly() local
|
| /external/pigweed/pw_tokenizer/ |
| D | argument_types_test.cc | 263 TEST(ArgumentTypesFromC, Pointers) { in TEST() argument
|
| /external/llvm/unittests/Analysis/ |
| D | AliasAnalysisTest.cpp | 48 SetVector<Value *> Pointers; in runOnFunction() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
| D | AliasAnalysisEvaluator.cpp | 108 SetVector<std::pair<const Value *, Type *>> Pointers; in runInternal() local
|
| /external/llvm/lib/Analysis/ |
| D | AliasAnalysisEvaluator.cpp | 101 SetVector<Value *> Pointers; in runInternal() local
|
| /external/scudo/standalone/tests/ |
| D | tsd_test.cpp | 186 static std::set<void *> Pointers; variable
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | hlo_matchers.h | 534 std::vector<const HloInstruction*> Pointers(const Container& container) { in Pointers() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | AliasAnalysisEvaluator.cpp | 99 SetVector<Value *> Pointers; in runInternal() local
|
| /external/libbrillo/brillo/ |
| D | any_test.cc | 142 TEST(Any, Pointers) { in TEST() argument
|
| /external/llvm/include/llvm/IR/ |
| D | DataLayout.h | 127 PointersTy Pointers; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | DataLayout.h | 160 PointersTy Pointers; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | LoopAccessAnalysis.h | 453 SmallVector<PointerInfo, 2> Pointers; variable
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
| D | DataLayout.h | 166 PointersTy Pointers; variable
|
| /external/llvm/include/llvm/Analysis/ |
| D | LoopAccessAnalysis.h | 449 SmallVector<PointerInfo, 2> Pointers; variable
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
| D | LoopAccessAnalysis.h | 483 SmallVector<PointerInfo, 2> Pointers; variable
|
| /external/javassist/src/main/javassist/bytecode/ |
| D | CodeIterator.java | 1013 static class Pointers { class in CodeIterator 1022 Pointers(int cur, int m, int m0, ExceptionTable et, CodeAttribute ca) { in Pointers() method in CodeIterator.Pointers
|