HomeSort by: relevance | last modified time | path
    Searched refs:ts_code (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-general.cc 1298 enum omp_ts_code ts_code = OMP_TS_CODE (ts); local
1301 if (ts_code == OMP_TRAIT_INVALID)
1305 if (ts_seen[ts_code])
1314 ts_seen[ts_code] = true;
1316 if (omp_ts_map[ts_code].valid_properties == NULL)
1323 = omp_ts_map[ts_code].valid_properties[j];
1327 if (ts_code == OMP_TRAIT_IMPLEMENTATION_ADMO)
tree.cc 543 enum tree_node_structure_enum ts_code; local
546 ts_code = tree_node_structure_for_code (code);
549 tree_contains_struct[code][ts_code] = 1;
552 switch (ts_code)
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 561 enum tree_node_structure_enum ts_code; local
564 ts_code = tree_node_structure_for_code (code);
567 tree_contains_struct[code][ts_code] = 1;
570 switch (ts_code)

Completed in 81 milliseconds