Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dexpr.cc363 DECL_READ_P (exp) = 1; in mark_exp_read()
Dexcept.cc319 DECL_READ_P (decl) = 1; in initialize_handler_parm()
Ddecl.cc673 && (! 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()
DChangeLog-20102443 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.
Dcall.cc13041 TREE_USED (decl) = DECL_READ_P (decl) = true; in set_up_extended_ref_temp()
DChangeLog-20173443 Set DECL_DECOMP_BASE. Ignore DECL_READ_P sets from initialization
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Ddarwin-c.cc145 DECL_READ_P (local) = 1; in darwin_pragma_unused()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc4361 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()
Dobjc-gnu-runtime-abi-01.cc1772 DECL_READ_P (decl) = 1; in handle_class_ref()
DChangeLog2861 DECL_READ_P in addition to TREE_USED.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dprint-tree.cc457 if ((code == VAR_DECL || code == PARM_DECL) && DECL_READ_P (node)) in print_node()
Dtree.h919 #define DECL_READ_P(NODE) \ macro
DChangeLog-201032051 * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
35602 * tree.h (DECL_READ_P): Define.
35604 * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
35606 (merge_decls): Merge DECL_READ_P flag.
35607 (finish_decl, build_compound_literal): Set DECL_READ_P flag.
DChangeLog-20122051 (DECL_READ_P): Add comment.
DChangeLog-201729992 * print-tree.c (print_node): Print DECL_READ_P flag.