Searched refs:c_kind (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Domp-low.c1628 enum omp_clause_code c_kind = OMP_CLAUSE_CODE (c);
1632 switch (c_kind)
1661 if (c_kind != OMP_CLAUSE_COPYIN)
1664 if (c_kind == OMP_CLAUSE_SHARED || c_kind == OMP_CLAUSE_COPYIN)
1728 else if (c_kind == OMP_CLAUSE_REDUCTION
1627 enum omp_clause_code c_kind = OMP_CLAUSE_CODE (c); local
H A Dtree.c482 kind = c_kind;
1143 tree_node_counts[(int) c_kind]++;
1144 tree_node_sizes[(int) c_kind] += length;
H A Dc-parser.c7759 const pragma_omp_clause c_kind = c_parser_omp_clause_name (parser);
7763 switch (c_kind)
7822 if (((mask >> c_kind) & 1) == 0 && !parser->error)
7754 const pragma_omp_clause c_kind = c_parser_omp_clause_name (parser); local
H A Dtree.h4691 c_kind,
4666 c_kind, enumerator in enum:__anon1389
/freebsd-11-stable/contrib/gcc/cp/
H A Dsemantics.c3620 enum tree_code c_kind = OMP_CLAUSE_CODE (c);
3629 switch (c_kind)
3678 switch (c_kind)
3619 enum tree_code c_kind = OMP_CLAUSE_CODE (c); local
H A Dparser.c20923 pragma_omp_clause c_kind = cp_parser_omp_clause_name (parser);
20927 switch (c_kind)
20991 if (((mask >> c_kind) & 1) == 0)
20920 pragma_omp_clause c_kind = cp_parser_omp_clause_name (parser); local

Completed in 165 milliseconds