Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/docs/
DConstantInterpreter.rst218 Pointers section in Memory Organisation
251 BlockPointer
314 ExternPointer
331 TargetPointer
344 TypeInfoPointer
350 InvalidPointer
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
Dglobal-classes.cpp117 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/
Dlinked_list.rs63 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/
Drepeated_alloc.cpp15 void* Pointers[16]; in main() local
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DAddConstTest.cpp263 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/
DReactor.md146 ### Pointers subsection
/external/rust/crates/tokio/src/runtime/
Dqueue.rs55 struct Pointers { struct
57 is_closed: bool,
60 head: Option<NonNull<task::Header>>,
63 tail: Option<NonNull<task::Header>>,
/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/llvm-project/clang/lib/AST/Interp/
DInterpBlock.h95 Pointer *Pointers = nullptr; variable
/external/python/cpython3/Doc/extending/
Dextending.rst1128 .. _cplusplus:
/external/python/cpython2/Doc/extending/
Dextending.rst1074 .. _cplusplus:
/external/llvm/docs/
DStatepoints.rst256 .. _gc_transition_args:
DAliasAnalysis.rst102 .. _alias:
/external/llvm-project/libcxx/benchmarks/
Dallocation.bench.cpp101 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly() local
/external/llvm-project/llvm/docs/
DStatepoints.rst354 .. _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/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h464 std::vector<const HloInstruction*> Pointers(const Container& container) { in Pointers() function
/external/scudo/standalone/tests/
Dtsd_test.cpp177 static std::set<void *> Pointers; variable
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dtsd_test.cpp177 static std::set<void *> Pointers; variable
Dprimary_test.cpp39 void *Pointers[NumberOfAllocations]; in testPrimary() local
/external/llvm-project/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp99 SetVector<Value *> Pointers; in runInternal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp99 SetVector<Value *> Pointers; in runInternal() local

123