Home
last modified time | relevance | path

Searched refs:COPYABLE_BYREF_LOCAL_VAR (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dsemantics.c2526 || (TREE_CODE (decl) == VAR_DECL && COPYABLE_BYREF_LOCAL_VAR (decl))) in get_final_block_variable()
3018 if (COPYABLE_BYREF_LOCAL_VAR (orig_decl)) in finish_id_expression()
3029 if (COPYABLE_BYREF_LOCAL_VAR (decl)) in finish_id_expression()
Dparser.c19134 if (COPYABLE_BYREF_LOCAL_VAR (TREE_VALUE (chain))) in build_block_struct_type()
19339 if (COPYABLE_BYREF_LOCAL_VAR (y)) in VEC()
19542 if (COPYABLE_BYREF_LOCAL_VAR (TREE_VALUE (chain))) in synth_copy_helper_block_func()
19644 if (COPYABLE_BYREF_LOCAL_VAR (TREE_VALUE (chain))) in synth_destroy_helper_block_func()
20052 if (TREE_CODE (decl) == VAR_DECL && COPYABLE_BYREF_LOCAL_VAR (decl)) in build_block_byref_decl()
20054 COPYABLE_BYREF_LOCAL_VAR (byref_decl) = 1; in build_block_byref_decl()
20095 if (TREE_CODE (decl) == VAR_DECL && COPYABLE_BYREF_LOCAL_VAR (decl)) in build_block_ref_decl()
Ddecl.c5685 if (COPYABLE_BYREF_LOCAL_VAR (decl)) { in cp_finish_decl()
5689 COPYABLE_BYREF_LOCAL_VAR (decl) = 0; in cp_finish_decl()
Dtypeck.c6071 && COPYABLE_BYREF_LOCAL_VAR (inner)) in build_x_modify_expr()
/freebsd-12-stable/contrib/gcc/
Dc-parser.c5394 if (COPYABLE_BYREF_LOCAL_VAR (orig_decl)) { in c_parser_postfix_expression()
5403 else if (COPYABLE_BYREF_LOCAL_VAR (expr.value)) in c_parser_postfix_expression()
8608 if (COPYABLE_BYREF_LOCAL_VAR (TREE_VALUE (chain))) in build_block_struct_type()
8873 if (COPYABLE_BYREF_LOCAL_VAR (y)) in build_block_struct_initlist()
9060 if (COPYABLE_BYREF_LOCAL_VAR (TREE_VALUE (chain))) in synth_copy_helper_block_func()
9136 if (COPYABLE_BYREF_LOCAL_VAR (TREE_VALUE (chain))) in synth_destroy_helper_block_func()
Dc-decl.c3818 else if (TREE_CODE (decl) == VAR_DECL && COPYABLE_BYREF_LOCAL_VAR (decl)) in finish_decl()
3823 COPYABLE_BYREF_LOCAL_VAR (decl) = 0; in finish_decl()
7812 if (TREE_CODE (decl) == VAR_DECL && COPYABLE_BYREF_LOCAL_VAR (decl)) in build_block_byref_decl()
7814 COPYABLE_BYREF_LOCAL_VAR (byref_decl) = 1; in build_block_byref_decl()
7859 if (TREE_CODE (decl) == VAR_DECL && COPYABLE_BYREF_LOCAL_VAR (decl)) in build_block_ref_decl()
Dc-typeck.c2135 if (gdecl || (TREE_CODE (decl) == VAR_DECL && COPYABLE_BYREF_LOCAL_VAR (decl))) in build_external_ref()
3957 && COPYABLE_BYREF_LOCAL_VAR (inner)) in build_modify_expr()
Dtree.h3019 #define COPYABLE_BYREF_LOCAL_VAR(NODE) (VAR_DECL_CHECK (NODE)->decl_with_vis.copyable_byref_local_v… macro
Dc-common.c5892 COPYABLE_BYREF_LOCAL_VAR (*node) = 1; in handle_blocks_attribute()