Home
last modified time | relevance | path

Searched refs:XL (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.h109 case XL: in isSupportedCXXABI()
175 case XL: in areMemberFunctionsAligned()
252 case XL: in canKeyFunctionBeInline()
290 case XL: in getTailPaddingUseRules()
H A DTargetCXXABI.def112 /// The XL ABI is the ABI used by IBM xlclang compiler and is a modified
117 ITANIUM_CXXABI(XL, "xl")
H A DLangOptions.h328 XL, enumerator
H A DLangOptions.def427 LANGOPT(XLPragmaPack, 1, 0, "IBM XL #pragma pack handling")
/freebsd/contrib/tcpdump/doc/
H A DREADME.aix.md9 * GCC 8.3.0 and XL C 12.1.0.0 work.
15 * GCC 7.2.0 and XL C 13.1.3.6 work.
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp270 FullSourceLoc XL = X.getLocation().asLocation(); in comparePiece() local
272 if (XL != YL) in comparePiece()
273 return XL.isBeforeInTranslationUnitThan(YL); in comparePiece()
281 const SourceManager &SM = XL.getManager(); in comparePiece()
326 static bool compareCrossTUSourceLocs(FullSourceLoc XL, FullSourceLoc YL) { in compareCrossTUSourceLocs() argument
327 if (XL.isInvalid() && YL.isValid()) in compareCrossTUSourceLocs()
329 if (XL.isValid() && YL.isInvalid()) in compareCrossTUSourceLocs()
331 std::pair<FileID, unsigned> XOffs = XL.getDecomposedLoc(); in compareCrossTUSourceLocs()
333 const SourceManager &SM = XL.getManager(); in compareCrossTUSourceLocs()
336 return XL.isBeforeInTranslationUnitThan(YL); in compareCrossTUSourceLocs()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dsylk22 # MP~Multiplan, XL~Excel WXL~Excel Windows
27 >>>4 string XL Excel
H A Djpeg250 # JPEG XL
255 # Note: called by TrID "JPEG XL bitmap"
256 0 string \xff\x0a JPEG XL codestream
260 # JPEG XL (transcoded JPEG file)
264 # Note: called by TrID "JPEG XL bitmap (ISOBMFF)"
265 0 string \x00\x00\x00\x0cJXL\x20\x0d\x0a\x87\x0a JPEG XL container
H A Driff589 >>>>>>>(104.l+132) string/c xlv0 XL Video Decoder
/freebsd/tools/kerneldoc/subsys/
H A DDoxyfile-dev_xl6 PROJECT_NAME = "FreeBSD kernel XL device code"
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8994-msft-lumia-octagon-cityman.dts13 model = "Microsoft Lumia 950 XL";
H A Dmsm8994-msft-lumia-octagon.dtsi32 * Most Lumia 950/XL users use GRUB to load their kernels,
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-msm8226-microsoft-makepeace.dts15 model = "Microsoft Lumia 640 XL";
/freebsd/contrib/libpcap/doc/
H A DREADME.aix12 * GCC 8.3.0 works, XL C 12.1.0 works.
19 * GCC 7.2.0 works, XL C 13.1.3 works.
/freebsd/libexec/rc/
H A Drc.initdiskless214 /sbin/mdmfs -XL -S -s $1 auto $2
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmacb.txt11 Use "atmel,sama5d29-gem" for GEM XL IP (10/100) available on Atmel sama5d29 SoCs.
/freebsd/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake125 CMAKE_CXX_COMPILER_ID STREQUAL "XL")
126 # CMake 2.8 changes Visual Age's compiler ID to "XL".
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h713 this->TheCXXABI.set(TargetCXXABI::XL); in AIXTargetInfo()
777 this->TheCXXABI.set(TargetCXXABI::XL); in ZOSTargetInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td148 // Intrinsics defined to maintain XL compatibility
197 // XL compatible select functions
1693 // XL Compat intrinsics.
/freebsd/share/misc/
H A Dpci_vendors1295 1478 Navi 10 XL Upstream Port of PCI Express Switch
1296 1479 Navi 10 XL Downstream Port of PCI Express Switch
1696 474d Rage XL AGP 2X
1699 1002 0080 Rage XL AGP 2X
1701 1002 474d Rage XL AGP
1702 1033 806a Rage XL AGP
1705 474f Rage XL
1706 1002 0008 Rage XL
1707 1002 474f Rage XL
1714 4752 Rage 3 [Rage XL PCI]
[all …]
/freebsd/contrib/tcpdump/
H A DCMakeLists.txt258 # for Intel C; 3.9 adds support for PGI C, Sun C, and IBM XL C, and
276 elseif(CMAKE_C_COMPILER_ID MATCHES "XL")
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrFormats.td1476 // 1.7.7 XL-Form
1493 // XL-Form for unary alias for CRNOR (CRNOT)
/freebsd/contrib/libpcap/
H A DCHANGES41 Add CAN XL support to DLT_CAN_SOCKETCAN.
135 Use noreturn and __format__ with XL C 7.0 and later.
/freebsd/contrib/bmake/
H A Dconfigure5742 /* IBM XL C 1.02.0.0 rejects this.
5770 { /* IBM XL C 1.02.0.0 rejects this sort of thing, saying
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1121 // C functions that have been compiled with the IBM XL C for OpenCL compiler and

123