Home
last modified time | relevance | path

Searched refs:co_await_find_in_subtree (Results 1 – 13 of 13) sorted by relevance

/dports/devel/avr-gcc/gcc-10.2.0/gcc/cp/
H A Dcoroutines.cc1533 co_await_find_in_subtree (tree *stmt, int *do_subtree ATTRIBUTE_UNUSED, void *d) in co_await_find_in_subtree() function
1755 cp_walk_tree (await_init, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in expand_one_await_expression()
1759 if (cp_walk_tree (revised, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in expand_one_await_expression()
1772 if (cp_walk_tree (stmt, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in process_one_statement()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/cp/
H A Dcoroutines.cc1596 co_await_find_in_subtree (tree *stmt, int *, void *d) in co_await_find_in_subtree() function
1824 cp_walk_tree (await_init, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in expand_one_await_expression()
1828 if (cp_walk_tree (revised, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in expand_one_await_expression()
1841 if (cp_walk_tree (stmt, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in process_one_statement()
H A DChangeLog-20203113 (co_await_find_in_subtree): Remove unused name.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/cp/
H A Dcoroutines.cc1594 co_await_find_in_subtree (tree *stmt, int *, void *d) in co_await_find_in_subtree() function
1822 cp_walk_tree (await_init, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in expand_one_await_expression()
1826 if (cp_walk_tree (revised, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in expand_one_await_expression()
1839 if (cp_walk_tree (stmt, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in process_one_statement()
H A DChangeLog-20203113 (co_await_find_in_subtree): Remove unused name.
/dports/lang/gcc11/gcc-11.2.0/gcc/cp/
H A Dcoroutines.cc1556 co_await_find_in_subtree (tree *stmt, int *, void *d) in co_await_find_in_subtree() function
1784 cp_walk_tree (await_init, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in expand_one_await_expression()
1788 if (cp_walk_tree (revised, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in expand_one_await_expression()
1801 if (cp_walk_tree (stmt, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in process_one_statement()
H A DChangeLog-20203113 (co_await_find_in_subtree): Remove unused name.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/cp/
H A Dcoroutines.cc1556 co_await_find_in_subtree (tree *stmt, int *, void *d) in co_await_find_in_subtree() function
1784 cp_walk_tree (await_init, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in expand_one_await_expression()
1788 if (cp_walk_tree (revised, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in expand_one_await_expression()
1801 if (cp_walk_tree (stmt, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in process_one_statement()
H A DChangeLog-20203113 (co_await_find_in_subtree): Remove unused name.
/dports/lang/gcc10/gcc-10.3.0/gcc/cp/
H A Dcoroutines.cc1530 co_await_find_in_subtree (tree *stmt, int *, void *d) in co_await_find_in_subtree() function
1758 cp_walk_tree (await_init, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in expand_one_await_expression()
1762 if (cp_walk_tree (revised, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in expand_one_await_expression()
1775 if (cp_walk_tree (stmt, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in process_one_statement()
H A DChangeLog998 (co_await_find_in_subtree): Remove unused name.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/cp/
H A Dcoroutines.cc1572 co_await_find_in_subtree (tree *stmt, int *, void *d) in co_await_find_in_subtree() function
1800 cp_walk_tree (await_init, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in expand_one_await_expression()
1804 if (cp_walk_tree (revised, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in expand_one_await_expression()
1817 if (cp_walk_tree (stmt, co_await_find_in_subtree, &aw_expr_ptr, NULL)) in process_one_statement()
H A DChangeLog1371 (co_await_find_in_subtree): Remove unused name.