Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-loop-niter.c1949 tree bound_type = TREE_TYPE (bound); in n_of_executions_at_most() local
1953 gcc_assert (TYPE_UNSIGNED (bound_type) in n_of_executions_at_most()
1956 if (TYPE_PRECISION (nit_type) > TYPE_PRECISION (bound_type)) in n_of_executions_at_most()
1959 niter = fold_convert (bound_type, niter); in n_of_executions_at_most()
/openbsd-src/gnu/usr.bin/perl/
H A Dregexec.c2753 if ((bound_type) FLAGS(c) == TRADITIONAL_BOUND) { in S_find_byclass()
2788 if ((bound_type) FLAGS(c) == TRADITIONAL_BOUND) { in S_find_byclass()
2807 switch((bound_type) FLAGS(c)) { in S_find_byclass()
2943 if ((bound_type) FLAGS(c) == TRADITIONAL_BOUND) { in S_find_byclass()
2962 if ((bound_type) FLAGS(c) == TRADITIONAL_BOUND) { in S_find_byclass()
2981 switch((bound_type) FLAGS(c)) { in S_find_byclass()
7360 switch((bound_type) FLAGS(scan)) { in S_regmatch()
7464 switch((bound_type) FLAGS(scan)) { in S_regmatch()
H A Dregcomp.h1511 } bound_type; typedef