Searched refs:ordered_cl (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 18063 tree ordered_cl = NULL_TREE; in c_parser_omp_for_loop() local 18082 ordered_cl = cl; in c_parser_omp_for_loop() 18092 error_at (OMP_CLAUSE_LOCATION (ordered_cl), in c_parser_omp_for_loop() 18094 OMP_CLAUSE_ORDERED_EXPR (ordered_cl) in c_parser_omp_for_loop()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 19231 tree ordered_cl = NULL_TREE; in c_parser_omp_for_loop() local 19250 ordered_cl = cl; in c_parser_omp_for_loop() 19260 error_at (OMP_CLAUSE_LOCATION (ordered_cl), in c_parser_omp_for_loop() 19262 OMP_CLAUSE_ORDERED_EXPR (ordered_cl) in c_parser_omp_for_loop()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 38986 tree this_pre_body, cl, ordered_cl = NULL_TREE; in cp_parser_omp_for_loop() local 39006 ordered_cl = cl; in cp_parser_omp_for_loop() 39016 error_at (OMP_CLAUSE_LOCATION (ordered_cl), in cp_parser_omp_for_loop() 39018 OMP_CLAUSE_ORDERED_EXPR (ordered_cl) in cp_parser_omp_for_loop() 39125 if (ordered_cl) in cp_parser_omp_for_loop() 39126 error_at (OMP_CLAUSE_LOCATION (ordered_cl), in cp_parser_omp_for_loop()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 42430 tree this_pre_body, cl, ordered_cl = NULL_TREE; in cp_parser_omp_for_loop() local 42450 ordered_cl = cl; in cp_parser_omp_for_loop() 42460 error_at (OMP_CLAUSE_LOCATION (ordered_cl), in cp_parser_omp_for_loop() 42462 OMP_CLAUSE_ORDERED_EXPR (ordered_cl) in cp_parser_omp_for_loop() 42569 if (ordered_cl) in cp_parser_omp_for_loop() 42570 error_at (OMP_CLAUSE_LOCATION (ordered_cl), in cp_parser_omp_for_loop()
|