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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 16782 location_t num_teams_loc = EXPR_LOCATION (target);
16795 num_teams_loc = OMP_CLAUSE_LOCATION (c);
16863 c = build_omp_clause (num_teams_loc, OMP_CLAUSE_NUM_TEAMS);
16779 location_t num_teams_loc = EXPR_LOCATION (target); local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 15295 location_t num_teams_loc = c_parser_peek_token (parser)->location;
15358 c = build_omp_clause (num_teams_loc, OMP_CLAUSE_NUM_TEAMS);
15290 location_t num_teams_loc = c_parser_peek_token (parser)->location; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 14002 location_t num_teams_loc = EXPR_LOCATION (target);
14015 num_teams_loc = OMP_CLAUSE_LOCATION (c);
14083 c = build_omp_clause (num_teams_loc, OMP_CLAUSE_NUM_TEAMS);
13999 location_t num_teams_loc = EXPR_LOCATION (target); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 17699 location_t num_teams_loc = c_parser_peek_token (parser)->location;
17765 c = build_omp_clause (num_teams_loc, OMP_CLAUSE_NUM_TEAMS);
17694 location_t num_teams_loc = c_parser_peek_token (parser)->location; local

Completed in 70 milliseconds