Home
last modified time | relevance | path

Searched defs:getAlloc (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAllocatorList.h50 AllocatorT &getAlloc() { return *this; } in getAlloc() function
51 const AllocatorT &getAlloc() const { return *this; } in getAlloc() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAllocatorList.h50 AllocatorT &getAlloc() { return *this; } in getAlloc() function
51 const AllocatorT &getAlloc() const { return *this; } in getAlloc() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAllocatorList.h51 AllocatorT &getAlloc() { return *this; } in getAlloc() function
52 const AllocatorT &getAlloc() const { return *this; } in getAlloc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAllocatorList.h50 AllocatorT &getAlloc() { return *this; } in getAlloc() function
51 const AllocatorT &getAlloc() const { return *this; } in getAlloc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAllocatorList.h50 AllocatorT &getAlloc() { return *this; } in getAlloc() function
51 const AllocatorT &getAlloc() const { return *this; } in getAlloc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAllocatorList.h50 AllocatorT &getAlloc() { return *this; } in getAlloc() function
51 const AllocatorT &getAlloc() const { return *this; } in getAlloc() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h483 CoroAllocaAllocInst *getAlloc() const { in getAlloc() function
500 CoroAllocaAllocInst *getAlloc() const { in getAlloc() function
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCCodecBuffers.cpp1579 std::function<sp<Codec2Buffer>()> LinearOutputBuffers::getAlloc() { in getAlloc() function in android::LinearOutputBuffers
1592 std::function<sp<Codec2Buffer>()> GraphicOutputBuffers::getAlloc() { in getAlloc() function in android::GraphicOutputBuffers
1618 std::function<sp<Codec2Buffer>()> RawGraphicOutputBuffers::getAlloc() { in getAlloc() function in android::RawGraphicOutputBuffers
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h693 CoroAllocaAllocInst *getAlloc() const { in getAlloc() function
710 CoroAllocaAllocInst *getAlloc() const { in getAlloc() function
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DResourceTracker.cpp6964 CommandBufferStagingStream::Alloc ResourceTracker::getAlloc() { in getAlloc() function in gfxstream::vk::ResourceTracker