Lines Matching refs:node4
2069 tree node, tree &node2, tree &node3, tree &node4) in gfc_trans_omp_array_section() argument
2104 node4 = build_omp_clause (input_location, in gfc_trans_omp_array_section()
2106 OMP_CLAUSE_SET_MAP_KIND (node4, GOMP_MAP_POINTER); in gfc_trans_omp_array_section()
2107 OMP_CLAUSE_DECL (node4) = decl; in gfc_trans_omp_array_section()
2108 OMP_CLAUSE_SIZE (node4) = size_int (0); in gfc_trans_omp_array_section()
2464 tree node4 = NULL_TREE; variable
2480 node4 = build_omp_clause (input_location,
2482 OMP_CLAUSE_SET_MAP_KIND (node4, GOMP_MAP_POINTER);
2483 OMP_CLAUSE_DECL (node4) = decl;
2484 OMP_CLAUSE_SIZE (node4) = size_int (0);
2535 node4 = build_omp_clause (input_location,
2537 OMP_CLAUSE_SET_MAP_KIND (node4, GOMP_MAP_POINTER);
2538 OMP_CLAUSE_DECL (node4) = decl;
2539 OMP_CLAUSE_SIZE (node4) = size_int (0);
2816 node, node2, node3, node4);
2824 node3, node4);
2892 if (node4)
2893 omp_clauses = gfc_trans_add_clause (node4, omp_clauses);