HomeSort by: relevance | last modified time | path
    Searched defs:reduc_decl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 22197 tree orig_reduc_id, reduc_decl;
22200 reduc_decl = c_omp_reduction_decl (reduc_id);
22234 for (t = DECL_INITIAL (reduc_decl); t; t = TREE_CHAIN (t))
22425 DECL_INITIAL (reduc_decl));
22426 DECL_INITIAL (reduc_decl) = t;
22192 tree orig_reduc_id, reduc_decl; local
c-parser.cc 22197 tree orig_reduc_id, reduc_decl;
22200 reduc_decl = c_omp_reduction_decl (reduc_id);
22234 for (t = DECL_INITIAL (reduc_decl); t; t = TREE_CHAIN (t))
22425 DECL_INITIAL (reduc_decl));
22426 DECL_INITIAL (reduc_decl) = t;
22192 tree orig_reduc_id, reduc_decl; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 25510 tree orig_reduc_id, reduc_decl;
25513 reduc_decl = c_omp_reduction_decl (reduc_id);
25547 for (t = DECL_INITIAL (reduc_decl); t; t = TREE_CHAIN (t))
25742 DECL_INITIAL (reduc_decl));
25743 DECL_INITIAL (reduc_decl) = t;
25505 tree orig_reduc_id, reduc_decl; local
c-parser.cc 25510 tree orig_reduc_id, reduc_decl;
25513 reduc_decl = c_omp_reduction_decl (reduc_id);
25547 for (t = DECL_INITIAL (reduc_decl); t; t = TREE_CHAIN (t))
25742 DECL_INITIAL (reduc_decl));
25743 DECL_INITIAL (reduc_decl) = t;
25505 tree orig_reduc_id, reduc_decl; local

Completed in 148 milliseconds