Searched refs:omp_orig (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | semantics.cc | 6416 tree omp_orig = placeholder; in finish_omp_reduction_clause() local 6430 omp_orig = build_static_cast (input_location, in finish_omp_reduction_clause() 6431 rtype, omp_orig, in finish_omp_reduction_clause() 6434 || omp_orig == error_mark_node) in finish_omp_reduction_clause() 6437 omp_orig = convert_from_reference (omp_orig); in finish_omp_reduction_clause() 6444 omp_priv, omp_orig); in finish_omp_reduction_clause()
|
| D | parser.cc | 46049 tree omp_priv = NULL_TREE, omp_orig = NULL_TREE, initializer = NULL_TREE; in cp_parser_omp_declare_reduction_exprs() local 46094 omp_orig = build_lang_decl (VAR_DECL, get_identifier ("omp_orig"), type); in cp_parser_omp_declare_reduction_exprs() 46095 DECL_ARTIFICIAL (omp_orig) = 1; in cp_parser_omp_declare_reduction_exprs() 46096 pushdecl (omp_orig); in cp_parser_omp_declare_reduction_exprs() 46097 add_decl_expr (omp_orig); in cp_parser_omp_declare_reduction_exprs() 46173 add_decl_expr (omp_orig); in cp_parser_omp_declare_reduction_exprs()
|
| D | pt.cc | 19688 tree omp_orig = tsubst (DECL_EXPR_DECL (stmts[4]), in tsubst_omp_udr() local 19691 DECL_CONTEXT (omp_orig) = current_function_decl; in tsubst_omp_udr() 19699 add_decl_expr (omp_orig); in tsubst_omp_udr() 19702 add_decl_expr (omp_orig); in tsubst_omp_udr()
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | ChangeLog | 13343 * testsuite/libgomp.fortran/udr7.f90 (omp_priv, omp_orig, omp_out,
|