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

  /external/clang/include/clang/Driver/
Driver.h 473 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and
480 static bool GetReleaseVersion(const char *Str, unsigned &Major,
490 static bool GetReleaseVersion(const char *Str,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Driver.h 516 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and
523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
532 static bool GetReleaseVersion(StringRef Str,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Driver.h 516 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and
523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
532 static bool GetReleaseVersion(StringRef Str,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Driver.h 516 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and
523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
532 static bool GetReleaseVersion(StringRef Str,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 516 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and
523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
532 static bool GetReleaseVersion(StringRef Str,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Driver.h 516 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and
523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
532 static bool GetReleaseVersion(StringRef Str,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Driver.h 516 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and
523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
532 static bool GetReleaseVersion(StringRef Str,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Driver.h 516 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and
523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
532 static bool GetReleaseVersion(StringRef Str,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 516 /// GetReleaseVersion - Parse (([0-9]+)(.([0-9]+)(.([0-9]+)?))?)? and
523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
532 static bool GetReleaseVersion(StringRef Str,
  /external/clang/lib/Driver/
ToolChains.cpp 677 if (!Driver::GetReleaseVersion(OSXVersion->getValue(), Major, Minor, Micro,
684 if (!Driver::GetReleaseVersion(iOSVersion->getValue(), Major, Minor, Micro,
690 if (!Driver::GetReleaseVersion(TvOSVersion->getValue(), Major, Minor,
696 if (!Driver::GetReleaseVersion(WatchOSVersion->getValue(), Major, Minor,
    [all...]
Driver.cpp     [all...]
Tools.cpp     [all...]

Completed in 2236 milliseconds