Searched refs:same_tree_p (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dpending-diagnostic.cc76 pending_diagnostic::same_tree_p (tree t1, tree t2) function in class:ana::pending_diagnostic
H A Dsm-pattern-test.cc83 return (same_tree_p (m_lhs, other.m_lhs)
85 && same_tree_p (m_rhs, other.m_rhs));
H A Dpending-diagnostic.h176 static bool same_tree_p (tree t1, tree t2);
H A Dsm-malloc.cc118 return same_tree_p (m_arg, ((const malloc_diagnostic &)base_other).m_arg);
306 return (same_tree_p (m_arg, sub_other.m_arg)
398 return (same_tree_p (m_arg, sub_other.m_arg)
525 return (same_tree_p (m_arg, other.m_arg) && m_kind == other.m_kind);
H A Dsm-sensitive.cc100 return same_tree_p (m_arg, other.m_arg);
H A Dsm-file.cc101 return same_tree_p (m_arg, ((const file_diagnostic &)base_other).m_arg);
H A Dsm-taint.cc105 return same_tree_p (m_arg, other.m_arg);
H A Ddiagnostic-manager.cc108 && pending_diagnostic::same_tree_p (m_var, other.m_var)
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-pattern-test.cc87 return (same_tree_p (m_lhs, other.m_lhs)
89 && same_tree_p (m_rhs, other.m_rhs));
H A Dpending-diagnostic.cc109 pending_diagnostic::same_tree_p (tree t1, tree t2) function in class:ana::pending_diagnostic
H A Dpending-diagnostic.h201 static bool same_tree_p (tree t1, tree t2);
H A Dsm-sensitive.cc91 return same_tree_p (m_arg, other.m_arg);
H A Dsm-file.cc116 return same_tree_p (m_arg, ((const file_diagnostic &)base_other).m_arg);
H A Dsm-malloc.cc694 return same_tree_p (m_arg, ((const malloc_diagnostic &)base_other).m_arg);
1022 return (same_tree_p (m_arg, sub_other.m_arg)
1126 return (same_tree_p (m_arg, sub_other.m_arg)
1352 return (same_tree_p (m_arg, other.m_arg)
H A Dsm-taint.cc144 return (same_tree_p (m_arg, other.m_arg)
H A Ddiagnostic-manager.cc689 && pending_diagnostic::same_tree_p (m_var, other.m_var)
H A Dregion-model.cc583 && same_tree_p (m_count_cst, other.m_count_cst));
630 && same_tree_p (m_count_cst, other.m_count_cst));

Completed in 241 milliseconds