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

  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 15374 location_t num_thread_limit_loc = c_parser_peek_token (parser)->location;
15405 c = build_omp_clause (num_thread_limit_loc, OMP_CLAUSE_THREAD_LIMIT);
15369 location_t num_thread_limit_loc = c_parser_peek_token (parser)->location; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 17781 location_t num_thread_limit_loc = c_parser_peek_token (parser)->location;
17813 c = build_omp_clause (num_thread_limit_loc, OMP_CLAUSE_THREAD_LIMIT);
17776 location_t num_thread_limit_loc = c_parser_peek_token (parser)->location; local

Completed in 91 milliseconds