Searched refs:SetVersionPrinter (Results 1 – 11 of 11) sorted by relevance
325 cl::SetVersionPrinter(PrintVersion); in main()
1423 void cl::SetVersionPrinter(void (*func)()) { in SetVersionPrinter() function in cl
64 void SetVersionPrinter(void (*func)());
78 void SetVersionPrinter(VersionPrinterTy func);
69 void SetVersionPrinter(void (*func)());
1362 The ``cl::SetVersionPrinter`` function1365 The ``cl::SetVersionPrinter`` function is designed to be called directly from1373 that function to ``cl::SetVersionPrinter`` to arrange for it to be called when
1350 The ``cl::SetVersionPrinter`` function1353 The ``cl::SetVersionPrinter`` function is designed to be called directly from1361 that function to ``cl::SetVersionPrinter`` to arrange for it to be called when
60 void SetVersionPrinter(void (*func)());
2109 void cl::SetVersionPrinter(void (*func)()) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl
2190 void cl::SetVersionPrinter(VersionPrinterTy func) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl
2136 void cl::SetVersionPrinter(void (*func)()) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl