Home
last modified time | relevance | path

Searched refs:m_tree (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.h134 : m_tree (t), m_stack_depth (stack_depth) in path_var()
141 return (m_tree == other.m_tree
147 return m_tree != NULL_TREE;
152 tree m_tree; variable
H A Dregion-model.cc2060 tree expr = pv.m_tree; in get_lvalue_1()
2184 if (pv.m_tree == NULL_TREE) in get_lvalue()
2188 assert_compat_types (result_reg->get_type (), TREE_TYPE (pv.m_tree)); in get_lvalue()
2209 gcc_assert (pv.m_tree); in get_rvalue_1()
2211 switch (TREE_CODE (pv.m_tree)) in get_rvalue_1()
2214 return m_mgr->get_or_create_unknown_svalue (TREE_TYPE (pv.m_tree)); in get_rvalue_1()
2219 tree expr = pv.m_tree; in get_rvalue_1()
2228 tree expr = pv.m_tree; in get_rvalue_1()
2241 if (DECL_HARD_REGISTER (pv.m_tree)) in get_rvalue_1()
2245 return m_mgr->get_or_create_unknown_svalue (TREE_TYPE (pv.m_tree)); in get_rvalue_1()
[all …]
H A Dengine.cc702 const int tree_r1 = readability (pv1.m_tree); in readability_comparator()
703 const int tree_r2 = readability (pv2.m_tree); in readability_comparator()
726 if (int cmp = TREE_CODE (pv1.m_tree) - TREE_CODE (pv2.m_tree)) in readability_comparator()
729 switch (TREE_CODE (pv1.m_tree)) in readability_comparator()
734 if (int cmp = (SSA_NAME_VERSION (pv1.m_tree) in readability_comparator()
735 - SSA_NAME_VERSION (pv2.m_tree))) in readability_comparator()
741 if (int cmp = DECL_UID (pv1.m_tree) - DECL_UID (pv2.m_tree)) in readability_comparator()
831 if (leaked_pv.m_tree && TREE_CODE (leaked_pv.m_tree) == NOP_EXPR) in on_state_leak()
832 leaked_pv.m_tree = TREE_OPERAND (leaked_pv.m_tree, 0); in on_state_leak()
836 tree leaked_tree = leaked_pv.m_tree; in on_state_leak()
H A Dstore.cc1979 gcc_assert (pv.m_tree); in append_pathvar_with_type()
1981 if (TREE_TYPE (pv.m_tree) != type) in append_pathvar_with_type()
1982 pv.m_tree = build1 (NOP_EXPR, type, pv.m_tree); in append_pathvar_with_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc122 if (m_tree == NULL_TREE) in dump()
124 if (CONSTANT_CLASS_P (m_tree)) in dump()
125 pp_printf (pp, "%qE", m_tree); in dump()
127 pp_printf (pp, "(%qE @ %i)", m_tree, m_stack_depth); in dump()
541 if (pv_a.m_tree in merge_values()
3711 if (pv.m_tree) in dump_to_pp()
3856 if (TREE_CODE (pv->m_tree) == STRING_CST) in dump_summary_of_rep_path_vars()
3878 tree pointee = get_representative_path_var (pointee_rid).m_tree; in dump_summary_of_rep_path_vars()
3880 dump_tree (pp, pv->m_tree); in dump_summary_of_rep_path_vars()
3891 dump_tree (pp, pv->m_tree); in dump_summary_of_rep_path_vars()
[all …]
H A Dregion-model.h42 : m_tree (t), m_stack_depth (stack_depth) in path_var()
49 return (m_tree == other.m_tree
55 tree m_tree; variable
H A Dengine.cc321 return pvs[0].m_tree; in get_readable_tree()
487 int r1 = readability (pv1.m_tree); in readability_comparator()
488 int r2 = readability (pv2.m_tree); in readability_comparator()
572 tree leaked_tree = leaked_pvs[0].m_tree; in on_state_leak()
H A Ddiagnostic-manager.cc788 tree dst_rep = dst_pv->m_tree; in for_each_state_change()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c115 : m_tree (NULL_TREE), m_buffer_ptr (NULL), m_verbose (false), m_quote (false) in deferred_printed_type()
120 : m_tree (type), m_buffer_ptr (buffer_ptr), m_verbose (verbose), in deferred_printed_type()
129 tree m_tree; variable
4161 if (m_type_a.m_tree || m_type_b.m_tree) in handle()
4178 if (comparable_template_types_p (type_a.m_tree, type_b.m_tree)) in handle()
4181 = type_to_string_with_compare (type_a.m_tree, type_b.m_tree, in handle()
4184 = type_to_string_with_compare (type_b.m_tree, type_a.m_tree, in handle()
4192 (&inner_pp, type_a.m_tree, type_b.m_tree, type_a.m_verbose, 2); in handle()
4201 type_a_text = type_to_string (type_a.m_tree, type_a.m_verbose, in handle()
4203 type_b_text = type_to_string (type_b.m_tree, type_b.m_verbose, in handle()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc115 : m_tree (NULL_TREE), m_buffer_ptr (NULL), m_verbose (false), m_quote (false) in deferred_printed_type()
120 : m_tree (type), m_buffer_ptr (buffer_ptr), m_verbose (verbose), in deferred_printed_type()
129 tree m_tree; member in deferred_printed_type
4267 if (m_type_a.m_tree || m_type_b.m_tree) in handle()
4284 if (comparable_template_types_p (type_a.m_tree, type_b.m_tree)) in handle()
4287 = type_to_string_with_compare (type_a.m_tree, type_b.m_tree, in handle()
4290 = type_to_string_with_compare (type_b.m_tree, type_a.m_tree, in handle()
4298 (&inner_pp, type_a.m_tree, type_b.m_tree, type_a.m_verbose, 2); in handle()
4307 type_a_text = type_to_string (type_a.m_tree, type_a.m_verbose, in handle()
4309 type_b_text = type_to_string (type_b.m_tree, type_b.m_verbose, in handle()
[all …]