Home
last modified time | relevance | path

Searched defs:Pointers (Results 1 – 25 of 33) sorted by relevance

12

/external/rust/crates/tokio/src/runtime/task/
Dinject.rs24 struct Pointers { struct
41 pointers: Mutex::new(Pointers { in new() argument
/external/rust/crates/tokio/src/util/
Dlinked_list.rs64 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/
DReactor.md146 ### Pointers subsection
/external/python/cpython2/Doc/library/
Dctypes.rst700 Pointers section in ctypes tutorial
800 .. _ctypes-type-conversions:
/external/python/cpython3/Doc/library/
Dctypes.rst704 Pointers section in ctypes tutorial
804 .. _ctypes-type-conversions:
/external/python/cpython2/Doc/extending/
Dextending.rst1074 .. _cplusplus:
/external/python/cpython3/Doc/extending/
Dextending.rst1121 .. _cplusplus:
/external/llvm/docs/
DStatepoints.rst256 .. _gc_transition_args:
DAliasAnalysis.rst102 .. _alias:
/external/pigweed/pw_tokenizer/
Dargument_types_test.cc262 TEST(ArgumentTypesFromC, Pointers) { in TEST() argument
/external/llvm/unittests/Analysis/
DAliasAnalysisTest.cpp48 SetVector<Value *> Pointers; in runOnFunction() local
/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp101 SetVector<Value *> Pointers; in runInternal() local
/external/scudo/standalone/tests/
Dtsd_test.cpp182 static std::set<void *> Pointers; variable
Dprimary_test.cpp130 void *Pointers[NumberOfAllocations]; in SCUDO_TYPED_TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp99 SetVector<Value *> Pointers; in runInternal() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h510 std::vector<const HloInstruction*> Pointers(const Container& container) { in Pointers() function
/external/llvm/include/llvm/IR/
DDataLayout.h127 PointersTy Pointers; variable
/external/libbrillo/brillo/
Dany_test.cc142 TEST(Any, Pointers) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h160 PointersTy Pointers; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h453 SmallVector<PointerInfo, 2> Pointers; variable
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h449 SmallVector<PointerInfo, 2> Pointers; variable
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java1013 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/
DDeadStoreElimination.cpp706 SmallVector<Value *, 4> Pointers; in handleEndBlock() local
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5132 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/
Dlayout_test.cc649 TEST(Layout, Pointers) { in TEST() argument

12