Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp5500 kmp_safe_raii_file_t tdg_file(file_name, "w"); local
5503 fprintf(tdg_file,
5510 fprintf(tdg_file, " %d[style=bold]\n", i);
5512 fprintf(tdg_file, " }\n");
5518 fprintf(tdg_file, " %d -> %d \n", i, successors[j]);
5521 fprintf(tdg_file, "}");