Home | History | Annotate | Download | only in gcc-demangle

Lines Matching refs:right

204    right (a component type with only one subtree puts it in the left
212 some such thing, and the right subtree is a name qualified by
216 right subtree is a name which is local to that function. */
218 /* A typed name. The left subtree is a name, and the right subtree
221 /* A template. The left subtree is a template name, and the right
241 this is a vtable, and the right subtree is the derived type for
295 qualified, and the right subtree is the name of the
315 /* A function type. The left subtree is the return type. The right
321 expression. The right subtree is the element type. */
324 and the right subtree is the member type. CV-qualifiers appear
330 the right subtree is the element type. */
333 the right subtree is either NULL or another ARGLIST node. */
336 template argument, and the right subtree is either NULL or
349 right subtree is the single argument. */
352 right subtree is a BINARY_ARGS. */
355 argument, and the right subtree is the second argument. */
358 right subtree is a TRINARY_ARG1. */
361 argument, and the right subtree is a TRINARY_ARG2. */
364 second argument, and the right subtree is the third argument. */
366 /* A literal. The left subtree is the type, and the right subtree
380 subtree is the first part and the right subtree the second. */
507 /* Right subtree. */
508 struct demangle_component *right;
526 /* Fill in most component types with a left subtree and a right
534 struct demangle_component *right);