Searched refs:not_dupl (Results 1 – 1 of 1) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | openmp.cc | 1374 gfc_match_dupl_check (bool not_dupl, const char *name, bool open_parens = false, in gfc_match_dupl_check() argument 1381 if (!not_dupl) in gfc_match_dupl_check() 1409 gfc_match_dupl_memorder (bool not_dupl, const char *name) in gfc_match_dupl_memorder() argument 1411 return gfc_match_dupl_check (not_dupl, name, false, NULL, in gfc_match_dupl_memorder() 1417 gfc_match_dupl_atomic (bool not_dupl, const char *name) in gfc_match_dupl_atomic() argument 1419 return gfc_match_dupl_check (not_dupl, name, false, NULL, in gfc_match_dupl_atomic()
|