Home
last modified time | relevance | path

Searched refs:extra_scope (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc1769 tree extra_scope = convert_in (extra_scope_in); in plugin_start_closure_class_type() local
1779 if (extra_scope) in plugin_start_closure_class_type()
1781 if (TREE_CODE (extra_scope) == PARM_DECL) in plugin_start_closure_class_type()
1790 if (parm == extra_scope) in plugin_start_closure_class_type()
1794 else if (TREE_CODE (extra_scope) == FIELD_DECL) in plugin_start_closure_class_type()
1797 gcc_assert (DECL_CONTEXT (extra_scope) == current_class_type); in plugin_start_closure_class_type()
1801 gcc_assert (TREE_CODE (extra_scope) == VAR_DECL); in plugin_start_closure_class_type()
1812 LAMBDA_EXPR_EXTRA_SCOPE (lambda_expr) = extra_scope; in plugin_start_closure_class_type()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc1613 tree extra_scope = convert_in (extra_scope_in); in plugin_start_closure_class_type() local
1623 if (extra_scope) in plugin_start_closure_class_type()
1625 if (TREE_CODE (extra_scope) == PARM_DECL) in plugin_start_closure_class_type()
1634 if (parm == extra_scope) in plugin_start_closure_class_type()
1638 else if (TREE_CODE (extra_scope) == FIELD_DECL) in plugin_start_closure_class_type()
1641 gcc_assert (DECL_CONTEXT (extra_scope) == current_class_type); in plugin_start_closure_class_type()
1645 gcc_assert (TREE_CODE (extra_scope) == VAR_DECL); in plugin_start_closure_class_type()
1656 LAMBDA_EXPR_EXTRA_SCOPE (lambda_expr) = extra_scope; in plugin_start_closure_class_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc18064 bool extra_scope = false; in c_parser_omp_atomic() local
18431 extra_scope = true; in c_parser_omp_atomic()
18459 extra_scope = false; in c_parser_omp_atomic()
18517 extra_scope = true; in c_parser_omp_atomic()
18539 extra_scope = false; in c_parser_omp_atomic()
18573 if (extra_scope && c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_omp_atomic()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h1425 (((struct tree_lambda_expr *)LAMBDA_EXPR_CHECK (NODE))->extra_scope)
1446 tree extra_scope; member
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h1493 (((struct tree_lambda_expr *)LAMBDA_EXPR_CHECK (NODE))->extra_scope)
1521 tree extra_scope; member
H A Dparser.cc40610 bool extra_scope = false; in cp_parser_omp_atomic() local
40960 extra_scope = true; in cp_parser_omp_atomic()
40984 extra_scope = false; in cp_parser_omp_atomic()
41038 extra_scope = true; in cp_parser_omp_atomic()
41056 extra_scope = false; in cp_parser_omp_atomic()
41470 if (extra_scope && cp_lexer_next_token_is (parser->lexer, CPP_CLOSE_BRACE)) in cp_parser_omp_atomic()
H A Dmodule.cc6186 WT (((lang_tree_node *)t)->lambda_expression.extra_scope); in core_vals()
6675 RT (((lang_tree_node *)t)->lambda_expression.extra_scope); in core_vals()