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

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 6474 bool combiner_p;
6487 && *tp != DECL_EXPR_DECL (udr_data->stmts[udr_data->combiner_p ? 0 : 3])
6488 && *tp != DECL_EXPR_DECL (udr_data->stmts[udr_data->combiner_p ? 1 : 4]))
6491 if (udr_data->combiner_p)
6593 data.combiner_p = true;
6602 data.combiner_p = false;
6473 bool combiner_p; member in struct:cp_check_omp_declare_reduction_data
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 6051 bool combiner_p;
6064 && *tp != DECL_EXPR_DECL (udr_data->stmts[udr_data->combiner_p ? 0 : 3])
6065 && *tp != DECL_EXPR_DECL (udr_data->stmts[udr_data->combiner_p ? 1 : 4]))
6068 if (udr_data->combiner_p)
6170 data.combiner_p = true;
6179 data.combiner_p = false;
6050 bool combiner_p; member in struct:cp_check_omp_declare_reduction_data

Completed in 38 milliseconds