Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendOptions.h129 unsigned ShowVersion : 1; ///< Show the -version text. variable
218 ShowStats(false), ShowTimers(false), ShowVersion(false), in FrontendOptions()
/external/clang/tools/driver/
Dcc1as_main.cpp107 unsigned ShowVersion : 1; member
225 Opts.ShowVersion = Args->hasArg(OPT_version); in CreateFromArgs()
438 if (Asm.ShowVersion) { in cc1as_main()
/external/chromium/sdch/open-vcdiff/src/
Dgflags_reporting.cc346 static void ShowVersion() { in ShowVersion() function
435 ShowVersion(); in HandleCommandLineHelpFlags()
/external/open-vcdiff/gflags/src/
Dgflags_reporting.cc346 static void ShowVersion() { in ShowVersion() function
437 ShowVersion(); in HandleCommandLineHelpFlags()
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp192 if (Clang->getFrontendOpts().ShowVersion) { in ExecuteCompilerInvocation()
/external/clang/lib/Frontend/
DCompilerInstance.cpp662 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!"); in ExecuteAction()
DCompilerInvocation.cpp740 Opts.ShowVersion = Args.hasArg(OPT_version); in ParseFrontendArgs()
/external/libppp/src/
Dcommand.c956 ShowVersion(struct cmdargs const *arg) in ShowVersion() function
1019 {"version", NULL, ShowVersion, LOCAL_NO_AUTH | LOCAL_AUTH,