Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator64.h216 static uptr AllocEnd() { return kSpaceBeg + kSpaceSize + AdditionalSize(); } in AllocEnd() function
/external/clang/lib/Sema/
DSemaExprCXX.cpp1709 for (LookupResult::iterator Alloc = R.begin(), AllocEnd = R.end(); in FindAllocationOverload() local
1710 Alloc != AllocEnd; ++Alloc) { in FindAllocationOverload()
1887 DeclContext::lookup_iterator Alloc, AllocEnd; in DeclareGlobalAllocationFunction() local
1888 for (llvm::tie(Alloc, AllocEnd) = GlobalCtx->lookup(Name); in DeclareGlobalAllocationFunction()
1889 Alloc != AllocEnd; ++Alloc) { in DeclareGlobalAllocationFunction()