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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 629 tree omp_clause = NULL_TREE; local
637 omp_clause = build_omp_clause (UNKNOWN_LOCATION, code);
638 omp_clause = build_tree_list (NULL_TREE, omp_clause);
642 = tree_cons (get_identifier ("omp declare simd"), omp_clause,
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 629 tree omp_clause = NULL_TREE; local
637 omp_clause = build_omp_clause (UNKNOWN_LOCATION, code);
638 omp_clause = build_tree_list (NULL_TREE, omp_clause);
642 = tree_cons (get_identifier ("omp declare simd"), omp_clause,

Completed in 38 milliseconds