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

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 6468 cp_check_omp_declare_reduction_r. */
6481 cp_check_omp_declare_reduction_r (tree *tp, int *, void *data)
6594 if (cp_walk_tree (&data.stmts[2], cp_check_omp_declare_reduction_r,
6603 if (cp_walk_tree (&data.stmts[5], cp_check_omp_declare_reduction_r,
6606 cp_check_omp_declare_reduction_r, &data, NULL))
6480 cp_check_omp_declare_reduction_r (tree *tp, int *, void *data) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 6045 cp_check_omp_declare_reduction_r. */
6058 cp_check_omp_declare_reduction_r (tree *tp, int *, void *data)
6171 if (cp_walk_tree (&data.stmts[2], cp_check_omp_declare_reduction_r,
6180 if (cp_walk_tree (&data.stmts[5], cp_check_omp_declare_reduction_r,
6183 cp_check_omp_declare_reduction_r, &data, NULL))
6057 cp_check_omp_declare_reduction_r (tree *tp, int *, void *data) function

Completed in 26 milliseconds