Home
last modified time | relevance | path

Searched refs:XS (Results 1 - 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DnarrowingUnionToUnion.js33 declare class XS extends X { xs: string }
38 declare function isXSorY(obj: unknown): obj is XS | Y;
40 function fx5<T extends X>(obj: X | YS, c: typeof XS | typeof Y) {
42 obj; // XS | YS
45 obj; // XS | YS
239 obj; // XS | YS
242 obj; // XS | YS
390 declare class XS extends X {
399 declare function isXSorY(obj: unknown): obj is XS | Y;
400 declare function fx5<T extends X>(obj: X | YS, c: typeof XS | typeo
[all...]
/third_party/rust/crates/once_cell/tests/
H A Dit.rs552 static XS: Lazy<Vec<i32>> = Lazy::new(|| { in static_lazy() consts
561 assert_eq!(&*XS, &vec![1, 2, 3]); in static_lazy()
565 assert_eq!(&*XS, &vec![1, 2, 3]); in static_lazy()
571 static XS: OnceCell<Vec<i32>> = OnceCell::new(); in static_lazy_via_fn() consts
572 XS.get_or_init(|| { in static_lazy_via_fn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ATTInstPrinter.cpp103 if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XS) in printVecCompareInstr()
181 if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XS) in printVecCompareInstr()
H A DX86IntelInstPrinter.cpp86 if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XS) in printVecCompareInstr()
171 if ((Desc.TSFlags & X86II::OpPrefixMask) == X86II::XS) in printVecCompareInstr()
H A DX86BaseInfo.h727 // XS, XD - These prefix codes are for single and double precision scalar
729 XS = 2 << OpPrefixShift, XD = 3 << OpPrefixShift,
H A DX86MCCodeEmitter.cpp839 case X86II::XS: in emitVEXOpcodePrefix()
1318 case X86II::XS: // F3 in emitOpcodePrefix()
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs1516 pub fn sendmmsg<'a, XS, AS, C, I, S>( in sendmmsg()
1519 slices: XS, in sendmmsg()
1527 XS: IntoIterator<Item = &'a I>, in sendmmsg()
1679 pub fn recvmmsg<'a, XS, S, I>( in recvmmsg()
1682 slices: XS, in recvmmsg()
1687 XS: IntoIterator<Item = &'a I>, in recvmmsg()

Completed in 13 milliseconds