Lines Matching defs:names

208   /* The head of the names list that was current when the goto appeared,
220 /* A list of all LABEL_DECLs in the function that have names. Here so
221 we can clear out their names' definitions at the end of the
232 /* The head of the names list that was current when the label was
478 for (decl = scope->names; decl; decl = TREE_CHAIN (decl))
508 ent->names_in_scope = obl->names;
532 use->names_in_scope = obl->names;
555 label names.
603 Usually current_binding_level->names is in reverse order.
607 current_binding_level->names
608 = decls = nreverse (current_binding_level->names);
610 decls = current_binding_level->names;
2333 /* These need to be copied so that the names are available.
2958 the jump context; NAMES are the names in scope in LEVEL at the jump
2963 check_previous_goto_1 (tree decl, cp_binding_level* level, tree names,
2982 tree new_decls, old_decls = (b == level ? names : NULL_TREE);
2984 for (new_decls = b->names; new_decls != old_decls;
3056 return check_previous_goto_1 (NULL_TREE, level, level->names, false, NULL);
3093 && ent->uses->names_in_scope == current_binding_level->names)
3098 new_use->names_in_scope = current_binding_level->names;
3241 ent->names_in_scope = current_binding_level->names;
3597 error ("%<typename %T::%D%> names %q#T, which is not a class template",
3604 error ("%<typename %T::%D%> names %q#T, which is not a type",
3730 names are keywords that the parser can recognize. However, there
3844 /* Some of these names have a trailing space so that it is
3845 impossible for them to conflict with names written by users. */
4515 the names being declared by the declaration (as class-name,
4516 enum-names, or enumerators, depending on the syntax). In such
4518 the decl-specifier-seq shall introduce one or more names into the
4597 /* Called when a declaration is seen that contains no names to declare.
4752 /* If this is a typedef that names the class for linkage purposes
10094 "If a typedef TD names a type that is a reference to a type
12260 scope. So lookup again but not ignoring hidden names.
12330 the current frame for the name (since C++ allows new names in any
13512 /* Save the parm names or decls from this function's declarator
13873 current_binding_level->names = NULL;
13912 current_binding_level->names = chainon (nonparms, DECL_ARGUMENTS (fndecl));