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

  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 4497 omp_reduction_init (tree clause, tree type)
5419 && initializer_zerop (omp_reduction_init (c,
5560 x = omp_reduction_init (c, TREE_TYPE (type));
6608 x = omp_reduction_init (c, TREE_TYPE (new_var));
10243 tree x = omp_reduction_init (c, TREE_TYPE (new_var));
11222 x = omp_reduction_init (c, TREE_TYPE (new_var));
4496 omp_reduction_init (tree clause, tree type) function
omp-low.cc 4497 omp_reduction_init (tree clause, tree type)
5419 && initializer_zerop (omp_reduction_init (c,
5560 x = omp_reduction_init (c, TREE_TYPE (type));
6608 x = omp_reduction_init (c, TREE_TYPE (new_var));
10243 tree x = omp_reduction_init (c, TREE_TYPE (new_var));
11222 x = omp_reduction_init (c, TREE_TYPE (new_var));
4496 omp_reduction_init (tree clause, tree type) function
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 4539 omp_reduction_init (tree clause, tree type)
5461 && initializer_zerop (omp_reduction_init (c,
5602 x = omp_reduction_init (c, TREE_TYPE (type));
6650 x = omp_reduction_init (c, TREE_TYPE (new_var));
10286 tree x = omp_reduction_init (c, TREE_TYPE (new_var));
11265 x = omp_reduction_init (c, TREE_TYPE (new_var));
4538 omp_reduction_init (tree clause, tree type) function
omp-low.cc 4539 omp_reduction_init (tree clause, tree type)
5461 && initializer_zerop (omp_reduction_init (c,
5602 x = omp_reduction_init (c, TREE_TYPE (type));
6650 x = omp_reduction_init (c, TREE_TYPE (new_var));
10286 tree x = omp_reduction_init (c, TREE_TYPE (new_var));
11265 x = omp_reduction_init (c, TREE_TYPE (new_var));
4538 omp_reduction_init (tree clause, tree type) function

Completed in 69 milliseconds