/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetCXXABI.h | 109 case XL: in isSupportedCXXABI() 175 case XL: in areMemberFunctionsAligned() 252 case XL: in canKeyFunctionBeInline() 290 case XL: in getTailPaddingUseRules()
|
H A D | TargetCXXABI.def | 112 /// The XL ABI is the ABI used by IBM xlclang compiler and is a modified 117 ITANIUM_CXXABI(XL, "xl")
|
H A D | LangOptions.h | 328 XL, enumerator
|
H A D | LangOptions.def | 427 LANGOPT(XLPragmaPack, 1, 0, "IBM XL #pragma pack handling")
|
/freebsd/contrib/tcpdump/doc/ |
H A D | README.aix.md | 9 * 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 D | PathDiagnostic.cpp | 270 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 D | sylk | 22 # MP~Multiplan, XL~Excel WXL~Excel Windows 27 >>>4 string XL Excel
|
H A D | jpeg | 235 # JPEG XL 240 # Note: called by TrID "JPEG XL bitmap" 241 0 string \xff\x0a JPEG XL codestream 245 # JPEG XL (transcoded JPEG file) 249 # Note: called by TrID "JPEG XL bitmap (ISOBMFF)" 250 0 string \x00\x00\x00\x0cJXL\x20\x0d\x0a\x87\x0a JPEG XL container
|
H A D | riff | 534 >>>>>>>(104.l+132) string/c xlv0 XL Video Decoder
|
/freebsd/tools/kerneldoc/subsys/ |
H A D | Doxyfile-dev_xl | 6 PROJECT_NAME = "FreeBSD kernel XL device code"
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8994-msft-lumia-octagon-cityman.dts | 13 model = "Microsoft Lumia 950 XL";
|
H A D | msm8994-msft-lumia-octagon.dtsi | 32 * Most Lumia 950/XL users use GRUB to load their kernels,
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.aix | 12 * 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 D | rc.initdiskless | 211 /sbin/mdmfs -XL -S -s $1 auto $2
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | macb.txt | 11 Use "atmel,sama5d29-gem" for GEM XL IP (10/100) available on Atmel sama5d29 SoCs.
|
/freebsd/contrib/googletest/googletest/cmake/ |
H A D | internal_utils.cmake | 125 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 D | OSTargets.h | 713 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 D | IntrinsicsPowerPC.td | 148 // Intrinsics defined to maintain XL compatibility 197 // XL compatible select functions 1693 // XL Compat intrinsics.
|
/freebsd/share/misc/ |
H A D | pci_vendors | 1243 1478 Navi 10 XL Upstream Port of PCI Express Switch 1244 1479 Navi 10 XL Downstream Port of PCI Express Switch 1640 474d Rage XL AGP 2X 1643 1002 0080 Rage XL AGP 2X 1645 1002 474d Rage XL AGP 1646 1033 806a Rage XL AGP 1649 474f Rage XL 1650 1002 0008 Rage XL 1651 1002 474f Rage XL 1658 4752 Rage 3 [Rage XL PCI] [all …]
|
H A D | usb_vendors | 927 e521 EVER Sinline XL Series UPS 4748 0109 ES-8500 [Expression 1640 XL] 4772 0129 ES-10000G [Expression 10000XL] 5210 e301 Bio-Key TouchLock XL All Weather Keyless Bio-Lock with Fingerprint Recognition 8816 20de ScanMaker 9800XL 8817 20e0 ScanMaker 9700XL 12728 9090 XL-730K / XL-747H / XL-750BK / XL-755BK Mice 15081 4011 Medion Flash XL V2.0 Card Reader 15104 6982 Medion Flash XL Card Reader 15137 0502 FSC Storagebird XL hard disk [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | CMakeLists.txt | 258 # 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 D | PPCInstrFormats.td | 1476 // 1.7.7 XL-Form 1493 // XL-Form for unary alias for CRNOR (CRNOT)
|
/freebsd/contrib/bmake/ |
H A D | configure | 5708 /* IBM XL C 1.02.0.0 rejects this. 5736 { /* IBM XL C 1.02.0.0 rejects this sort of thing, saying
|
/freebsd/contrib/libpcap/ |
H A D | CHANGES | 41 Add CAN XL support to DLT_CAN_SOCKETCAN. 135 Use noreturn and __format__ with XL C 7.0 and later.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1121 // C functions that have been compiled with the IBM XL C for OpenCL compiler and
|