Searched refs:Rev (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp51 unsigned Maj, Min, Rev; local
53 Triple.getMacOSXVersion(Maj, Min, Rev);
56 Triple.getOSVersion(Maj, Min, Rev);
64 PlatformMinVersion = VersionTuple(Maj, Min, Rev);
70 assert(Maj < 100 && Min < 100 && Rev < 100 && "Invalid version!");
76 Str[3] = '0' + (Rev / 10);
77 Str[4] = '0' + (Rev % 10);
85 Str[4] = '0' + (Rev / 10);
86 Str[5] = '0' + (Rev % 10);
96 assert(Maj < 10 && Min < 100 && Rev < 10
[all...]
H A DSystemZ.cpp99 const auto Rev = local
103 if (Rev == std::end(ISARevisions))
105 return Rev->ISARevisionID;
110 for (const ISANameRevision &Rev : ISARevisions)
111 Values.push_back(Rev.Name);
H A DOSTargets.h381 unsigned Maj, Min, Rev; variable
382 Triple.getEnvironmentVersion(Maj, Min, Rev);
384 this->PlatformMinVersion = VersionTuple(Maj, Min, Rev);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp127 RotOp(bool Rev) : Reverse(Rev) {} argument
/freebsd-12-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h721 PXE_UINT8 Rev; ///< PXE_ROMID_REV. member in struct:s_pxe_hw_undi
818 PXE_UINT8 Rev; ///< PXE_ROMID_REV. member in struct:s_pxe_sw_undi
/freebsd-12-stable/stand/i386/libi386/
H A Dpxe.h302 uint8_t Rev; member in struct:__anon9171::__anon9172::__anon9173
/freebsd-12-stable/sys/dev/mwl/
H A Dmwlhal.h547 uint8_t Rev; member in struct:__anon14427
H A Dmwlreg.h877 uint8_t Rev; member in struct:__anon14475
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1540 class Rev : public SetTheory::Operator {
1544 Rev(unsigned ElementSize) : ElementSize(ElementSize) {}
1597 std::make_unique<Rev>(Arg1.first.getElementSizeInBits()));
/freebsd-12-stable/contrib/opie/
H A Dconfigure1847 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/contrib/bmake/
H A Dconfigure5152 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/contrib/gcclibs/libdecnumber/
H A Dconfigure6191 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/contrib/openbsm/
H A Dconfigure12955 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/contrib/openpam/
H A Dconfigure4749 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dconfigure3792 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dconfigure3150 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dconfigure3247 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/contrib/ntp/
H A Dconfigure16572 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
16737 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/contrib/ntp/sntp/
H A Dconfigure7243 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7408 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/crypto/heimdal/
H A Dconfigure15263 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
25546 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/contrib/ncurses/
H A Dconfigure14946 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dconfigure13990 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/contrib/unbound/
H A Dconfigure4466 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/contrib/libevent/
H A Dconfigure14018 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
/freebsd-12-stable/contrib/ldns/
H A Dconfigure12428 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */

Completed in 1098 milliseconds

12