Searched refs:check_omp_for_incr_expr (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-omp.c | 601 check_omp_for_incr_expr (location_t loc, tree exp, tree decl) in check_omp_for_incr_expr() function 615 t = check_omp_for_incr_expr (loc, TREE_OPERAND (exp, 0), decl); in check_omp_for_incr_expr() 620 t = check_omp_for_incr_expr (loc, TREE_OPERAND (exp, 0), decl); in check_omp_for_incr_expr() 626 t = check_omp_for_incr_expr (loc, TREE_OPERAND (exp, 0), decl); in check_omp_for_incr_expr() 630 t = check_omp_for_incr_expr (loc, TREE_OPERAND (exp, 1), decl); in check_omp_for_incr_expr() 651 return check_omp_for_incr_expr (loc, op1, decl); in check_omp_for_incr_expr() 940 tree t = check_omp_for_incr_expr (elocus, in c_finish_omp_for()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-omp.cc | 842 check_omp_for_incr_expr (location_t loc, tree exp, tree decl) in check_omp_for_incr_expr() function 856 t = check_omp_for_incr_expr (loc, TREE_OPERAND (exp, 0), decl); in check_omp_for_incr_expr() 861 t = check_omp_for_incr_expr (loc, TREE_OPERAND (exp, 0), decl); in check_omp_for_incr_expr() 867 t = check_omp_for_incr_expr (loc, TREE_OPERAND (exp, 0), decl); in check_omp_for_incr_expr() 871 t = check_omp_for_incr_expr (loc, TREE_OPERAND (exp, 1), decl); in check_omp_for_incr_expr() 892 return check_omp_for_incr_expr (loc, op1, decl); in check_omp_for_incr_expr() 1181 tree t = check_omp_for_incr_expr (elocus, in c_finish_omp_for()
|
H A D | ChangeLog | 3779 (check_omp_for_incr_expr): Formatting fixes. 8356 * c-omp.c (check_omp_for_incr_expr): Use BINARY_CLASS_P. 11993 * c-omp.c (check_omp_for_incr_expr): Handle preevaluation.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2008 | 19804 * c-omp.c (check_omp_for_incr_expr): Likewise. 28833 * c-omp.c (check_omp_for_incr_expr): Handle CONVERT_EXPR.
|