Searched defs:for_stmt (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | semantics.c | 441 finish_for_init_stmt (for_stmt) in finish_for_init_stmt() argument 453 finish_for_cond (cond, for_stmt) in finish_for_cond() argument 487 finish_for_expr (expr, for_stmt) in finish_for_expr() argument 499 finish_for_stmt (for_stmt) in finish_for_stmt() argument
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | semantics.c | 816 finish_for_init_stmt (tree for_stmt) in finish_for_init_stmt() 829 finish_for_cond (tree cond, tree for_stmt) in finish_for_cond() 839 finish_for_expr (tree expr, tree for_stmt) in finish_for_expr() 867 finish_for_stmt (tree for_stmt) in finish_for_stmt()
|
H A D | cp-gimplify.c | 328 tree for_stmt = *expr_p; in cp_gimplify_omp_for() local
|
H A D | init.c | 2562 tree for_stmt; in build_vec_init() local
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | omp-low.c | 101 tree v, n1, n2, step, chunk_size, for_stmt; member 152 extract_omp_for_data (tree for_stmt, struct omp_for_data *fd) in extract_omp_for_data()
|
H A D | gimplify.c | 4954 tree for_stmt, decl, t; in gimplify_omp_for() local
|