HomeSort by: relevance | last modified time | path
    Searched refs:Supported (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/Basic/
OpenCLOptions.cpp 42 return I != OptMap.end() && I->getValue().Supported &&
49 return I != OptMap.end() && I->getValue().Supported &&
56 return I != OptMap.end() && I->getValue().Supported &&
68 return I != OptMap.end() && I->getValue().Supported &&
84 OptMap[Ext].Supported = V;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMacroFusion.cpp 38 bool Supported;
51 Kd(Kind), Supported(HasFeature), DepOpIdx(Index), OpSet1(First),
56 bool isSupported() const { return Supported; }
162 // Skip if the feature is not supported.
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aehandlers.c 95 UINT32 Supported);
466 UINT32 Supported)
473 InterfaceName, Supported == 0 ? "not " : ""));
475 return (Supported);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenCLOptions.h 65 /// OpenCL supported extensions and optional core features
81 // Is this option supported
82 bool Supported = false;
116 // For core or optional core feature check that it is supported
123 // Is supported as either an extension or an (optional) core feature for
127 // Is supported OpenCL core feature for OpenCL version \p LO.
128 // For supported extension, return false.
131 // Is supported optional core OpenCL feature for OpenCL version \p LO.
132 // For supported extension, return false.
136 // Is supported optional core or core OpenCL feature for OpenCL version \
    [all...]
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 342 Legacy Devices Supported (V2) : 0
345 MSI Not Supported (V4) : 0
346 PCIe ASPM Not Supported (V4) : 0
359 Docking Supported (V1) : 0
360 Reset Register Supported (V2) : 0
364 PCIEXP_WAK Bits Supported (V4) : 0
465 64-bit Wake Supported (V2) : 0
  /src/external/gpl3/gcc/dist/contrib/
test_installed 66 Supported arguments:
  /src/external/gpl3/gcc.old/dist/contrib/
test_installed 66 Supported arguments:
  /src/external/apache2/llvm/dist/clang/lib/Driver/
SanitizerArgs.cpp 292 const SanitizerMask Supported = setGroupBits(TC.getSupportedSanitizers());
374 if (SanitizerMask KindsToDiagnose = Add & ~Supported & ~DiagnosedKinds) {
380 Add &= Supported;
414 Add &= Supported;
511 if (~Supported & SanitizerKind::Vptr) {
673 // Parse -f(no-)?sanitize-coverage flags if coverage is supported by the
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
objc.d 203 if (target.objc.supported)
204 _objc = new Supported;
412 cd.error("Objective-C classes not supported");
417 id.error("Objective-C interfaces not supported");
422 assert(0, "Should never be called when Objective-C is not supported");
442 assert(0, "Should never be called when Objective-C is not supported");
487 assert(0, "Should never be called when Objective-C is not supported");
513 extern(C++) private final class Supported : Objc
  /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
run_doxygen 61 Supported options:
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
run_doxygen 61 Supported options:
  /src/sys/external/bsd/gnu-efi/dist/inc/
efi_pxe.h 27 #define PXE_UINT64_SUPPORT 1 // UINT64 supported
28 //#define PXE_NO_UINT64_SUPPORT 1 // UINT64 not supported
301 // interrupt, if it is supported by the hardware.
694 // If queuing is not supported, a PXE_STATCODE_INVALID_CONTROL error
865 PXE_UINT8 BusCnt; // number of bustypes supported
866 PXE_UINT32 BusType[1]; // list of supported bustypes
1057 // Supported link speeds are in units of mega bits. Common ethernet
1111 // Supported duplex. See PXE_DUPLEX_xxxxx #defines below.
1116 // Supported loopback options. See PXE_LOOPBACK_xxxxx #defines below.
1303 // If supplied and supported, the current station MAC addres
    [all...]
efiprot.h 902 @retval EFI_UNSUPPORTED ModeNumber is not supported by this device.
1117 EFI_DRIVER_BINDING_PROTOCOL_SUPPORTED Supported;
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 52 * supported, as of 12/2006.
104 * Note: ILP64 and LP32 are currently not supported.
1264 UINT32 Supported);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 13 /// 1. Which ValueTypes are natively supported by the target.
14 /// 2. Which operations are supported for supported ValueTypes.
849 assert(RC && "This value type is not natively supported!");
930 /// For types supported by the target, this is an identity function. For
940 /// For types supported by the target, this is an identity function. For
1050 /// may require a scale is supported natively by the target.
1057 /// Some fixed point operations may be natively supported by the target but
1059 /// if the width is supported by the target for a given operation that may
1067 // This operation is supported in this type but may only work on specifi
    [all...]
  /src/share/mk/
bsd.own.mk 76 # If some future port is not supported by the in-tree toolchain, this should
787 # relative relocs are only supported in gnu ld for ppc64 and x86
1121 # Supported NO* options (if defined, MK* will be forced to "no",
1160 # aarch64eb is not yet supported for MKCOMPAT.
1171 # Don't let this build where it really isn't supported.
1431 # Sanitizers, only "address" and "undefined" are supported by gcc
1437 # Sanitizers implemented in libc, only "undefined" is supported
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 1982 "Writing to AST an overridden file is not supported");
3959 Record.push_back(V.Supported ? 1 : 0);
ASTReader.cpp 3629 OptInfo.Supported = Record[I++] != 0;
8657 // Chained PCH are not supported.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 176 $(S_LINK Unicode properties, Supported sets) include Script,
4376 // only unsigned built-ins are supported at the moment
5276 and thus not supported by utfMatcher");
6812 Other non-binary properties (once supported) follow the same
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 314 // Pre and Post inc are supported on loads and stores
344 // Pre and Post inc are supported on loads and stores
860 // supported for v4f32.
2252 // Disable tail calls if they're not supported.
2541 "Windows is the only supported COFF target");
3118 report_fatal_error("interrupt attribute is not supported in Thumb1");
3757 "ROPI/RWPI not currently supported for Darwin");
3781 assert(Subtarget->isTargetWindows() && "non-Windows COFF is not supported");
3785 "ROPI/RWPI not currently supported for Windows");
4360 llvm_unreachable("RegVT not supported by FORMAL_ARGUMENTS Lowering")
    [all...]
  /src/external/public-domain/xz/dist/
configure 1590 --enable-threads=METHOD Supported METHODS are `yes', `no', `posix', `win95',
4797 # actually supported "in the wild" to an acceptable degree.
5852 # that says an option was ignored or not supported.
5856 # icc: Command line remark: option '-MP' not supported
5858 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
6167 # that says an option was ignored or not supported.
6171 # icc: Command line remark: option '-MP' not supported
6173 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7840 # all of the supported platforms: 8192 (on NT/2K/XP).
8209 # 'none' -- dependencies not supported
    [all...]
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 820 % is not documented, not supported, and doesn't work.
1133 be supported due to the design of the PDF format; use regular TeX (DVI
5780 % I don't think this chapter style is supported any more, so I'm not
8209 % supported in the main text, it doesn't seem desirable. Furthermore,
8860 % Supported encodings: names converted to tokens in order to be able
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 820 % is not documented, not supported, and doesn't work.
1133 be supported due to the design of the PDF format; use regular TeX (DVI
5780 % I don't think this chapter style is supported any more, so I'm not
8209 % supported in the main text, it doesn't seem desirable. Furthermore,
8860 % Supported encodings: names converted to tokens in order to be able
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 1330 be supported due to the design of the PDF format; use regular TeX (DVI
5488 % I don't think this chapter style is supported any more, so I'm not
7452 % supported in the main text, it doesn't seem desirable. Furthermore,
8087 % Supported encodings: names converted to tokens in order to be able
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 819 % is not documented, not supported, and doesn't work.
1132 be supported due to the design of the PDF format; use regular TeX (DVI
5738 % I don't think this chapter style is supported any more, so I'm not
8145 % supported in the main text, it doesn't seem desirable. Furthermore,
8796 % Supported encodings: names converted to tokens in order to be able

Completed in 133 milliseconds

1 2