/external/rust/crates/tokio/src/runtime/task/ |
D | inject.rs | 24 struct Pointers { struct 41 pointers: Mutex::new(Pointers { in new() argument
|
/external/rust/crates/tokio/src/util/ |
D | linked_list.rs | 64 pub(crate) struct Pointers<T> { struct 65 inner: UnsafeCell<PointersInner<T>>, argument 101 unsafe impl<T: Send> Send for Pointers<T> {} implementation 102 unsafe impl<T: Sync> Sync for Pointers<T> {} implementation 287 impl<T> Pointers<T> { implementation 336 impl<T> fmt::Debug for Pointers<T> { implementation
|
/external/swiftshader/docs/ |
D | Reactor.md | 146 ### Pointers subsection
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 700 Pointers section in ctypes tutorial 800 .. _ctypes-type-conversions:
|
/external/python/cpython3/Doc/library/ |
D | ctypes.rst | 704 Pointers section in ctypes tutorial 804 .. _ctypes-type-conversions:
|
/external/python/cpython2/Doc/extending/ |
D | extending.rst | 1074 .. _cplusplus:
|
/external/python/cpython3/Doc/extending/ |
D | extending.rst | 1121 .. _cplusplus:
|
/external/llvm/docs/ |
D | Statepoints.rst | 256 .. _gc_transition_args:
|
D | AliasAnalysis.rst | 102 .. _alias:
|
/external/pigweed/pw_tokenizer/ |
D | argument_types_test.cc | 262 TEST(ArgumentTypesFromC, Pointers) { in TEST() argument
|
/external/llvm/unittests/Analysis/ |
D | AliasAnalysisTest.cpp | 48 SetVector<Value *> Pointers; in runOnFunction() local
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 101 SetVector<Value *> Pointers; in runInternal() local
|
/external/scudo/standalone/tests/ |
D | tsd_test.cpp | 182 static std::set<void *> Pointers; variable
|
D | primary_test.cpp | 130 void *Pointers[NumberOfAllocations]; in SCUDO_TYPED_TEST() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 99 SetVector<Value *> Pointers; in runInternal() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_matchers.h | 510 std::vector<const HloInstruction*> Pointers(const Container& container) { in Pointers() function
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 127 PointersTy Pointers; variable
|
/external/libbrillo/brillo/ |
D | any_test.cc | 142 TEST(Any, Pointers) { in TEST() argument
|
/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/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 449 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
|
/external/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 706 SmallVector<Value *, 4> Pointers; in handleEndBlock() local
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 5132 MapValuesArrayTy &BasePointers, MapValuesArrayTy &Pointers, in generateInfoForComponentList() 5387 MapValuesArrayTy &Pointers, MapValuesArrayTy &Sizes, in generateAllInfo() 5445 MapValuesArrayTy &Pointers, in generateInfoForCapture() 5555 MappableExprsHandler::MapValuesArrayTy &Pointers, in emitOffloadingArrays() 5711 MappableExprsHandler::MapValuesArrayTy Pointers; in emitTargetCall() local 6081 MappableExprsHandler::MapValuesArrayTy Pointers; in emitTargetDataCalls() local 6194 MappableExprsHandler::MapValuesArrayTy Pointers; in emitTargetDataStandAloneCall() local
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | layout_test.cc | 649 TEST(Layout, Pointers) { in TEST() argument
|