Searched refs:Supported (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h25 bool Supported; // Is this option supported member in struct:clang::OpenCLOptions::Info
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
49 return I.Supported && I.Avail <= CLVer;
58 return I.Supported && I.Avail <= CLVer && I.Core != ~0U && CLVer >= I.Core;
67 return I.Supported && I.Avail <= CLVer && (I.Core == ~0U || CLVer < I.Core);
96 OptMap[Ext].Supported = V;
108 if (I.second.Supported)
109 OptMap[I.getKey()].Supported = true;
120 I->second.Supported = On;
/freebsd-11-stable/share/mk/
H A Dbsd.opts.mk83 # Supported NO_* options (if defined, MK_* will be forced to "no",
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp254 const SanitizerMask Supported = setGroupBits(TC.getSupportedSanitizers()); local
336 if (SanitizerMask KindsToDiagnose = Add & ~Supported & ~DiagnosedKinds) {
342 Add &= Supported;
376 Add &= Supported;
469 if (~Supported & SanitizerKind::Vptr) {
/freebsd-11-stable/stand/efi/include/
H A Defiprot.h595 EFI_DRIVER_BINDING_SUPPORTED Supported; member in struct:_EFI_DRIVER_BINDING
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h1117 /// Supported link speeds are in units of mega bits. Common ethernet
1171 /// Supported duplex. See PXE_DUPLEX_xxxxx #defines below.
1176 /// Supported loopback options. See PXE_LOOPBACK_xxxxx #defines below.
1375 PXE_UINT64 Supported; member in struct:s_pxe_db_statistics
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactypes.h1334 UINT32 Supported);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h930 bool Supported;
940 Supported = isSupportedFixedPointOperation(Op, VT, Scale);
944 return Supported ? Action : Expand;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c2173 lreply(211, "Supported features:");
/freebsd-11-stable/contrib/binutils/
H A Dconfigure4818 Supported languages are: ${potential_languages}" >&5
4821 Supported languages are: ${potential_languages}" >&2;}
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3920 Record.push_back(V.Supported ? 1 : 0);
H A DASTReader.cpp3599 Opt.Supported = Record[I++] != 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16411 bool Supported = (Sz == 16 ? Subtarget->hasFP16() : Subtarget->hasFP64()); local
16414 if (Supported) {
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex8860 % Supported encodings: names converted to tokens in order to be able

Completed in 307 milliseconds