Searched refs:entering_scope (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | semantics.c | 3402 finish_template_type (tree name, tree args, int entering_scope) in finish_template_type() argument 3407 NULL_TREE, NULL_TREE, entering_scope, in finish_template_type() 3413 && entering_scope in finish_template_type()
|
| H A D | pt.c | 9611 int entering_scope, tsubst_flags_t complain) in lookup_template_class_1() argument 9781 if (entering_scope in lookup_template_class_1() 10142 int entering_scope, tsubst_flags_t complain) in lookup_template_class() argument 10147 entering_scope, complain); in lookup_template_class() 13451 int entering_scope) in tsubst_aggr_type() argument 13499 else if (!entering_scope in tsubst_aggr_type() 13514 entering_scope, complain); in tsubst_aggr_type()
|
| H A D | parser.c | 16751 bool entering_scope in cp_parser_template_id() local 16755 = finish_template_type (templ, arguments, entering_scope); in cp_parser_template_id()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 3733 finish_template_type (tree name, tree args, int entering_scope) in finish_template_type() argument 3738 NULL_TREE, NULL_TREE, entering_scope, in finish_template_type() 3744 && entering_scope in finish_template_type()
|
| H A D | pt.cc | 9839 int entering_scope, tsubst_flags_t complain) in lookup_template_class_1() argument 10019 if (entering_scope in lookup_template_class_1() 10385 int entering_scope, tsubst_flags_t complain) in lookup_template_class() argument 10390 entering_scope, complain); in lookup_template_class() 13801 int entering_scope) in tsubst_aggr_type() argument 13857 else if (!entering_scope && (complain & tf_dguide) in tsubst_aggr_type() 13872 entering_scope, complain); in tsubst_aggr_type()
|
| H A D | ChangeLog-1998 | 2860 (lookup_template_class): Add entering_scope parameter. 2939 (lookup_template_class): Add entering_scope parameter. Use it to
|
| H A D | ChangeLog-2018 | 2206 * parser.c (cp_parser_template_id): Combine entering_scope decl &
|
| H A D | ChangeLog-2020 | 1892 entering_scope.
|
| H A D | parser.cc | 18329 bool entering_scope in cp_parser_template_id() local 18333 = finish_template_type (templ, arguments, entering_scope); in cp_parser_template_id()
|