/external/llvm-project/clang/docs/ |
D | ConstantInterpreter.rst | 218 Pointers section in Memory Organisation 251 BlockPointer 314 ExternPointer 331 TargetPointer 344 TypeInfoPointer 350 InvalidPointer
|
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
D | global-classes.cpp | 117 struct Pointers { struct 118 void *a = nullptr; 119 char *b = &Statics::a; 120 bool *c = &Statics::b; 121 short *e = &Statics::c; 122 unsigned short *f = &Statics::d; 123 unsigned int *g = &Statics::e; 124 int *h = &Statics::f; 125 unsigned long *i = &Statics::g; 126 long *j = &Statics::h; [all …]
|
/external/rust/crates/tokio/src/util/ |
D | linked_list.rs | 63 pub(crate) struct Pointers<T> { struct 64 inner: UnsafeCell<PointersInner<T>>, argument 100 unsafe impl<T: Send> Send for Pointers<T> {} implementation 101 unsafe impl<T: Sync> Sync for Pointers<T> {} implementation 317 impl<T> Pointers<T> { impl 366 impl<T> fmt::Debug for Pointers<T> { implementation
|
/external/llvm-project/compiler-rt/test/gwp_asan/ |
D | repeated_alloc.cpp | 15 void* Pointers[16]; in main() local
|
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
D | AddConstTest.cpp | 263 TEST(Arrays, Pointers) { in TEST() argument 392 TEST(Pointers, SingleBuiltin) { in TEST() argument 405 TEST(Pointers, MultiBuiltin) { in TEST() argument 418 TEST(Pointers, ToArray) { in TEST() argument 433 TEST(Pointers, Parens) { in TEST() argument 446 TEST(Pointers, Auto) { in TEST() argument 461 TEST(Pointers, AutoParens) { in TEST() argument 476 TEST(Pointers, FunctionPointer) { in TEST() argument 493 TEST(Pointers, MemberFunctionPointer) { in TEST() argument 512 TEST(Pointers, MemberDataPointer) { in TEST() argument
|
/external/swiftshader/docs/ |
D | Reactor.md | 146 ### Pointers subsection
|
/external/rust/crates/tokio/src/runtime/ |
D | queue.rs | 55 struct Pointers { struct 57 is_closed: bool, 60 head: Option<NonNull<task::Header>>, 63 tail: Option<NonNull<task::Header>>,
|
/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/llvm-project/clang/lib/AST/Interp/ |
D | InterpBlock.h | 95 Pointer *Pointers = nullptr; variable
|
/external/python/cpython3/Doc/extending/ |
D | extending.rst | 1128 .. _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/llvm-project/libcxx/benchmarks/ |
D | allocation.bench.cpp | 101 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly() local
|
/external/llvm-project/llvm/docs/ |
D | Statepoints.rst | 354 .. _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/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_matchers.h | 464 std::vector<const HloInstruction*> Pointers(const Container& container) { in Pointers() function
|
/external/scudo/standalone/tests/ |
D | tsd_test.cpp | 177 static std::set<void *> Pointers; variable
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | tsd_test.cpp | 177 static std::set<void *> Pointers; variable
|
D | primary_test.cpp | 39 void *Pointers[NumberOfAllocations]; in testPrimary() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 99 SetVector<Value *> Pointers; in runInternal() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 99 SetVector<Value *> Pointers; in runInternal() local
|