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

  /src/external/gpl3/gcc/dist/gcc/
omp-general.cc 1029 length, and the array CONSTRUCTS holds the output. */
1033 enum tree_code *constructs)
1047 constructs[i] = code_map[j];
1460 whether additional constructs aren't added through declare variant
1463 surrounding OpenMP constructs, which is better handled during
1472 enum tree_code *constructs = NULL; local
1479 constructs
1483 constructs);
1495 if (constructs[i] == OMP_SIMD)
1503 constructs should have been checked before. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-general.cc 1001 omp_constructor_traits_to_codes (tree ctx, enum tree_code *constructs)
1009 constructs[i] = OMP_TARGET;
1011 constructs[i] = OMP_TEAMS;
1013 constructs[i] = OMP_PARALLEL;
1015 constructs[i] = OMP_FOR;
1017 constructs[i] = OMP_SIMD;
1273 whether additional constructs aren't added through declare variant
1276 surrounding OpenMP constructs, which is better handled during
1284 enum tree_code constructs[5]; local
1286 = omp_constructor_traits_to_codes (TREE_VALUE (t1), constructs);
    [all...]

Completed in 25 milliseconds