Lines Matching full:which
12 clang, improving performance on constructs which are executed inefficiently
50 implement integral types which are required by the target, but are not
69 pointer is a "BlockPointer", which points to an ``interp::Block``.
109 objects which store the data and associated inline metadata, ``Pointer``
110 objects which refer to or into blocks, and ``Descriptor`` structures which
143 * **CtorFn**: initializes the metadata which is store in the block,
145 which are not trivial (``Pointer``, ``RealFP``, etc.)
167 the array which were initialised. If the pointer is null, no elements were
178 which stores the attributes specific to the field and not the whole
196 Inline descriptors are filled in by the `CtorFn` of blocks, which leaves storage
205 a memory access, such as the declaration which originates the block.
215 interpreter, being the only pointer kind which allows dereferencing in the
231 Block pointers track a ``Pointee``, the block to which they point, along
235 which is referenced, while the base points to the outer object or array which
262 would have its field interleaved with metadata. The pointers which can
295 ``std::type_info`` and the type which was passed to ``typeinfo``.