Home
last modified time | relevance | path

Searched refs:Versions (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c283 dyld_build_version_t Versions[] = { in __isPlatformVersionAtLeast() local
285 return AvailabilityVersionCheck(1, Versions); in __isPlatformVersionAtLeast()
303 dyld_build_version_t Versions[] = { in __isPlatformOrVariantPlatformVersionAtLeast() local
306 return AvailabilityVersionCheck(2, Versions); in __isPlatformOrVariantPlatformVersionAtLeast()
/freebsd/tools/tools/shlib-compat/test/
H A DMakefile.inc10 VERSION_DEF= ${.CURDIR}/../Versions.def
/freebsd/lib/libregex/
H A DMakefile13 VERSION_DEF= ${.CURDIR}/Versions.def
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DDirectiveEmitter.cpp392 return A.Versions < B.Versions; in orderSpellings()
422 OS << " {\"" << S.Name << "\", {" << S.Versions.Min << ", " in generateGetName()
423 << S.Versions.Max << "}},\n"; in generateGetName()
472 for (auto &[Name, Versions] : Rec.getSpellings()) { in generateGetKind()
474 if (Versions.Min == All.Min && Versions.Max == All.Max) in generateGetKind()
477 OS << "{" << Versions.Min << ", " << Versions.Max << "}})\n"; in generateGetKind()
/freebsd/lib/libmp/
H A DMakefile12 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Directive/
H A DSpelling.cpp34 if (Contains(S.Versions, V)) in FindName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DSpelling.h34 VersionRange Versions; member
/freebsd/lib/libuvmem/
H A DMakefile11 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd/lib/libthread_db/
H A DMakefile16 VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
/freebsd/lib/libnv/
H A DMakefile9 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd/lib/librt/
H A DMakefile21 VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
/freebsd/lib/libdl/
H A DMakefile16 VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMP.cpp193 static unsigned Versions[]{31, 40, 45, 50, 51, 52, 60}; in getOpenMPVersions() local
194 return Versions; in getOpenMPVersions()
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dibm,cffps1.txt1 Device-tree bindings for IBM Common Form Factor Power Supply Versions 1 and 2
/freebsd/sys/teken/libteken/
H A DMakefile33 VERSION_DEF= ${.CURDIR}/../../../lib/libc/Versions.def
/freebsd/lib/libulog/
H A DMakefile22 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd/lib/librpcsec_gss/
H A DMakefile15 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd/lib/libifconfig/
H A DMakefile9 VERSION_DEF= ${LIBCSRCDIR}/Versions.def
/freebsd/lib/libmixer/
H A DMakefile7 VERSION_DEF= ${LIBCSRCDIR}/Versions.def
/freebsd/lib/libstdthreads/
H A DMakefile36 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd/lib/libssp/
H A DMakefile22 VERSION_DEF= ${.CURDIR}/Versions.def
/freebsd/sys/contrib/device-tree/Bindings/rng/
H A Dimx-rng.txt1 Freescale RNGA/RNGB/RNGC (Random Number Generator Versions A, B and C)
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h171 if (V.Versions.Min < Oldest.Versions.Min) in getSpellingForIdentifier()
/freebsd/lib/libgcc_s/
H A DMakefile20 VERSION_DEF= ${.CURDIR}/Versions.def
/freebsd/lib/libsys/
H A DMakefile77 VERSION_DEF=${LIBC_SRCTOP}/Versions.def

1234