Searched refs:srecord_type (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Domp-low.c192 needed. srecord_type is used to communicate from the thread
197 tree srecord_type; member in struct:omp_context
1267 if (ctx->srecord_type)
1275 insert_field_into_struct (ctx->srecord_type, sfield);
1280 if (ctx->srecord_type == NULL_TREE)
1284 ctx->srecord_type = lang_hooks.types.make_type (RECORD_TYPE);
1291 insert_field_into_struct (ctx->srecord_type, sfield);
1299 : ctx->srecord_type, field);
1600 if (ctx->srecord_type)
1603 for (t = TYPE_FIELDS (ctx->srecord_type);
10820 tree record_type, srecord_type, bind, list; local
[all...]

Completed in 45 milliseconds