Lines Matching full:which

173    representation, which they can pass to the demangler to get a
175 something which the demangler might output. It could also be used
178 /* These are the component types which may be found in the tree. Many
192 right subtree is a name which is local to that function. */
200 /* A template parameter. This holds a number, which is the template
208 /* A vtable. This has one subtree, the type for which this is a
211 /* A VTT structure. This has one subtree, the type for which this
214 /* A construction vtable. The left subtree is the type for which
216 which this vtable is built. */
218 /* A typeinfo structure. This has one subtree, the type for which
221 /* A typeinfo name. This has one subtree, the type for which this
224 /* A typeinfo function. This has one subtree, the type for which
227 /* A thunk. This has one subtree, the name for which this is a
230 /* A virtual thunk. This has one subtree, the name for which this
233 /* A covariant thunk. This has one subtree, the name for which this
238 /* A guard variable. This has one subtree, the name for which this
241 /* A reference temporary. This has one subtree, the name for which
244 /* A hidden alias. This has one subtree, the encoding for which it
250 /* The restrict qualifier. The one subtree is the type which is
253 /* The volatile qualifier. The one subtree is the type which is
256 /* The const qualifier. The one subtree is the type which is being
260 subtree is the type which is being qualified. */
263 subtree is the type which is being qualified. */
266 is the type which is being qualified. */
268 /* A vendor qualifier. The left subtree is the type which is being
272 /* A pointer. The one subtree is the type which is being pointed
275 /* A reference. The one subtree is the type which is being
290 /* An array type. The left subtree is the dimension, which may be
312 the type to which the argument should be cast. */
339 number which involves neither modifying the mangled string nor
344 /* Types which are only used internally. */
364 /* A pointer to the name (which need not NULL terminated) and
469 operator and the number of arguments which it takes (the latter is
470 used to disambiguate operators which can be both binary and unary,