Searched refs:tree_cmp (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | region.cc | 714 tree_cmp (const_tree t1, const_tree t2) in tree_cmp() function 747 int var_cmp = tree_cmp (SSA_NAME_VAR (t1), SSA_NAME_VAR (t2)); in tree_cmp() 807 tree_cmp (const void *p1, const void *p2) in tree_cmp() function 812 return tree_cmp (t1, t2); in tree_cmp()
|
| H A D | analyzer.h | 122 extern int tree_cmp (const void *p1, const void *p2);
|
| H A D | ChangeLog | 4542 (tree_cmp): New function decl. 5105 (tree_cmp): Move to region.cc. 6826 * region-model.cc (tree_cmp): For the REAL_CST case, impose an 6850 * region-model.cc (tree_cmp): Eliminate buggy checking for
|
| H A D | region-model.cc | 4545 v.qsort (tree_cmp); in test_tree_cmp_on_constants()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | region-model.cc | 1926 tree_cmp (const_tree t1, const_tree t2) in tree_cmp() function 1959 int var_cmp = tree_cmp (SSA_NAME_VAR (t1), SSA_NAME_VAR (t2)); in tree_cmp() 2019 tree_cmp (const void *p1, const void *p2) in tree_cmp() function 2024 return tree_cmp (t1, t2); in tree_cmp() 2120 keys.qsort (tree_cmp); in walk_for_canonicalization() 3962 return tree_cmp (cst1, cst2); in svalue_id_cmp_by_constant_svalue() 7475 v.qsort (tree_cmp); in test_tree_cmp_on_constants()
|