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

  /src/external/gpl3/gcc/dist/gcc/
omp-general.h 144 #define OMP_TS_CODE(t) \
145 ((enum omp_ts_code) TREE_INT_CST_LOW (OMP_TS_ID (t)))
147 (omp_ts_map[OMP_TS_CODE (t)].name)
150 extern tree make_trait_selector (enum omp_ts_code, tree, tree, tree);
175 enum omp_ts_code);
omp-general.cc 1038 enum omp_ts_code. */
1044 enum omp_ts_code sel = OMP_TS_CODE (ts);
1298 enum omp_ts_code ts_code = OMP_TS_CODE (ts);
1384 if (OMP_TS_CODE (c) == OMP_TRAIT_INVALID)
1417 make_trait_selector (enum omp_ts_code code, tree score, tree properties,
1453 if (OMP_TS_CODE (ts) == OMP_TRAIT_INVALID)
1517 enum omp_ts_code sel = OMP_TS_CODE (ts)
    [all...]
tree-pretty-print.cc 1517 if (OMP_TS_CODE (sel) == OMP_TRAIT_INVALID)
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 12020 according to omp_ts_map[OMP_TS_CODE (TS)].tp_type instead
12022 if (OMP_TS_CODE (ts) == OMP_TRAIT_CONSTRUCT_SIMD
12068 = (OMP_TS_CODE (ts) != OMP_TRAIT_USER_CONDITION
12093 selectors = make_trait_selector (OMP_TS_CODE (ts), scoreval,

Completed in 120 milliseconds