| /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/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 | 250 # 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 D | riff | 589 >>>>>>>(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/sys/contrib/device-tree/src/arm/qcom/ |
| H A D | qcom-msm8226-microsoft-makepeace.dts | 15 model = "Microsoft Lumia 640 XL";
|
| /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 | 214 /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 | 1287 1478 Navi 10 XL Upstream Port of PCI Express Switch 1288 1479 Navi 10 XL Downstream Port of PCI Express Switch 1688 474d Rage XL AGP 2X 1691 1002 0080 Rage XL AGP 2X 1693 1002 474d Rage XL AGP 1694 1033 806a Rage XL AGP 1697 474f Rage XL 1698 1002 0008 Rage XL 1699 1002 474f Rage XL 1706 4752 Rage 3 [Rage XL PCI] [all …]
|
| H A D | usb_vendors | 937 e521 EVER Sinline XL Series UPS 4779 0109 ES-8500 [Expression 1640 XL] 4803 0129 ES-10000G [Expression 10000XL] 5255 e301 Bio-Key TouchLock XL All Weather Keyless Bio-Lock with Fingerprint Recognition 8861 20de ScanMaker 9800XL 8862 20e0 ScanMaker 9700XL 12773 9090 XL-730K / XL-747H / XL-750BK / XL-755BK Mice 15133 4011 Medion Flash XL V2.0 Card Reader 15156 6982 Medion Flash XL Card Reader 15189 0502 FSC Storagebird XL hard disk [all …]
|
| /freebsd/contrib/tcpdump/ |
| H A D | CMakeLists.txt | 265 # for Intel C; 3.9 adds support for PGI C, Sun C, and IBM XL C, and 283 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 | 5742 /* 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 D | Dwarf.def | 1121 // C functions that have been compiled with the IBM XL C for OpenCL compiler and
|
| /freebsd/contrib/libpcap/ |
| H A D | CHANGES | 148 Add CAN XL support to DLT_CAN_SOCKETCAN. 242 Use noreturn and __format__ with XL C 7.0 and later.
|