Searched refs:DECL_READ_P (Results 1 – 15 of 15) sorted by relevance
363 DECL_READ_P (exp) = 1; in mark_exp_read()
319 DECL_READ_P (decl) = 1; in initialize_handler_parm()
673 && (! TREE_USED (decl) || !DECL_READ_P (decl)) in poplevel()2922 if (DECL_READ_P (olddecl)) in duplicate_decls()2923 DECL_READ_P (newdecl) = 1; in duplicate_decls()2924 else if (DECL_READ_P (newdecl)) in duplicate_decls()2925 DECL_READ_P (olddecl) = 1; in duplicate_decls()7700 DECL_READ_P (decl) = 1; in initialize_local_var()9069 int save_read = DECL_READ_P (decl); in cp_finish_decomp()9114 DECL_READ_P (decl) = save_read; in cp_finish_decomp()9432 DECL_READ_P (parmdecl) = 1; in start_cleanup_fn()18095 && !DECL_READ_P (decl) in finish_function()
2443 set also DECL_READ_P on the decl.3188 (duplicate_decls): Merge DECL_READ_P flags.3189 (start_cleanup_fn): Set DECL_READ_P flag.
13041 TREE_USED (decl) = DECL_READ_P (decl) = true; in set_up_extended_ref_temp()
3443 Set DECL_DECOMP_BASE. Ignore DECL_READ_P sets from initialization
145 DECL_READ_P (local) = 1; in darwin_pragma_unused()
4361 DECL_READ_P (decl) = 1; in objc_begin_catch_clause()8908 DECL_READ_P (self_decl) = 1; in really_start_method()8910 DECL_READ_P (DECL_CHAIN (self_decl)) = 1; in really_start_method()9004 DECL_READ_P (UOBJC_SUPER_decl) = 1; in get_super_receiver()9983 DECL_READ_P (object_expression) = 1; in objc_finish_foreach_loop()
1772 DECL_READ_P (decl) = 1; in handle_class_ref()
2861 DECL_READ_P in addition to TREE_USED.
457 if ((code == VAR_DECL || code == PARM_DECL) && DECL_READ_P (node)) in print_node()
919 #define DECL_READ_P(NODE) \ macro
32051 * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P35602 * tree.h (DECL_READ_P): Define.35604 * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue35606 (merge_decls): Merge DECL_READ_P flag.35607 (finish_decl, build_compound_literal): Set DECL_READ_P flag.
2051 (DECL_READ_P): Add comment.
29992 * print-tree.c (print_node): Print DECL_READ_P flag.