Home
last modified time | relevance | path

Searched refs:DECL_READ_P (Results 1 – 19 of 19) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dexpr.c124 DECL_READ_P (exp) = 1; in mark_exp_read()
H A Dexcept.c413 DECL_READ_P (decl) = 1; in initialize_handler_parm()
H A Ddecl.c623 && (! TREE_USED (decl) || !DECL_READ_P (decl)) in poplevel()
2243 if (DECL_READ_P (olddecl)) in duplicate_decls()
2244 DECL_READ_P (newdecl) = 1; in duplicate_decls()
2245 else if (DECL_READ_P (newdecl)) in duplicate_decls()
2246 DECL_READ_P (olddecl) = 1; in duplicate_decls()
5821 DECL_READ_P (decl) = 1; in initialize_local_var()
6596 DECL_READ_P (parmdecl) = 1; in start_cleanup_fn()
13583 && !DECL_READ_P (decl) in finish_function()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dexpr.c316 DECL_READ_P (exp) = 1; in mark_exp_read()
H A Dexcept.c298 DECL_READ_P (decl) = 1; in initialize_handler_parm()
H A Ddecl.c661 && (! TREE_USED (decl) || !DECL_READ_P (decl)) in poplevel()
2637 if (DECL_READ_P (olddecl)) in duplicate_decls()
2638 DECL_READ_P (newdecl) = 1; in duplicate_decls()
2639 else if (DECL_READ_P (newdecl)) in duplicate_decls()
2640 DECL_READ_P (olddecl) = 1; in duplicate_decls()
6698 DECL_READ_P (decl) = 1; in initialize_local_var()
7741 int save_read = DECL_READ_P (decl); in cp_finish_decomp()
7777 DECL_READ_P (decl) = save_read; in cp_finish_decomp()
8073 DECL_READ_P (parmdecl) = 1; in start_cleanup_fn()
15939 && !DECL_READ_P (decl) in finish_function()
H A Dcall.c10967 TREE_USED (decl) = DECL_READ_P (decl) = true; in set_up_extended_ref_temp()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-decl.c1165 if ((!TREE_USED (p) || !DECL_READ_P (p)) in pop_scope()
2433 DECL_READ_P (newdecl) |= DECL_READ_P (olddecl); in merge_decls()
4360 DECL_READ_P (decl) = 1; in finish_decl()
4505 DECL_READ_P (decl) = 1; in finish_decl()
4612 DECL_READ_P (decl) = 1; in build_compound_literal()
8396 && !DECL_READ_P (decl) in finish_function()
H A Dtree.h1408 #define DECL_READ_P(NODE) \ macro
H A Dc-typeck.c1830 DECL_READ_P (exp) = 1; in mark_exp_read()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c1270 if ((!TREE_USED (p) || !DECL_READ_P (p)) in pop_scope()
2622 DECL_READ_P (newdecl) |= DECL_READ_P (olddecl); in merge_decls()
5052 DECL_READ_P (decl) = 1; in finish_decl()
5196 DECL_READ_P (decl) = 1; in finish_decl()
5327 DECL_READ_P (decl) = 1; in build_compound_literal()
9505 && !DECL_READ_P (decl) in finish_function()
H A Dc-typeck.c1928 DECL_READ_P (exp) = 1; in mark_exp_read()
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c4176 DECL_READ_P (decl) = 1; in objc_begin_catch_clause()
8673 DECL_READ_P (self_decl) = 1; in really_start_method()
8675 DECL_READ_P (DECL_CHAIN (self_decl)) = 1; in really_start_method()
8767 DECL_READ_P (UOBJC_SUPER_decl) = 1; in get_super_receiver()
9728 DECL_READ_P (object_expression) = 1; in objc_finish_foreach_loop()
H A Dobjc-gnu-runtime-abi-01.c1779 DECL_READ_P (decl) = 1; in handle_class_ref()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dprint-tree.c405 if ((code == VAR_DECL || code == PARM_DECL) && DECL_READ_P (node)) in print_node()
H A Dtree-chkp.c2065 DECL_READ_P (var) = 1;
3063 DECL_READ_P (bnd_var) = 1;
H A Dtree.h903 #define DECL_READ_P(NODE) \ macro
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-attribs.c1076 DECL_READ_P (node) = 1; in handle_used_attribute()
1106 DECL_READ_P (decl) = 1; in handle_unused_attribute()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c6176 DECL_READ_P (node) = 1; in handle_used_attribute()
6207 DECL_READ_P (decl) = 1; in handle_unused_attribute()