Searched defs:X (Results 1 – 25 of 47) sorted by relevance
12
16 let X: string variable17 type X = number[] alias
16 class X { class24 let d = X instanceof X // false, left operand is a type variable
20 class X { class
16 type X<T> = T extends number ? T : never alias
16 interface X { interface
22 class X { class
16 class X { class
21 class X { class
28 static constexpr uint32_t GetIntLog2(const uint32_t X) in GetIntLog2()33 static constexpr uint64_t GetIntLog2(const uint64_t X) in GetIntLog2()
16 class X {} class23 const d = X instanceof X; // Compile-time error constant38 const bb = this instanceof X; constant
48 class X {} class
34 constexpr uint32_t GetIntLog2(const uint32_t X) in GetIntLog2()45 constexpr uint64_t GetIntLog2(const uint64_t X) in GetIntLog2()
18 class X { class
25 #define UNUSED(X) (void)(X) argument