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

/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp57 return I != OptMap.end() && I->getValue().Supported &&
64 return I != OptMap.end() && I->getValue().Supported &&
71 return I != OptMap.end() && I->getValue().Supported &&
83 return I != OptMap.end() && I->getValue().Supported &&
99 OptMap[Ext].Supported = V;
/freebsd-current/usr.sbin/fwget/
H A Dfwget.sh37 Supported subsystems
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp40 bool Supported; member in class:__anon2576::FusionFeature
53 Kd(Kind), Supported(HasFeature), DepOpIdx(Index), OpSet1(First),
58 bool isSupported() const { return Supported; }
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp457 bool Supported = true;
463 Supported = false;
466 if (Supported) {
472 Supported = false;
477 if (Supported)
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h101 bool Supported = false; member in struct:clang::OpenCLOptions::OpenCLOptionInfo
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp328 const SanitizerMask Supported = setGroupBits(TC.getSupportedSanitizers()); local
442 if (SanitizerMask KindsToDiagnose = Add & ~Supported & ~DiagnosedKinds) {
450 Add &= Supported;
490 Add &= Supported;
586 if (~Supported & SanitizerKind::Vptr) {
/freebsd-current/stand/efi/include/
H A Defiprot.h594 EFI_DRIVER_BINDING_SUPPORTED Supported; member in struct:_EFI_DRIVER_BINDING
/freebsd-current/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h1111 /// Supported link speeds are in units of mega bits. Common ethernet
1165 /// Supported duplex. See PXE_DUPLEX_xxxxx #defines below.
1170 /// Supported loopback options. See PXE_LOOPBACK_xxxxx #defines below.
1369 PXE_UINT64 Supported; member in struct:s_pxe_db_statistics
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dactypes.h1365 UINT32 Supported);
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c2173 lreply(211, "Supported features:");
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1237 bool Supported;
1249 Supported = isSupportedFixedPointOperation(Op, VT, Scale);
1253 return Supported ? Action : Expand;
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4256 Record.push_back(V.Supported ? 1 : 0);
H A DASTReader.cpp3842 OptInfo.Supported = Record[I++] != 0;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20898 bool Supported = (Sz == 16 ? Subtarget->hasFP16() : Subtarget->hasFP64()); local
20901 if (Supported) {

Completed in 469 milliseconds