Home
last modified time | relevance | path

Searched refs:tree_omp_clause (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-core.h1462 struct GTY(()) tree_omp_clause { struct
1913 struct tree_omp_clause GTY ((tag ("TS_OMP_CLAUSE"))) omp_clause;
H A Dtree.c923 return (sizeof (struct tree_omp_clause) in tree_size()
10760 size = (sizeof (struct tree_omp_clause) + (length - 1) * sizeof (tree)); in build_omp_clause()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.h2062 struct GTY(()) tree_omp_clause { struct
3727 struct tree_omp_clause GTY ((tag ("TS_OMP_CLAUSE"))) omp_clause;
H A Dtree.c731 return (sizeof (struct tree_omp_clause) in tree_size()
9935 size = (sizeof (struct tree_omp_clause) + (length - 1) * sizeof (tree)); in build_omp_clause()