Searched refs:fini_code (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-low.c | 6741 tree init_code = NULL_TREE, fini_code = NULL_TREE, in lower_oacc_reductions() local 6901 fini_code = build_int_cst (integer_type_node, in lower_oacc_reductions() 6921 TREE_TYPE (var), 6, fini_code, in lower_oacc_reductions()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-low.cc | 7438 tree init_code = NULL_TREE, fini_code = NULL_TREE, in lower_oacc_reductions() local 7601 fini_code = build_int_cst (integer_type_node, in lower_oacc_reductions() 7622 TREE_TYPE (var), 6, fini_code, in lower_oacc_reductions()
|