Searched refs:AllocEnd (Results 1 – 2 of 2) sorted by relevance
216 static uptr AllocEnd() { return kSpaceBeg + kSpaceSize + AdditionalSize(); } in AllocEnd() function
1709 for (LookupResult::iterator Alloc = R.begin(), AllocEnd = R.end(); in FindAllocationOverload() local1710 Alloc != AllocEnd; ++Alloc) { in FindAllocationOverload()1887 DeclContext::lookup_iterator Alloc, AllocEnd; in DeclareGlobalAllocationFunction() local1888 for (llvm::tie(Alloc, AllocEnd) = GlobalCtx->lookup(Name); in DeclareGlobalAllocationFunction()1889 Alloc != AllocEnd; ++Alloc) { in DeclareGlobalAllocationFunction()