Searched refs:PrintVersion (Results 1 - 5 of 5) sorted by relevance

/external/stressapptest/src/
H A Dsat.h61 bool PrintVersion();
H A Dsat.cc539 bool Sat::PrintVersion() { function in class:Sat
560 PrintVersion();
922 PrintVersion();
/external/clang/tools/clang-format/
H A DClangFormat.cpp263 static void PrintVersion() { function
281 cl::SetVersionPrinter(PrintVersion);
/external/clang/include/clang/Driver/
H A DDriver.h317 /// PrintVersion - Print the driver version.
318 void PrintVersion(const Compilation &C, raw_ostream &OS) const;
/external/clang/lib/Driver/
H A DDriver.cpp413 PrintVersion(C, llvm::errs());
648 void Driver::PrintVersion(const Compilation &C, raw_ostream &OS) const { function in class:Driver
703 PrintVersion(C, llvm::outs());
709 PrintVersion(C, llvm::errs());

Completed in 2924 milliseconds