Searched refs:CP_OMP_CLAUSE_INFO (Results 1 – 4 of 4) sorted by relevance
911 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()
3779 CP_OMP_CLAUSE_INFO (c) = info; in finish_omp_clauses()
179 * semantics.c (finish_omp_clauses): Don't create CP_OMP_CLAUSE_INFO2471 * cp-tree.h (CP_OMP_CLAUSE_INFO): Use TREE_TYPE instead2546 * cp-tree.h (CP_OMP_CLAUSE_INFO): New.2554 checking to fill in CP_OMP_CLAUSE_INFO. Don't
3071 #define CP_OMP_CLAUSE_INFO(NODE) \ macro