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

  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
mkoffload.cc 52 static id_map *func_ids, **funcs_tail = &func_ids; variable
306 for (comma = "", id = func_ids; id; comma = ",", id = id->next)
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
mkoffload.cc 53 static id_map *func_ids, **funcs_tail = &func_ids; variable
354 if (func_ids && (omp_requires & GOMP_REQUIRES_REVERSE_OFFLOAD) != 0)
381 for (id = func_ids; id; id = id->next)
424 for (comma = "", id = func_ids; id; comma = ",", id = id->next)
522 for (comma = "", id = func_ids; id; comma = ",", id = id->next)

Completed in 16 milliseconds