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

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 6268 omp_reduction_id (enum tree_code reduction_code, tree reduction_id, tree type)
6336 id = omp_reduction_id (ERROR_MARK, id, type);
6353 omp_reduction_id (ERROR_MARK,
6525 tree id = omp_reduction_id (predef_codes[i], NULL_TREE, NULL_TREE);
6764 id = omp_reduction_id (OMP_CLAUSE_REDUCTION_CODE (c),
6267 omp_reduction_id (enum tree_code reduction_code, tree reduction_id, tree type) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 5845 omp_reduction_id (enum tree_code reduction_code, tree reduction_id, tree type)
5913 id = omp_reduction_id (ERROR_MARK, id, type);
5930 omp_reduction_id (ERROR_MARK,
6102 tree id = omp_reduction_id (predef_codes[i], NULL_TREE, NULL_TREE);
6341 id = omp_reduction_id (OMP_CLAUSE_REDUCTION_CODE (c),
5844 omp_reduction_id (enum tree_code reduction_code, tree reduction_id, tree type) function

Completed in 100 milliseconds