Home
last modified time | relevance | path

Searched refs:reduc_decl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c20827 tree orig_reduc_id, reduc_decl; in c_parser_omp_declare_reduction() local
20830 reduc_decl = c_omp_reduction_decl (reduc_id); in c_parser_omp_declare_reduction()
20864 for (t = DECL_INITIAL (reduc_decl); t; t = TREE_CHAIN (t)) in c_parser_omp_declare_reduction()
21055 DECL_INITIAL (reduc_decl)); in c_parser_omp_declare_reduction()
21056 DECL_INITIAL (reduc_decl) = t; in c_parser_omp_declare_reduction()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc22196 tree orig_reduc_id, reduc_decl; in c_parser_omp_declare_reduction() local
22199 reduc_decl = c_omp_reduction_decl (reduc_id); in c_parser_omp_declare_reduction()
22233 for (t = DECL_INITIAL (reduc_decl); t; t = TREE_CHAIN (t)) in c_parser_omp_declare_reduction()
22424 DECL_INITIAL (reduc_decl)); in c_parser_omp_declare_reduction()
22425 DECL_INITIAL (reduc_decl) = t; in c_parser_omp_declare_reduction()