Home
last modified time | relevance | path

Searched refs:Cls (Results 1 - 25 of 29) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DtypeReferenceDirectives9.js7 export class Cls {
14 import {Cls} from "./main"; class
15 Cls.prototype.foo = function() { return undefined; }
18 interface Cls {
21 namespace Cls {
27 import { Cls } from "./main";
30 export const cls = Cls;
31 export const foo = new Cls().foo();
32 export const bar = Cls.bar();
37 exports.Cls
[all...]
H A DjsDeclarationsDefaultsErr.js5 class Cls {
9 export default Cls;
34 var Cls = /** @class */ (function () {
35 function Cls() {
38 Cls.y = "ok";
39 return Cls;
41 exports.default = Cls;
72 export type Cls = string | number;
73 export default Cls;
74 declare class Cls {
[all...]
H A DmixinPrivateAndProtected.js12 function mixB<T extends Constructor<{}>>(Cls: T) {
13 return class extends Cls {
19 function mixB2<T extends Constructor<A>>(Cls: T) {
20 return class extends Cls {
29 function mixC<T extends Constructor<{}>>(Cls: T) {
30 return class extends Cls {
117 function mixB(Cls) {
127 }(Cls));
129 function mixB2(Cls) {
138 }(Cls));
[all...]
H A DjsDeclarationsFunctions.js8 c.Cls = class {}
72 c.Cls = /** @class */ (function () {
73 function Cls() {
75 return Cls;
133 export { Cls };
158 declare class Cls {
H A DjsDeclarationsFunctionsCjs.js8 module.exports.c.Cls = class {}
67 module.exports.c.Cls = /** @class */ (function () {
68 function Cls() {
70 return Cls;
124 export { Cls };
135 declare class Cls {
H A DmoduleAugmentationsImports1.js11 class Cls {y: string; }
19 import {Cls} from "C";
32 getCls(): Cls;
96 import { Cls } from "C";
104 getCls(): Cls;
H A DmoduleAugmentationsImports2.js11 class Cls {y: string; }
30 import {Cls} from "C";
36 getCls(): Cls;
112 import { Cls } from "C";
115 getCls(): Cls;
H A DmoduleAugmentationsImports3.js11 class Cls {y: string; }
28 import {Cls} from "C";
34 getCls(): Cls;
98 import { Cls } from "C";
101 getCls(): Cls;
H A DmoduleAugmentationImportsAndExports3.js18 export interface Cls { a }
24 import C = N.Cls;
84 interface Cls {
91 import C = N.Cls;
H A DmoduleAugmentationInAmbientModule1.js9 class Cls { x: number }
13 import { Cls } from "M";
16 foo(): Cls;
H A DmoduleAugmentationInAmbientModule2.js9 class Cls { x: number }
13 import { Cls } from "M";
16 foo(): Cls;
H A DmoduleAugmentationImportsAndExports2.js18 export interface Cls { a }
25 import C = N.Cls;
86 interface Cls {
94 import C = N.Cls;
H A DmoduleAugmentationImportsAndExports5.js19 export interface Cls { b: number; }
22 import C = N.Cls;
89 interface Cls {
94 import C = N.Cls;
H A DmoduleAugmentationImportsAndExports6.js19 export interface Cls { b: number; }
22 import C = N.Cls;
89 interface Cls {
94 import C = N.Cls;
H A DmoduleAugmentationInAmbientModule3.js9 class Cls { x: number }
13 import { Cls } from "M";
16 foo(): Cls;
H A DmoduleAugmentationInAmbientModule4.js9 class Cls { x: number }
13 import { Cls } from "M";
16 foo(): Cls;
H A DmoduleAugmentationImportsAndExports4.js19 export interface Cls { b: number; }
22 import C = N.Cls;
H A DdoubleMixinConditionalTypeBaseClassWorks.js6 type FooConstructor = typeof Mixin1 extends (a: Constructor) => infer Cls ? Cls : never;
H A DmoduleAugmentationDisallowedExtensions.js20 class Cls {}
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.cc202 __ Cls(PickR(size), PickR(size)); in GenerateTrivialSequence()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js386 const Cls = real === this.path ? Node : Link
387 const root = new Cls({
/third_party/vixl/test/aarch64/
H A Dtest-disasm-neon-aarch64.cc3474 COMPARE_MACRO(Cls(v1.V8B(), v8.V8B()), in TEST()
3477 COMPARE_MACRO(Cls(v2.V16B(), v9.V16B()), in TEST()
3480 COMPARE_MACRO(Cls(v3.V4H(), v1.V4H()), in TEST()
3483 COMPARE_MACRO(Cls(v4.V8H(), v2.V8H()), in TEST()
3486 COMPARE_MACRO(Cls(v5.V2S(), v3.V2S()), in TEST()
3489 COMPARE_MACRO(Cls(v6.V4S(), v4.V4S()), in TEST()
H A Dtest-assembler-aarch64.cc1604 __ Cls(w6, w24); in TEST()
1605 __ Cls(x7, x24); in TEST()
1606 __ Cls(w8, w25); in TEST()
1607 __ Cls(x9, x25); in TEST()
1608 __ Cls(w10, w26); in TEST()
1609 __ Cls(x11, x26); in TEST()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.h257 V(cls, Cls) \
1358 inline void Cls(const Register& rd, const Register& rn);
H A Dmacro-assembler-arm64-inl.h409 void TurboAssembler::Cls(const Register& rd, const Register& rn) { in Cls() function in v8::internal::TurboAssembler

Completed in 39 milliseconds

12