Searched refs:omp_clause_dtor (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | langhooks.h | 309 tree (*omp_clause_dtor) (tree clause, tree decl); member
|
| D | omp-low.cc | 5593 x = lang_hooks.decls.omp_clause_dtor in lower_rec_input_clauses() 5938 tree y = lang_hooks.decls.omp_clause_dtor (c, new_var); in lower_rec_input_clauses() 6029 y = lang_hooks.decls.omp_clause_dtor (c, ivar); in lower_rec_input_clauses() 6069 x = lang_hooks.decls.omp_clause_dtor (c, new_var); in lower_rec_input_clauses() 6254 x = lang_hooks.decls.omp_clause_dtor (c, ivar); in lower_rec_input_clauses() 6383 x = lang_hooks.decls.omp_clause_dtor (c, ivar); in lower_rec_input_clauses() 6439 x = lang_hooks.decls.omp_clause_dtor (c, nv); in lower_rec_input_clauses() 6462 x = lang_hooks.decls.omp_clause_dtor (c, ivar); in lower_rec_input_clauses() 6468 x = lang_hooks.decls.omp_clause_dtor (c, ivar2); in lower_rec_input_clauses() 6474 x = lang_hooks.decls.omp_clause_dtor (c, rvar2); in lower_rec_input_clauses() [all …]
|
| D | ChangeLog-2006 | 22235 omp_clause_copy_ctor, omp_clause_assign_op, omp_clause_dtor.
|