Lines Matching full:which
171 representation, which they can pass to the demangler to get a
173 something which the demangler might output. It could also be used
176 /* These are the component types which may be found in the tree. Many
190 right subtree is a name which is local to that function. */
198 /* A template parameter. This holds a number, which is the template
206 /* A vtable. This has one subtree, the type for which this is a
209 /* A VTT structure. This has one subtree, the type for which this
212 /* A construction vtable. The left subtree is the type for which
214 which this vtable is built. */
216 /* A typeinfo structure. This has one subtree, the type for which
219 /* A typeinfo name. This has one subtree, the type for which this
222 /* A typeinfo function. This has one subtree, the type for which
225 /* A thunk. This has one subtree, the name for which this is a
228 /* A virtual thunk. This has one subtree, the name for which this
231 /* A covariant thunk. This has one subtree, the name for which this
236 /* A guard variable. This has one subtree, the name for which this
239 /* A reference temporary. This has one subtree, the name for which
245 /* The restrict qualifier. The one subtree is the type which is
248 /* The volatile qualifier. The one subtree is the type which is
251 /* The const qualifier. The one subtree is the type which is being
255 subtree is the type which is being qualified. */
258 subtree is the type which is being qualified. */
261 is the type which is being qualified. */
263 /* A vendor qualifier. The left subtree is the type which is being
267 /* A pointer. The one subtree is the type which is being pointed
270 /* A reference. The one subtree is the type which is being
285 /* An array type. The left subtree is the dimension, which may be
307 the type to which the argument should be cast. */
334 number which involves neither modifying the mangled string nor
339 /* Types which are only used internally. */
359 /* A pointer to the name (which need not NULL terminated) and
464 operator and the number of arguments which it takes (the latter is
465 used to disambiguate operators which can be both binary and unary,