Searched refs:c_check_omp_declare_reduction_r (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-tree.h | 813 extern tree c_check_omp_declare_reduction_r (tree *, int *, void *);
|
H A D | c-parser.cc | 22430 walk_tree (&combiner.value, c_check_omp_declare_reduction_r, in c_parser_omp_declare_reduction() 22438 walk_tree (&initializer.value, c_check_omp_declare_reduction_r, in c_parser_omp_declare_reduction() 22441 c_check_omp_declare_reduction_r, in c_parser_omp_declare_reduction()
|
H A D | ChangeLog | 7952 c_check_omp_declare_reduction_r): New prototypes. 7958 c_check_omp_declare_reduction_r): New functions.
|
H A D | c-decl.cc | 12456 c_check_omp_declare_reduction_r (tree *tp, int *, void *data) in c_check_omp_declare_reduction_r() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-tree.h | 795 extern tree c_check_omp_declare_reduction_r (tree *, int *, void *);
|
H A D | c-parser.c | 21061 walk_tree (&combiner.value, c_check_omp_declare_reduction_r, in c_parser_omp_declare_reduction() 21069 walk_tree (&initializer.value, c_check_omp_declare_reduction_r, in c_parser_omp_declare_reduction() 21072 c_check_omp_declare_reduction_r, in c_parser_omp_declare_reduction()
|
H A D | c-decl.c | 12028 c_check_omp_declare_reduction_r (tree *tp, int *, void *data) in c_check_omp_declare_reduction_r() function
|