Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h42 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; variable
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dallocate_at_least.pass.cpp23 using AllocResult = std::allocation_result<int>; typedef
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h143 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; global() variable