Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c4771 tree lbpluslen in handle_omp_array_sections_1() local
4775 if (TREE_CODE (lbpluslen) == INTEGER_CST in handle_omp_array_sections_1()
4776 && tree_int_cst_lt (size, lbpluslen)) in handle_omp_array_sections_1()
4780 "in %qs clause", lbpluslen, in handle_omp_array_sections_1()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c12702 tree lbpluslen in handle_omp_array_sections_1() local
12706 if (TREE_CODE (lbpluslen) == INTEGER_CST in handle_omp_array_sections_1()
12707 && tree_int_cst_lt (size, lbpluslen)) in handle_omp_array_sections_1()
12711 "in %qs clause", lbpluslen, in handle_omp_array_sections_1()