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

  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 4845 tree nonconst_simd_if = NULL_TREE;
4890 nonconst_simd_if = OMP_CLAUSE_IF_EXPR (c);
6816 if (nonconst_simd_if)
6857 2 + (nonconst_simd_if != NULL),
6859 nonconst_simd_if);
4844 tree nonconst_simd_if = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 4887 tree nonconst_simd_if = NULL_TREE;
4932 nonconst_simd_if = OMP_CLAUSE_IF_EXPR (c);
6858 if (nonconst_simd_if)
6899 2 + (nonconst_simd_if != NULL),
6901 nonconst_simd_if);
4886 tree nonconst_simd_if = NULL_TREE; local

Completed in 69 milliseconds