Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2213 for (LookupResult::iterator Alloc = R.begin(), AllocEnd = R.end(); in FindAllocationOverload() local
2214 Alloc != AllocEnd; ++Alloc) { in FindAllocationOverload()
2383 for (DeclContext::lookup_iterator Alloc = R.begin(), AllocEnd = R.end(); in DeclareGlobalAllocationFunction() local
2384 Alloc != AllocEnd; ++Alloc) { in DeclareGlobalAllocationFunction()