Home
last modified time | relevance | path

Searched refs:compare_values (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-vrp.c315 cmp = compare_values (min, max); in set_value_range()
873 compare_values (tree val1, tree val2) in compare_values() function
1172 && compare_values (max, min) == 0) in extract_range_from_assert()
1207 && compare_values (min, max) == 0) in extract_range_from_assert()
1499 int check = compare_values (tmp, val2); in vrp_int_const_binop()
1980 cmp = compare_values (min, max); in extract_range_from_binary_expr()
2254 cmp = compare_values (min, max); in extract_range_from_unary_expr()
2381 cmp = compare_values (min, max); in extract_range_from_unary_expr()
2550 if (compare_values (min, max) == 1) in adjust_range_with_scev()
2564 if (compare_values (init, max) == -1) in adjust_range_with_scev()
[all …]
H A DChangeLog1060 (compare_values): Only return -2 if one of the operands is not a
1101 (compare_values_warnv): New function split out of compare_values.
1225 * tree-vrp.c (compare_values): Likewise.
H A DChangeLog-20052962 * tree-vrp.c (compare_values): Only check TREE_OVERFLOW for
16500 (compare_values): Return -2 if either value has overflowed.
22351 * tree-vrp.c (compare_values): Use fold_binary to compare
23509 * tree-vrp.c (compare_values): Check that VAL1 and VAL2 are
23717 * tree-vrp.c (compare_values): Work around a bug in the front
H A DChangeLog-20066599 * tree-vrp.c (compare_values): Remove code dealing with
6604 GE_EXPR rather than compare_values.
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_subst.h228 svn_boolean_t compare_values,
240 svn_boolean_t compare_values);
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c764 svn_boolean_t compare_values) in svn_subst_keywords_differ() argument
798 else if ((compare_values && (a->revision != NULL)) in svn_subst_keywords_differ()
804 else if ((compare_values && (a->date != NULL)) in svn_subst_keywords_differ()
810 else if ((compare_values && (a->author != NULL)) in svn_subst_keywords_differ()
816 else if ((compare_values && (a->url != NULL)) in svn_subst_keywords_differ()
828 svn_boolean_t compare_values, in svn_subst_keywords_differ2() argument
858 if (!b_val || (compare_values && !svn_string_compare(a_val, b_val))) in svn_subst_keywords_differ2()
/freebsd-12.1/sbin/ipfw/
H A Dtables.c2010 compare_values(const void *_a, const void *_b) in compare_values() function
2043 qsort(v, olh->count, olh->objsize, compare_values); in ipfw_list_values()