Lines Matching defs:nest
1309 storage, like ``inreg``, ``nest``, ``sret``, or ``byval``. The
1441 ``nest``
20749 the :ref:`nest <nest>` attribute, from a function. The result is a
20750 callable function pointer lacking the nest parameter - the caller does
20753 stack, which also contains code to splice the nest value into the
20757 For example, if the function is ``i32 f(ptr nest %c, i32 %x, i32 %y)``
20807 marked with the ``nest`` attribute removed. At most one such ``nest``
20810 but with ``nval`` used for the missing ``nest`` argument. If, after