Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
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()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp2385 for (LookupResult::iterator Alloc = R.begin(), AllocEnd = R.end(); in resolveAllocationOverload() local
2386 Alloc != AllocEnd; ++Alloc) { in resolveAllocationOverload()
2930 for (DeclContext::lookup_iterator Alloc = R.begin(), AllocEnd = R.end(); in DeclareGlobalAllocationFunction() local
2931 Alloc != AllocEnd; ++Alloc) { in DeclareGlobalAllocationFunction()