Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/docs/
DReactor.md146 ### Pointers subsection
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DToBackendTests.cpp44 TEST(ToBackend, Pointers) { in TEST() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DToBackendTests.cpp42 TEST(ToBackend, Pointers) { in TEST() argument
/third_party/python/Doc/library/
Dctypes.rst704 Pointers section in ctypes tutorial
804 .. _ctypes-type-conversions:
/third_party/python/Doc/extending/
Dextending.rst1121 .. _cplusplus:
/third_party/skia/third_party/externals/tint/src/transform/
Dmodule_scope_var_to_entry_point_param_test.cc130 TEST_F(ModuleScopeVarToEntryPointParamTest, Pointers) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp99 SetVector<Value *> Pointers; in runInternal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h160 PointersTy Pointers; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h453 SmallVector<PointerInfo, 2> Pointers; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dlayout_test.cc649 TEST(Layout, Pointers) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp800 SmallVector<const Value *, 4> Pointers; in handleEndBlock() local
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc2231 using Pointers = std::tuple<std::unique_ptr<int>, std::unique_ptr<int>>; in TEST() typedef