Searched refs:omp_name (Results 1 – 10 of 10) sorted by relevance
262 free (CONST_CAST (char *, p->ext.omp_name)); in gfc_free_statement()
5410 if (((cp->ext.omp_clauses == NULL) ^ (new_st.ext.omp_name == NULL)) in parse_omp_structured_block()5411 || (new_st.ext.omp_name != NULL in parse_omp_structured_block()5413 new_st.ext.omp_name) != 0)) in parse_omp_structured_block()5416 free (CONST_CAST (char *, new_st.ext.omp_name)); in parse_omp_structured_block()5417 new_st.ext.omp_name = NULL; in parse_omp_structured_block()
2699 const char *omp_name; member
2660 new_st.ext.omp_name = n[0] ? xstrdup (n) : NULL; in gfc_match_omp_end_critical()
284 free (CONST_CAST (char *, p->ext.omp_name)); in gfc_free_statement()
5733 ^ (new_st.ext.omp_name == NULL)) in parse_omp_structured_block()5734 || (new_st.ext.omp_name != NULL in parse_omp_structured_block()5736 new_st.ext.omp_name) != 0)) in parse_omp_structured_block()5739 free (CONST_CAST (char *, new_st.ext.omp_name)); in parse_omp_structured_block()5740 new_st.ext.omp_name = NULL; in parse_omp_structured_block()
2985 const char *omp_name; member
682 union member instead of omp_name.
3739 new_st.ext.omp_name = n[0] ? xstrdup (n) : NULL; in gfc_match_omp_end_critical()
3824 (struct gfc_code): Add omp_clauses, omp_name, omp_namelist