Home
last modified time | relevance | path

Searched defs:BlockPtr (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/system/chre/util/include/chre/util/
H A Dsegmented_queue.h44 using BlockPtr = UniquePtr<Block>; variable
/aosp_15_r20/external/skia/tools/trace/
H A DChromeTracingTracer.h62 typedef std::unique_ptr<uint8_t[]> BlockPtr; typedef
/aosp_15_r20/external/pigweed/pw_allocator/block/public/pw_allocator/block/
H A Dbasic.h201 using BlockPtr = internal::copy_const_ptr_t<Ptr, Derived*>; in FromUsableSpaceImpl() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dfwd_decls.h111 using BlockPtr = NodePtr<Block>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2482 static void insertBlockAfter(VPBlockBase *NewBlock, VPBlockBase *BlockPtr) { in insertBlockAfter()
2502 VPBlockBase *BlockPtr) { in insertTwoBlocksAfter()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2228 if (BlockPointerTypeLoc BlockPtr = TL.getAs<BlockPointerTypeLoc>()) { in FormatFunctionParameter() local