Home
last modified time | relevance | path

Searched refs:TREE_USED (Results 1 – 25 of 66) sorted by relevance

123

/trueos/contrib/gcc/cp/
HDoptimize.c66 TREE_USED (cloned_parm) = !first || TREE_USED (parm); in update_cloned_parm()
HDdecl2.c745 TREE_USED (decl) = 1; in finish_static_data_member_decl()
1452 if (TREE_USED (decl) in decl_needed_p()
2265 TREE_USED (guard) = 1; in get_guard()
2377 TREE_USED (current_function_decl) = 1; in start_objects()
2519 TREE_USED (initialize_p_decl) = 1; in start_static_storage_duration_function()
2523 TREE_USED (priority_decl) = 1; in start_static_storage_duration_function()
3376 TREE_USED (decl) && DECL_DECLARED_INLINE_P (decl) in emit_deferred()
3573 TREE_USED (decl) = 1; in mark_used()
3575 TREE_USED (DECL_CLONED_FUNCTION (decl)) = 1; in mark_used()
HDcp-gimplify.c70 if (TREE_USED (label)) in finish_bc_block()
105 TREE_USED (label) = 1; in build_bc_goto()
HDinit.c753 TREE_USED (vtbl) = 1; in build_vtbl_address()
1135 TREE_USED (exp) = 1; in build_aggr_init()
1339 gcc_assert (!DECL_P (member) || TREE_USED (member)); in build_offset_ref()
2341 TREE_USED (decl) = 1; in create_temporary_var()
HDdecl.c378 else if (!TREE_USED (label)) in pop_label()
615 && ! TREE_USED (decl) in poplevel()
792 TREE_USED (block) = 1; in poplevel()
808 TREE_USED (block) = 1; in insert_block()
1866 if (TREE_USED (olddecl)) in duplicate_decls()
3379 TREE_USED (decl) = 1; in cp_make_fname_decl()
5093 TREE_ADDRESSABLE (decl) = TREE_USED (decl); in initialize_local_var()
5101 already_used = TREE_USED (decl) || TREE_USED (type); in initialize_local_var()
5126 TREE_USED (decl) = 0; in initialize_local_var()
5128 TREE_USED (decl) = 1; in initialize_local_var()
[all …]
HDmethod.c292 TREE_USED (alias) = 1; in make_alias_for()
1103 gcc_assert (!TREE_USED (fn)); in implicitly_declare_fn()
HDsemantics.c556 TREE_USED (destination) = 1; in finish_goto_stmt()
1428 TREE_USED (current_class_ptr) = 1; in finish_non_static_data_member()
3272 TREE_USED (parms) = 1; in expand_body()
3858 if (TREE_USED (v) in finish_omp_threadprivate()
HDlex.c615 TREE_USED (decl) = 1; in unqualified_name_lookup_error()
HDexcept.c362 TREE_USED (decl) = 1; in initialize_handler_parm()
/trueos/contrib/gcc/
HDtarghooks.c392 TREE_USED (t) = 1; in default_stack_protect_guard()
417 TREE_USED (t) = 1; in default_external_stack_protect_fail()
450 TREE_USED (t) = 1; in default_hidden_stack_protect_fail()
HDdbxout.c1330 int saved_tree_used = TREE_USED (decl); in dbxout_global_decl()
1331 TREE_USED (decl) = 1; in dbxout_global_decl()
1333 TREE_USED (decl) = saved_tree_used; in dbxout_global_decl()
2479 && (!TREE_USED (decl) in dbxout_symbol()
3400 if (TREE_USED (block) && TREE_ASM_WRITTEN (block)) in dbxout_block()
3484 saved_tree_used1 = TREE_USED (decl); in dbxout_begin_function()
3485 TREE_USED (decl) = 1; in dbxout_begin_function()
3488 int saved_tree_used2 = TREE_USED (DECL_RESULT (decl)); in dbxout_begin_function()
3489 TREE_USED (DECL_RESULT (decl)) = 1; in dbxout_begin_function()
3491 TREE_USED (DECL_RESULT (decl)) = saved_tree_used2; in dbxout_begin_function()
[all …]
HDcfgexpand.c767 if (TREE_USED (t) in expand_used_vars_for_block()
807 TREE_USED (t) = 0; in clear_tree_used()
945 TREE_USED (guard) = 1; in create_stack_guard()
966 TREE_USED (TREE_VALUE (t)) = 1; in expand_used_vars()
1000 else if (TREE_USED (var)) in expand_used_vars()
1005 TREE_USED (var) = 1; in expand_used_vars()
HDgimple-low.c767 if (!TREE_USED (block)) in mark_blocks_with_used_vars()
773 if (TREE_USED (var)) in mark_blocks_with_used_vars()
775 TREE_USED (block) = true; in mark_blocks_with_used_vars()
HDc-decl.c725 TREE_USED (block) = 1; in pop_scope()
767 if (TREE_USED (p) && !DECL_INITIAL (p)) in pop_scope()
772 else if (!TREE_USED (p) && warn_unused_label) in pop_scope()
830 if (!TREE_USED (p) in pop_scope()
976 TREE_USED (block) = 1; in insert_block()
1573 if (TREE_USED (olddecl)) in diagnose_mismatched_decls()
1843 if (TREE_USED (olddecl) in merge_decls()
2094 TREE_USED (tt) = TREE_USED (x); in clone_underlying_type()
2582 if (!TREE_USED (label)) in lookup_label()
2862 TREE_USED (decl) = 1; in c_make_fname_decl()
[all …]
HDtoplev.c767 && (TREE_USED (decl) in wrapup_global_declaration_2()
768 || TREE_USED (DECL_ASSEMBLER_NAME (decl)))) in wrapup_global_declaration_2()
853 && ! TREE_USED (decl) in check_global_declaration_1()
856 && ! (DECL_NAME (decl) && TREE_USED (DECL_NAME (decl))) in check_global_declaration_1()
HDxcoffout.c346 if (TREE_USED (block)) in xcoffout_block()
HDc-common.c4062 TREE_USED (label) = 1; in finish_label_address_expr()
4394 TREE_USED (node) = 1; in handle_used_attribute()
4425 TREE_USED (decl) = 1; in handle_unused_attribute()
4436 TREE_USED (*node) = 1; in handle_unused_attribute()
4564 TREE_USED (decl) = 1; in handle_constructor_attribute()
4592 TREE_USED (decl) = 1; in handle_destructor_attribute()
4861 TREE_USED (*type) = TREE_USED (decl); in handle_aligned_attribute()
4975 TREE_USED (id) = 1; in handle_alias_attribute()
5948 TREE_USED (var_decl) = 1; in build_block_byref_release_exp()
6344 if (TREE_USED (t)) in c_warn_unused_result()
HDtree-inline.c395 TREE_USED (new_block) = TREE_USED (old_block); in remap_block()
2164 TREE_USED (*tp) = 1; in expand_call_inline()
2601 TREE_USED (copy) = 1; in copy_decl_for_dup_finish()
HDcgraphunit.c1707 TREE_USED (decl) = 1; in cgraph_build_static_cdtor()
1716 TREE_USED (DECL_INITIAL (decl)) = 1; in cgraph_build_static_cdtor()
HDc-pragma.c266 if (SUPPORTS_WEAK && DECL_EXTERNAL (decl) && TREE_USED (decl) in apply_pragma_weak()
HDfinal.c3859 int saved_tree_used = TREE_USED (symbol_queue[i]); in debug_flush_symbol_queue()
3861 TREE_USED (symbol_queue[i]) = 1; in debug_flush_symbol_queue()
3868 TREE_USED (symbol_queue[i]) = saved_tree_used; in debug_flush_symbol_queue()
HDstmt.c1410 if (TREE_USED (exp) || TREE_NO_WARNING (exp)) in warn_if_unused_value()
2054 if (TREE_USED (decl_elt)) in expand_anon_union_decl()
2055 TREE_USED (decl) = 1; in expand_anon_union_decl()
HDc-parser.c8445 if (TREE_USED (v) && !C_DECL_THREADPRIVATE_P (v)) in c_parser_omp_threadprivate()
8862 TREE_USED (y) = 1; in build_block_struct_initlist()
8872 TREE_USED (y) = 1; in build_block_struct_initlist()
9007 TREE_USED (dst_arg) = 1; in synth_copy_helper_block_func()
9013 TREE_USED (src_arg) = 1; in synth_copy_helper_block_func()
9096 TREE_USED (src_arg) = 1; in synth_destroy_helper_block_func()
9303 TREE_USED (self_arg) = 1; /* Prevent unused parameter '.block_descriptor' warning. */ in c_parser_block_literal_expr()
HDprint-tree.c291 if (TREE_USED (node)) in print_node()
/trueos/contrib/gcc/config/
HDdarwin-c.c149 TREE_USED (local) = 1; in darwin_pragma_unused()

123