Home
last modified time | relevance | path

Searched refs:new_scope (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDxml-support.c180 struct scope_level new_scope; in gdb_xml_start_element() local
192 memset (&new_scope, 0, sizeof (new_scope)); in gdb_xml_start_element()
193 VEC_quick_push (scope_level_s, parser->scopes, &new_scope); in gdb_xml_start_element()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDparser.c4891 tree new_scope; in cp_parser_nested_name_specifier_opt() local
4912 new_scope = resolve_typename_type (parser->scope, in cp_parser_nested_name_specifier_opt()
4914 if (TREE_CODE (new_scope) != TYPENAME_TYPE) in cp_parser_nested_name_specifier_opt()
4915 parser->scope = new_scope; in cp_parser_nested_name_specifier_opt()
4984 new_scope in cp_parser_nested_name_specifier_opt()
5096 if (TREE_CODE (new_scope) == TYPE_DECL) in cp_parser_nested_name_specifier_opt()
5097 new_scope = TREE_TYPE (new_scope); in cp_parser_nested_name_specifier_opt()
5100 && !(CLASS_TYPE_P (new_scope) in cp_parser_nested_name_specifier_opt()
5101 && ((CLASSTYPE_USE_TEMPLATE (new_scope) in cp_parser_nested_name_specifier_opt()
5102 && PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (new_scope))) in cp_parser_nested_name_specifier_opt()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDparser.c6165 tree new_scope; in cp_parser_nested_name_specifier_opt() local
6185 new_scope = resolve_typename_type (parser->scope, in cp_parser_nested_name_specifier_opt()
6187 if (TREE_CODE (new_scope) != TYPENAME_TYPE) in cp_parser_nested_name_specifier_opt()
6188 parser->scope = new_scope; in cp_parser_nested_name_specifier_opt()
6258 new_scope in cp_parser_nested_name_specifier_opt()
6416 if (TREE_CODE (new_scope) == TYPE_DECL) in cp_parser_nested_name_specifier_opt()
6417 new_scope = TREE_TYPE (new_scope); in cp_parser_nested_name_specifier_opt()
6420 && !(CLASS_TYPE_P (new_scope) in cp_parser_nested_name_specifier_opt()
6421 && ((CLASSTYPE_USE_TEMPLATE (new_scope) in cp_parser_nested_name_specifier_opt()
6422 && PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (new_scope))) in cp_parser_nested_name_specifier_opt()
[all …]