HomeSort by: relevance | last modified time | path
    Searched defs:srecord_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 98 needed. srecord_type is used to communicate from the thread
103 tree srecord_type; member in struct:omp_context
846 if (ctx->srecord_type)
854 insert_field_into_struct (ctx->srecord_type, sfield);
859 if (ctx->srecord_type == NULL_TREE)
863 ctx->srecord_type = lang_hooks.types.make_type (RECORD_TYPE);
870 insert_field_into_struct (ctx->srecord_type, sfield);
878 : ctx->srecord_type, field);
1067 if (ctx->srecord_type)
1070 for (t = TYPE_FIELDS (ctx->srecord_type); t ; t = DECL_CHAIN (t)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 98 needed. srecord_type is used to communicate from the thread
103 tree srecord_type; member in struct:omp_context
843 if (ctx->srecord_type)
851 insert_field_into_struct (ctx->srecord_type, sfield);
856 if (ctx->srecord_type == NULL_TREE)
860 ctx->srecord_type = lang_hooks.types.make_type (RECORD_TYPE);
867 insert_field_into_struct (ctx->srecord_type, sfield);
875 : ctx->srecord_type, field);
1064 if (ctx->srecord_type)
1067 for (t = TYPE_FIELDS (ctx->srecord_type); t ; t = DECL_CHAIN (t)
    [all...]

Completed in 23 milliseconds