Searched refs:cxx_mark_addressable (Results 1 – 21 of 21) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | semantics.cc | 1901 if (!allows_reg && !cxx_mark_addressable (*op)) in finish_asm_stmt() 1960 if (!cxx_mark_addressable (*op)) in finish_asm_stmt() 4656 cxx_mark_addressable (slot); in simplify_aggr_init_expr() 4664 cxx_mark_addressable (slot); in simplify_aggr_init_expr() 5787 && !cxx_mark_addressable (t)) in handle_omp_array_sections() 6376 cxx_mark_addressable (placeholder); in finish_omp_reduction_clause() 6380 cxx_mark_addressable (decl_placeholder ? decl_placeholder in finish_omp_reduction_clause() 6410 cxx_mark_addressable (decl_placeholder ? decl_placeholder in finish_omp_reduction_clause() 6413 cxx_mark_addressable (placeholder); in finish_omp_reduction_clause() 6861 cxx_mark_addressable (t); in finish_omp_clauses() [all …]
|
H A D | except.cc | 784 cxx_mark_addressable (dtor_fn); in build_throw()
|
H A D | typeck.cc | 2397 if (!cxx_mark_addressable (exp)) in decay_conversion() 3869 if (!cxx_mark_addressable (array, true)) in cp_build_array_ref() 3881 if (!cxx_mark_addressable (array)) in cp_build_array_ref() 6696 if (error_operand_p (t) || !cxx_mark_addressable (t)) in build_address() 7458 cxx_mark_addressable (tree exp, bool array_ref_p) in cxx_mark_addressable() function 7530 cxx_mark_addressable (TREE_OPERAND (x, 0)); in cxx_mark_addressable()
|
H A D | ChangeLog-2004 | 757 * typeck.c (cxx_mark_addressable): Add braces around the first if. 762 * typeck.c (cxx_mark_addressable): Issue an error if address of an 2595 unary_complex_lvalue, cxx_mark_addressable, build_modify_expr, 4110 * typeck.c (cxx_mark_addressable): Don't put_var_into_stack. 4698 * typeck.c (cxx_mark_addressable): Don't set TREE_ADDRESSABLE
|
H A D | ChangeLog-2006 | 2222 * typeck.c (cxx_mark_addressable): Restore check for extra_warnings. 3027 (build_array_ref, cxx_mark_addressable): Likewise.
|
H A D | ChangeLog-2017 | 4668 * cp-tree.h (cxx_mark_addressable): Add array_ref_p argument. 4669 * typeck.c (cxx_mark_addressable): Likewise. Look through 4672 (cp_build_array_ref): Pass true as array_ref_p to cxx_mark_addressable.
|
H A D | ChangeLog-2018 | 1018 and cp_build_indirect_ref instead of cxx_mark_addressable. 3947 COMPOUND_EXPR. Call cxx_mark_addressable on the rightmost
|
H A D | cp-tree.h | 7949 extern bool cxx_mark_addressable (tree, bool = false);
|
H A D | class.cc | 8684 cxx_mark_addressable (fn); in resolve_address_of_overloaded_function()
|
H A D | ChangeLog-2005 | 991 * typeck.c (cxx_mark_addressable): Only check DECL_HARD_REGISTER
|
H A D | ChangeLog-2009 | 2669 maybe_push_decl, cxx_mark_addressable, force_target_expr,
|
H A D | ChangeLog-2013 | 3422 (cxx_mark_addressable): Likewise.
|
H A D | ChangeLog-2011 | 3989 * typeck.c (cxx_mark_addressable) [CONST_DECL]: Mark addressable
|
H A D | ChangeLog-2002 | 3381 * cp-tree.h (cxx_mark_addressable): New.
|
H A D | ChangeLog-2021 | 2495 * typeck.c (cxx_mark_addressable): Diagnose trying to make
|
H A D | ChangeLog-2003 | 5027 * typeck.c (cxx_mark_addressable): Adjust call to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 1630 if (!allows_reg && !cxx_mark_addressable (*op)) in finish_asm_stmt() 1689 if (!cxx_mark_addressable (*op)) in finish_asm_stmt() 4329 cxx_mark_addressable (slot); in simplify_aggr_init_expr() 4337 cxx_mark_addressable (slot); in simplify_aggr_init_expr() 5366 && !cxx_mark_addressable (t)) in handle_omp_array_sections() 5949 cxx_mark_addressable (placeholder); in finish_omp_reduction_clause() 5953 cxx_mark_addressable (decl_placeholder ? decl_placeholder in finish_omp_reduction_clause() 5983 cxx_mark_addressable (decl_placeholder ? decl_placeholder in finish_omp_reduction_clause() 5986 cxx_mark_addressable (placeholder); in finish_omp_reduction_clause() 6425 cxx_mark_addressable (t); in finish_omp_clauses() [all …]
|
H A D | except.c | 829 cxx_mark_addressable (dtor_fn); in build_throw()
|
H A D | typeck.c | 2208 if (!cxx_mark_addressable (exp)) in decay_conversion() 3609 if (!cxx_mark_addressable (array, true)) in cp_build_array_ref() 3621 if (!cxx_mark_addressable (array)) in cp_build_array_ref() 6181 if (error_operand_p (t) || !cxx_mark_addressable (t)) in build_address() 6943 cxx_mark_addressable (tree exp, bool array_ref_p) in cxx_mark_addressable() function 7015 cxx_mark_addressable (TREE_OPERAND (x, 0)); in cxx_mark_addressable()
|
H A D | cp-tree.h | 7541 extern bool cxx_mark_addressable (tree, bool = false);
|
H A D | class.c | 8568 cxx_mark_addressable (fn); in resolve_address_of_overloaded_function()
|