Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dompt-general.cpp55 #define OMPT_VERBOSE_INIT_CONTINUED_PRINT(...) \ macro
261 OMPT_VERBOSE_INIT_CONTINUED_PRINT("Sucess.\n");
269 OMPT_VERBOSE_INIT_CONTINUED_PRINT("Failed.\n");
285 OMPT_VERBOSE_INIT_CONTINUED_PRINT("Failed: %s\n", dlerror());
287 OMPT_VERBOSE_INIT_CONTINUED_PRINT("Success. \n");
292 OMPT_VERBOSE_INIT_CONTINUED_PRINT("Failed: %s\n", dlerror());
298 OMPT_VERBOSE_INIT_CONTINUED_PRINT("Failed: Error %u\n", GetLastError());
300 OMPT_VERBOSE_INIT_CONTINUED_PRINT("Success. \n");
305 OMPT_VERBOSE_INIT_CONTINUED_PRINT("Failed: Error %s\n",
314 OMPT_VERBOSE_INIT_CONTINUED_PRINT("Success.\n");
[all …]