Home
last modified time | relevance | path

Searched refs:m_decl (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.cc1069 pp_printf (pp, "%E", m_decl); in dump_to_pp()
1076 pp_printf (pp, ", %qE)", m_decl); in dump_to_pp()
1101 if (TREE_CODE (m_decl) == VAR_DECL in maybe_get_constant_value()
1102 && DECL_IN_CONSTANT_POOL (m_decl) in maybe_get_constant_value()
1103 && DECL_INITIAL (m_decl) in maybe_get_constant_value()
1104 && TREE_CODE (DECL_INITIAL (m_decl)) == CONSTRUCTOR) in maybe_get_constant_value()
1105 return get_svalue_for_constructor (DECL_INITIAL (m_decl), mgr); in maybe_get_constant_value()
1139 tree init = DECL_INITIAL (m_decl); in get_svalue_for_initializer()
1144 if (DECL_EXTERNAL (m_decl)) in get_svalue_for_initializer()
1158 return mgr->get_or_create_compound_svalue (TREE_TYPE (m_decl), in get_svalue_for_initializer()
H A Dstate-purge.cc681 m_decl (decl) in state_purge_per_decl()
723 logger->log ("decl: %qE within %qD", m_decl, get_fndecl ()); in process_worklists()
791 logger->log_partial ("' for worklist for %qE", m_decl); in add_to_worklist()
802 logger->log ("already seen for %qE", m_decl); in add_to_worklist()
807 logger->log ("not seen; adding to worklist for %qE", m_decl); in add_to_worklist()
870 logger->log_partial ("' for %qE", m_decl); in process_point_backwards()
930 if (fully_overwrites_p (point.get_stmt (), m_decl, model) in process_point_backwards()
946 logger->log ("stmt fully overwrites %qE; terminating", m_decl); in process_point_backwards()
1008 logger->log_partial ("' for %qE", m_decl); in process_point_forwards()
H A Dstate-purge.h227 tree m_decl;
H A Dregion.h643 : region (complexity (parent), id, parent, TREE_TYPE (decl)), m_decl (decl),
655 tree get_decl () const { return m_decl; }
666 tree m_decl;
H A Dregion-model.cc2608 : m_reg (reg), m_decl (decl) in write_to_const_diagnostic()
2619 && m_decl == other.m_decl); in operator ==()
2635 "write to %<const%> object %qE", m_decl); in emit()
2639 "write to function %qE", m_decl); in emit()
2643 "write to label %qE", m_decl); in emit()
2647 inform (DECL_SOURCE_LOCATION (m_decl), "declared here"); in emit()
2656 return ev.formatted_print ("write to %<const%> object %qE here", m_decl); in describe_final_event()
2658 return ev.formatted_print ("write to function %qE here", m_decl); in describe_final_event()
2660 return ev.formatted_print ("write to label %qE here", m_decl); in describe_final_event()
2666 tree m_decl; member in ana::write_to_const_diagnostic
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-common.h78 tree m_decl; variable
1087 return DECL_UID (item->m_decl); in hash()
1095 return (DECL_UID (a->m_decl) == DECL_UID (b->m_decl)); in equal()
1181 tree m_decl; variable
H A Dhsa-brig.c598 if (symbol->m_decl && TREE_CODE (symbol->m_decl) == RESULT_DECL) in emit_directive_variable()
616 if (symbol->m_decl && TREE_CODE (symbol->m_decl) == CONST_DECL) in emit_directive_variable()
618 hsa_op_immed *tmp = new hsa_op_immed (DECL_INITIAL (symbol->m_decl)); in emit_directive_variable()
703 if (!function_offsets->get (f->m_decl) || !is_declaration) in emit_function_directives()
704 function_offsets->put (f->m_decl, brig_code.total_size); in emit_function_directives()
2119 build_fold_addr_expr ((*it)->m_decl)); in hsa_output_global_variables()
H A Dhsa-gen.c73 if (warning_at (EXPR_LOCATION (hsa_cfun->m_decl), OPT_Whsa, \
86 if (warning_at (EXPR_LOCATION (hsa_cfun->m_decl), OPT_Whsa, \
142 : m_decl (NULL_TREE), m_name (NULL), m_name_number (0), in hsa_symbol()
154 : m_decl (NULL_TREE), m_name (NULL), m_name_number (0), in hsa_symbol()
185 m_decl = decl; in fillup_for_decl()
211 m_decl (fdecl), m_internal_fn (NULL), m_shadow_reg (NULL), in hsa_function_representation()
229 m_in_ssa (true), m_kern_p (false), m_declaration_p (true), m_decl (NULL), in hsa_function_representation()
337 return m_kern_p || TREE_PUBLIC (m_decl) ? in get_linkage()
858 dummy.m_decl = decl; in get_symbol_for_decl()
6607 = hsa_summaries->get_create (cgraph_node::get (hsa_cfun->m_decl)); in generate_hsa()
H A Dhsa-common.c871 hsa_failed_functions->add (hsa_cfun->m_decl); in hsa_fail_cfun()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h6346 m_decl (NULL_TREE), m_diag_decl (NULL_TREE) {} in access_failure_info()
6351 tree get_decl () const { return m_decl; } in get_decl()
6360 tree m_decl; variable
H A Dtypeck.c2886 m_decl = decl; in record_access_failure()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h6606 m_decl (NULL_TREE), m_diag_decl (NULL_TREE) {} in access_failure_info()
6611 tree get_decl () const { return m_decl; } in get_decl()
6620 tree m_decl; variable
H A Dtypeck.cc3054 m_decl = decl; in record_access_failure()
H A DChangeLog-20181327 "m_field_decl" into "m_decl" and "m_diag_decl".