Home
last modified time | relevance | path

Searched defs:AllocResult (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.h43 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; variable
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Dallocate_at_least.pass.cpp23 using AllocResult = std::allocation_result<int>; typedef
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Dallocate_at_least.pass.cpp23 using AllocResult = std::allocation_result<int>; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h143 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; variable