Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDcp-gimplify.c911 tree info = CP_OMP_CLAUSE_INFO (clause); in cxx_omp_clause_default_ctor()
925 tree info = CP_OMP_CLAUSE_INFO (clause); in cxx_omp_clause_copy_ctor()
941 tree info = CP_OMP_CLAUSE_INFO (clause); in cxx_omp_clause_assign_op()
957 tree info = CP_OMP_CLAUSE_INFO (clause); in cxx_omp_clause_dtor()
HDsemantics.c3779 CP_OMP_CLAUSE_INFO (c) = info; in finish_omp_clauses()
HDChangeLog179 * semantics.c (finish_omp_clauses): Don't create CP_OMP_CLAUSE_INFO
2471 * cp-tree.h (CP_OMP_CLAUSE_INFO): Use TREE_TYPE instead
2546 * cp-tree.h (CP_OMP_CLAUSE_INFO): New.
2554 checking to fill in CP_OMP_CLAUSE_INFO. Don't
HDcp-tree.h3071 #define CP_OMP_CLAUSE_INFO(NODE) \ macro