Lines Matching full:which

182    representation, which they can pass to the demangler to get a
184 something which the demangler might output. It could also be used
187 /* These are the component types which may be found in the tree. Many
201 right subtree is a name which is local to that function. */
209 /* A template parameter. This holds a number, which is the template
217 /* A vtable. This has one subtree, the type for which this is a
220 /* A VTT structure. This has one subtree, the type for which this
223 /* A construction vtable. The left subtree is the type for which
225 which this vtable is built. */
227 /* A typeinfo structure. This has one subtree, the type for which
230 /* A typeinfo name. This has one subtree, the type for which this
233 /* A typeinfo function. This has one subtree, the type for which
236 /* A thunk. This has one subtree, the name for which this is a
239 /* A virtual thunk. This has one subtree, the name for which this
242 /* A covariant thunk. This has one subtree, the name for which this
247 /* A guard variable. This has one subtree, the name for which this
250 /* A reference temporary. This has one subtree, the name for which
253 /* A hidden alias. This has one subtree, the encoding for which it
259 /* The restrict qualifier. The one subtree is the type which is
262 /* The volatile qualifier. The one subtree is the type which is
265 /* The const qualifier. The one subtree is the type which is being
269 subtree is the type which is being qualified. */
272 subtree is the type which is being qualified. */
275 is the type which is being qualified. */
277 /* A vendor qualifier. The left subtree is the type which is being
281 /* A pointer. The one subtree is the type which is being pointed
284 /* A reference. The one subtree is the type which is being
299 /* An array type. The left subtree is the dimension, which may be
321 the type to which the argument should be cast. */
348 number which involves neither modifying the mangled string nor
353 /* Types which are only used internally. */
373 /* A pointer to the name (which need not NULL terminated) and
478 operator and the number of arguments which it takes (the latter is
479 used to disambiguate operators which can be both binary and unary,