Searched refs:omp_out (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | semantics.cc | 6382 tree omp_out = placeholder; in finish_omp_reduction_clause() local 6388 omp_out = build_static_cast (input_location, in finish_omp_reduction_clause() 6389 rtype, omp_out, in finish_omp_reduction_clause() 6394 if (omp_out == error_mark_node || omp_in == error_mark_node) in finish_omp_reduction_clause() 6396 omp_out = convert_from_reference (omp_out); in finish_omp_reduction_clause() 6401 DECL_EXPR_DECL (stmts[1]), omp_in, omp_out); in finish_omp_reduction_clause()
|
| D | pt.cc | 19664 tree omp_out = tsubst (DECL_EXPR_DECL (stmts[0]), in tsubst_omp_udr() local 19670 DECL_CONTEXT (omp_out) = current_function_decl; in tsubst_omp_udr() 19677 add_decl_expr (omp_out); in tsubst_omp_udr() 19678 copy_warning (omp_out, DECL_EXPR_DECL (stmts[0])); in tsubst_omp_udr()
|
| D | parser.cc | 46040 tree omp_out = build_lang_decl (VAR_DECL, get_identifier ("omp_out"), type); in cp_parser_omp_declare_reduction_exprs() local 46041 DECL_ARTIFICIAL (omp_out) = 1; in cp_parser_omp_declare_reduction_exprs() 46042 pushdecl (omp_out); in cp_parser_omp_declare_reduction_exprs() 46043 add_decl_expr (omp_out); in cp_parser_omp_declare_reduction_exprs()
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | ChangeLog | 13343 * testsuite/libgomp.fortran/udr7.f90 (omp_priv, omp_orig, omp_out,
|