Searched refs:teardown_code (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-low.c | 6742 setup_code = NULL_TREE, teardown_code = NULL_TREE; in lower_oacc_reductions() local 6905 teardown_code = build_int_cst (integer_type_node, in lower_oacc_reductions() 6926 TREE_TYPE (var), 6, teardown_code, in lower_oacc_reductions()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-low.cc | 7439 setup_code = NULL_TREE, teardown_code = NULL_TREE; in lower_oacc_reductions() local 7605 teardown_code = build_int_cst (integer_type_node, in lower_oacc_reductions() 7627 TREE_TYPE (var), 6, teardown_code, in lower_oacc_reductions()
|