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

  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 4422 omp_reduction_init_op (location_t loc, enum tree_code op, tree type)
4499 return omp_reduction_init_op (OMP_CLAUSE_LOCATION (clause),
7492 incoming = omp_reduction_init_op (loc, rcode, type);
4421 omp_reduction_init_op (location_t loc, enum tree_code op, tree type) function
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 4461 omp_reduction_init_op (location_t loc, enum tree_code op, tree type)
4541 return omp_reduction_init_op (OMP_CLAUSE_LOCATION (clause),
7534 incoming = omp_reduction_init_op (loc, rcode, type);
4460 omp_reduction_init_op (location_t loc, enum tree_code op, tree type) function

Completed in 39 milliseconds