HomeSort by relevance Sort by last modified time
    Searched refs:Major (Results 76 - 100 of 224) sorted by null

1 2 34 5 6 7 8 9

  /external/clang/lib/Driver/
MinGWToolChain.cpp 34 if (CandidateVersion.Major == -1)
ToolChains.h 54 /// \brief The parsed major, minor, and patch numbers.
55 int Major, Minor, Patch;
57 /// \brief The text of the parsed major, and major+minor versions.
67 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
431 void setTarget(DarwinPlatformKind Platform, unsigned Major, unsigned Minor,
436 TargetVersion == VersionTuple(Major, Minor, Micro))
442 TargetVersion = VersionTuple(Major, Minor, Micro);
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 258 uint32_t Major;
  /external/llvm/lib/MC/
MachObjectWriter.cpp 729 if (VersionInfo.Major != 0) {
816 if (VersionInfo.Major != 0) {
819 assert(VersionInfo.Major < 65536 && "unencodable major target version");
821 (VersionInfo.Major << 16);
    [all...]
  /external/llvm/tools/llvm-pdbdump/
LLVMOutputStyle.cpp 449 uint16_t Major = DS->getBuildMajorVersion();
451 P.printVersion("Toolchain Version", Major, Minor);
455 DllStream << "mspdb" << Major << Minor << ".dll version";
457 P.printVersion(DllName, Major, Minor, DS->getPdbDllVersion());
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothDevicePreferenceTest.java 172 new BluetoothClass(BluetoothClass.Device.Major.IMAGING));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 252 uint32_t Major;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 252 uint32_t Major;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 252 uint32_t Major;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 252 uint32_t Major;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 252 uint32_t Major;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 252 uint32_t Major;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 252 uint32_t Major;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 523 static bool GetReleaseVersion(StringRef Str, unsigned &Major, unsigned &Minor,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 252 uint32_t Major;
  /external/v8/src/
code-stubs.h 166 enum Major {
182 static Major MajorKeyFromKey(uint32_t key) {
183 return static_cast<Major>(MajorKeyBits::decode(key));
189 // Gets the major key from a code object that is a code stub or binary op IC.
190 static Major GetMajorKey(Code* code_stub) {
196 static const char* MajorName(Major major_key);
229 virtual Major MajorKey() const = 0;
263 // Computes the key based on major and minor.
325 inline Major MajorKey() const override { return NAME; }; \
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
GenVtf.c 100 This function split version to major version and minor version
105 MajorVer - The major version
115 unsigned Major;
119 Major = 0;
126 &Major,
140 &Major,
145 *MajorVer = (UINT8) Major;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
String.py 461 # where mmmm is the major number and nnnn is the adjusted minor number.
468 Major = ValueList[0]
472 DeciValue = (int(Major) << 16) + int(Minor);

Completed in 2284 milliseconds

1 2 34 5 6 7 8 9