Searched refs:lbpluslen (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | semantics.c | 5015 tree lbpluslen in handle_omp_array_sections_1() local 5019 if (TREE_CODE (lbpluslen) == INTEGER_CST in handle_omp_array_sections_1() 5020 && tree_int_cst_lt (size, lbpluslen)) in handle_omp_array_sections_1() 5024 "in %qs clause", lbpluslen, in handle_omp_array_sections_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 5397 tree lbpluslen in handle_omp_array_sections_1() local 5401 if (TREE_CODE (lbpluslen) == INTEGER_CST in handle_omp_array_sections_1() 5402 && tree_int_cst_lt (size, lbpluslen)) in handle_omp_array_sections_1() 5406 "in %qs clause", lbpluslen, in handle_omp_array_sections_1()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 13280 tree lbpluslen in handle_omp_array_sections_1() local 13284 if (TREE_CODE (lbpluslen) == INTEGER_CST in handle_omp_array_sections_1() 13285 && tree_int_cst_lt (size, lbpluslen)) in handle_omp_array_sections_1() 13289 "in %qs clause", lbpluslen, in handle_omp_array_sections_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 13499 tree lbpluslen in handle_omp_array_sections_1() local 13503 if (TREE_CODE (lbpluslen) == INTEGER_CST in handle_omp_array_sections_1() 13504 && tree_int_cst_lt (size, lbpluslen)) in handle_omp_array_sections_1() 13508 "in %qs clause", lbpluslen, in handle_omp_array_sections_1()
|