Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dstmt.c2645 tree max_ascii = build_int_cst (TREE_TYPE (node->high), 127); in estimate_case_costs() local
2683 if ((INT_CST_LT (n->low, min_ascii)) || INT_CST_LT (max_ascii, n->high)) in estimate_case_costs()