Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dstmt.c2634 tree max_ascii = build_int_cst (TREE_TYPE (node->high), 127); in estimate_case_costs() local
2672 if ((INT_CST_LT (n->low, min_ascii)) || INT_CST_LT (max_ascii, n->high)) in estimate_case_costs()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dstmt.c5639 tree max_ascii = convert (TREE_TYPE (node->high), build_int_2 (127, 0)); local
5677 if ((INT_CST_LT (n->low, min_ascii)) || INT_CST_LT (max_ascii, n->high))