Searched refs:Natural (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp366 auto Natural = alignTo(StructSize, TyAlign); local
370 if (Natural != Forced)
371 return std::max(Natural, Forced) - StructSize;

Completed in 38 milliseconds