HomeSort by relevance Sort by last modified time
    Searched refs:ShowVersion (Results 1 - 24 of 24) sorted by null

  /external/clang/include/clang/Frontend/
FrontendOptions.h 133 unsigned ShowVersion : 1; ///< Show the -version text.
277 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 142 unsigned ShowVersion : 1; ///< Show the -version text.
291 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
FrontendOptions.h 177 unsigned ShowVersion : 1; ///< Show the -version text.
330 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
FrontendOptions.h 177 unsigned ShowVersion : 1; ///< Show the -version text.
330 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
FrontendOptions.h 180 unsigned ShowVersion : 1; ///< Show the -version text.
333 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
FrontendOptions.h 180 unsigned ShowVersion : 1; ///< Show the -version text.
333 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
FrontendOptions.h 180 unsigned ShowVersion : 1; ///< Show the -version text.
333 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
FrontendOptions.h 180 unsigned ShowVersion : 1; ///< Show the -version text.
333 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 142 unsigned ShowVersion : 1; ///< Show the -version text.
291 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
FrontendOptions.h 177 unsigned ShowVersion : 1; ///< Show the -version text.
330 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
FrontendOptions.h 177 unsigned ShowVersion : 1; ///< Show the -version text.
330 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
FrontendOptions.h 180 unsigned ShowVersion : 1; ///< Show the -version text.
333 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
FrontendOptions.h 180 unsigned ShowVersion : 1; ///< Show the -version text.
333 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
FrontendOptions.h 180 unsigned ShowVersion : 1; ///< Show the -version text.
333 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
FrontendOptions.h 180 unsigned ShowVersion : 1; ///< Show the -version text.
333 ShowStats(false), ShowTimers(false), ShowVersion(false),
  /external/gflags/src/
gflags_reporting.cc 337 // ShowVersion()
341 static void ShowVersion() {
434 ShowVersion();
  /external/clang/tools/driver/
cc1as_main.cpp 110 unsigned ShowVersion : 1;
240 Opts.ShowVersion = Args.hasArg(OPT_version);
484 if (Asm.ShowVersion) {
  /art/runtime/
runtime_options.def 39 RUNTIME_OPTIONS_KEY (Unit, ShowVersion)
parsed_options.cc 77 .Define("-showversion")
78 .IntoKey(M::ShowVersion)
507 // -help, -showversion, etc.
511 } else if (args.Exists(M::ShowVersion)) {
679 UsageMessage(stream, " -showversion\n");
    [all...]
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 184 if (Clang->getFrontendOpts().ShowVersion) {
  /external/clang/lib/Frontend/
CompilerInstance.cpp 827 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!");
    [all...]
CompilerInvocation.cpp     [all...]
  /external/abi-dumper/
abi-dumper.pl 64 my ($Help, $ShowVersion, $DumpVersion, $OutputDump, $SortDump, $StdOut,
108 "v|version!" => \$ShowVersion,
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl 80 my ($Help, $ShowVersion, %Descriptor, $TargetLibraryName,
186 "v|version!" => \$ShowVersion,
    [all...]

Completed in 700 milliseconds