HomeSort by: relevance | last modified time | path
    Searched defs:Patch (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Gnu.h 156 /// a hard-coded patch number to those with a hard coded patch number.
165 /// The parsed major, minor, and patch numbers.
166 int Major, Minor, Patch;
171 /// Any textual suffix on the patch number.
178 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
Clang.cpp 6038 // Check that the version has 1 to 3 components and the minor and patch
6044 unsigned Patch = GNUCVer.getSubminor().getValueOr(0);
6045 if (Invalid || GNUCVer.getBuild() || Minor >= 100 || Patch >= 100) {
  /src/external/bsd/pkg_install/dist/lib/
dewey.c 54 Patch = 1
115 * '_' encodes as 'patch level', or 'Dot', which is 0.
116 * 'pl' encodes as 'patch level', or 'Dot', which is 0.
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 1180 PatchLocation Patch =
1184 Unit.noteRangeAttribute(Die, Patch);
1194 Unit.noteLocationAttribute(Patch, Info.PCOffset);
1530 /// Patch the input object file relevant debug_ranges entries
1847 /// is to patch the addresses in the headers.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 4923 uint32_t Major = Words[1], Minor = Words[2], Patch = Words[3];
4926 ABI << Major << "." << Minor << "." << Patch;

Completed in 71 milliseconds