Searched refs:push_nested_class (Results 1 – 24 of 24) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | spew.c | 1361 push_nested_class (TREE_TYPE (defarg_fns), 1); in do_pending_defargs()
|
| H A D | semantics.c | 2033 push_nested_class (scope, 3);
|
| H A D | pt.c | 215 push_nested_class (context, 2); 5118 push_nested_class (tsubst (context, args, tf_none, NULL_TREE), 2); 10537 push_nested_class (DECL_CONTEXT (d), 2);
|
| H A D | class.c | 5931 push_nested_class (type, modify) in push_nested_class() function 5949 push_nested_class (context, 2);
|
| H A D | parse.y | 2948 { push_nested_class ($1, 3);
|
| H A D | decl.c | 7789 push_nested_class (context, 2); 14435 push_nested_class (ctype, 1); 14437 push_nested_class (DECL_CONTEXT (decl1), 2);
|
| H A D | decl2.c | 3650 push_nested_class (TREE_TYPE (TREE_OPERAND (decl, 0)), 3);
|
| H A D | cp-tree.h | 3659 extern void push_nested_class PARAMS ((tree, int));
|
| H A D | ChangeLog.1 | 738 * class.c (push_nested_class): Make sure TYPE is non-nil. 6013 * decl2.c (finish_decl_parsing): Call push_nested_class with a type. 6938 * class.c (push_nested_class): Don't push into non-class scope. 7008 * class.c (push_nested_class): Don't try to push into
|
| H A D | ChangeLog.2 | 5329 * class.c (push_nested_class): Handle UNION_TYPEs. 5332 (start_decl): Use push_nested_class, not just pushclass. 6311 * class.c (push_nested_class): Allow namespaces. 9659 (start_function): Call push_nested_class before 10031 * class.c (push_nested_class): Complain about namespaces. 13459 (push_nested_class): Likewise.
|
| H A D | ChangeLog | 431 * pt.c (instantiate_decl): Wrap push_nested_class and 11278 * class.c (push_nested_class): Likewise. 16878 * class.c (push_nested_class): Likewise.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2003 | 181 * pt.c (instantiate_decl): Wrap push_nested_class and 475 context is a class before calling push_nested_class and 2353 (push_nested_class): Adjust pushclass call. 6075 (push_nested_class): Adjust calls to pushclass, remove modify 6079 (push_nested_class): Likewise. 6092 (start_decl): Adjust calls to push_nested_class. 6096 (start_function): Adjust calls to push_nested_class. 6100 (push_sscope): Adjust call to push_nested_class. 6141 push_nested_class.
|
| H A D | pt.c | 177 push_nested_class (DECL_FRIEND_CONTEXT (t)); in push_access_scope() 179 push_nested_class (DECL_CONTEXT (t)); in push_access_scope() 5563 push_nested_class (tsubst (context, args, tf_none, NULL_TREE)); in tsubst_friend_class() 12202 push_nested_class (DECL_CONTEXT (d)); in instantiate_decl() 12293 push_nested_class (DECL_CONTEXT (d)); in instantiate_decl()
|
| H A D | class.c | 5629 push_nested_class (tree type) in push_nested_class() function 5645 push_nested_class (context); in push_nested_class()
|
| H A D | cp-tree.h | 3828 extern void push_nested_class (tree);
|
| H A D | name-lookup.c | 2285 push_nested_class (t); in push_scope()
|
| H A D | decl.c | 10558 push_nested_class (ctype); in start_preparsed_function() 10560 push_nested_class (DECL_CONTEXT (decl1)); in start_preparsed_function()
|
| H A D | ChangeLog-1999 | 5329 * class.c (push_nested_class): Handle UNION_TYPEs. 5332 (start_decl): Use push_nested_class, not just pushclass. 6311 * class.c (push_nested_class): Allow namespaces.
|
| H A D | ChangeLog-1994 | 2573 * decl2.c (finish_decl_parsing): Call push_nested_class with a type. 3498 * class.c (push_nested_class): Don't push into non-class scope. 3568 * class.c (push_nested_class): Don't try to push into
|
| H A D | ChangeLog-1998 | 2871 (start_function): Call push_nested_class before 3243 * class.c (push_nested_class): Complain about namespaces. 6671 (push_nested_class): Likewise.
|
| H A D | ChangeLog-2000 | 1406 * class.c (push_nested_class): Likewise. 7006 * class.c (push_nested_class): Likewise.
|
| H A D | ChangeLog-2002 | 402 (regenerate_decl_from_template): Use push_nested_class.
|
| H A D | ChangeLog-1995 | 1089 * class.c (push_nested_class): Make sure TYPE is non-nil.
|
| H A D | ChangeLog-2004 | 3863 push_nested_class/pop_nested_class.
|