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

  /src/external/gpl3/gcc/dist/gcc/
omp-oacc-kernels-decompose.cc 535 tree *clause_ptr, clause_to_check; local
541 clause_to_check = num_gangs_clause;
546 clause_to_check = num_workers_clause;
551 clause_to_check = vector_length_clause;
562 if (clause_to_check)
567 = omp_clause_code_name[OMP_CLAUSE_CODE (clause_to_check)];
572 inform (OMP_CLAUSE_LOCATION (clause_to_check),
  /src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-kernels-decompose.cc 534 tree *clause_ptr, clause_to_check; local
540 clause_to_check = num_gangs_clause;
545 clause_to_check = num_workers_clause;
550 clause_to_check = vector_length_clause;
561 if (clause_to_check)
566 = omp_clause_code_name[OMP_CLAUSE_CODE (clause_to_check)];
571 inform (OMP_CLAUSE_LOCATION (clause_to_check),

Completed in 60 milliseconds