Home
last modified time | relevance | path

Searched refs:AllocEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp71 ExecutorAddr AllocEnd = Base + ExecutorAddrDiff(AllocSize); in finalize() local
120 if (LLVM_UNLIKELY(Seg.Addr < Base || SegEnd > AllocEnd)) in finalize()
125 AllocEnd.getValue()), in finalize()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2531 for (LookupResult::iterator Alloc = R.begin(), AllocEnd = R.end(); in resolveAllocationOverload() local
2532 Alloc != AllocEnd; ++Alloc) { in resolveAllocationOverload()
3145 for (DeclContext::lookup_iterator Alloc = R.begin(), AllocEnd = R.end(); in DeclareGlobalAllocationFunction() local
3146 Alloc != AllocEnd; ++Alloc) { in DeclareGlobalAllocationFunction()