Home
last modified time | relevance | path

Searched defs:Patch (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DDeveloperPolicy.rst121 .. _code review:
/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Ddewey.c54 Patch = 1 enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.h166 int Major, Minor, Patch; member
H A DClang.cpp6044 unsigned Patch = GNUCVer.getSubminor().getValueOr(0); in ConstructJob() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1180 PatchLocation Patch = in cloneScalarAttribute() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3374 unsigned Patch = Opts.GNUCVersion % 100; in GenerateLangArgs() local
3715 unsigned Patch = GNUCVer.getSubminor().getValueOr(0); in ParseLangArgs() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4923 uint32_t Major = Words[1], Minor = Words[2], Patch = Words[3]; in getGNUAbiTag() local