Searched refs:gfc_add_threadprivate (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | symbol.cc | 1404 gfc_add_threadprivate (symbol_attribute *attr, const char *name, locus *where) in gfc_add_threadprivate() function 2108 && !gfc_add_threadprivate (dest, NULL, where)) in gfc_copy_attr()
|
H A D | gfortran.h | 3381 bool gfc_add_threadprivate (symbol_attribute *, const char *, locus *);
|
H A D | ChangeLog-2006 | 3582 gfc_add_threadprivate returned FAILURE. 3724 (gfc_add_threadprivate): New prototype. 3726 (gfc_add_threadprivate): New function.
|
H A D | openmp.cc | 5084 else if (!gfc_add_threadprivate (&sym->attr, sym->name, &sym->declared_at)) in gfc_match_omp_threadprivate() 5107 if (!gfc_add_threadprivate (&sym->attr, sym->name, &sym->declared_at)) in gfc_match_omp_threadprivate()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | symbol.c | 1397 gfc_add_threadprivate (symbol_attribute *attr, const char *name, locus *where) in gfc_add_threadprivate() function 2101 && !gfc_add_threadprivate (dest, NULL, where)) in gfc_copy_attr()
|
H A D | gfortran.h | 3096 bool gfc_add_threadprivate (symbol_attribute *, const char *, locus *);
|
H A D | openmp.c | 3323 else if (!gfc_add_threadprivate (&sym->attr, sym->name, &sym->declared_at)) in gfc_match_omp_threadprivate() 3346 if (!gfc_add_threadprivate (&sym->attr, sym->name, &sym->declared_at)) in gfc_match_omp_threadprivate()
|