Home
last modified time | relevance | path

Searched refs:f02 (Results 1 – 25 of 46) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/validation/
Drestrict.c3 void f02(void *restrict *dst);
11 void f02(void **dst) { } /* check-should-fail */ in f02() function
Dc11-atomic.c3 void f02(int _Atomic *dst);
11 void f02(int *dst) { } /* check-should-fail */ in f02() function
/third_party/typescript/tests/baselines/reference/
DgenericDefaults.js33 declare function f02<T = A>(a?: T): T;
35 f02();
36 f02(a);
37 f02(b);
39 f02<A>();
40 f02<A>(a);
41 f02<B>();
42 f02<B>(b);
506 f02();
507 f02(a);
[all …]
DdestructuringWithLiteralInitializers2.symbols12 function f02([x, y] = [1]) {}
13 >f02 : Symbol(f02, Decl(destructuringWithLiteralInitializers2.ts, 1, 28))
DgenericContextualTypes1.js26 const f02: <A>(x: A) => A[] = wrap(list); constant
57 var f02 = wrap(list); variable
91 declare const f02: <A>(x: A) => A[];
DdestructuringWithLiteralInitializers2.js4 function f02([x, y] = [1]) {} function
39 function f02(_a) {
DdestructuringWithLiteralInitializers2.types13 function f02([x, y] = [1]) {}
14 >f02 : ([x, y]?: [number, any?]) => void
DstrictBindCallApply1.js11 let f02 = foo.bind(undefined, 10, "hello"); variable
80 var f02 = foo.bind(undefined, 10, "hello");
DassertionTypePredicates1.js52 function f02(x: string | undefined) { function
257 function f02(x) {
397 declare function f02(x: string | undefined): void;
DgenericDefaults.errors.txt46 declare function f02<T = A>(a?: T): T;
48 f02();
49 f02(a);
50 f02(b);
52 f02<A>();
53 f02<A>(a);
54 f02<B>();
55 f02<B>(b);
DgenericDefaults.types84 declare function f02<T = A>(a?: T): T;
85 >f02 : <T = A>(a?: T) => T
89 f02();
90 >f02() : A
91 >f02 : <T = A>(a?: T) => T
93 f02(a);
94 >f02(a) : A
95 >f02 : <T = A>(a?: T) => T
98 f02(b);
99 >f02(b) : B
[all …]
DgenericRestParameters2.js9 declare let f02: (a: number, b: string, ...x: [boolean]) => void;
138 declare let f02: (a: number, b: string, ...x: [boolean]) => void;
DneverReturningFunctions1.js11 function f02(x: number): number {
292 function f02(x) { function
DgenericDefaults.symbols97 declare function f02<T = A>(a?: T): T;
98 >f02 : Symbol(f02, Decl(genericDefaults.ts, 28, 10))
106 f02();
107 >f02 : Symbol(f02, Decl(genericDefaults.ts, 28, 10))
109 f02(a);
110 >f02 : Symbol(f02, Decl(genericDefaults.ts, 28, 10))
113 f02(b);
114 >f02 : Symbol(f02, Decl(genericDefaults.ts, 28, 10))
118 f02<A>();
119 >f02 : Symbol(f02, Decl(genericDefaults.ts, 28, 10))
[all …]
DgenericRestParameters2.symbols23 declare let f02: (a: number, b: string, ...x: [boolean]) => void;
24 >f02 : Symbol(f02, Decl(genericRestParameters2.ts, 7, 11))
DdestructuringWithLiteralInitializers2.errors.txt22 function f02([x, y] = [1]) {}
/third_party/typescript/tests/cases/compiler/
DgenericDefaults.ts33 declare function f02<T = A>(a?: T): T;
35 f02();
36 f02(a);
37 f02(b);
39 f02<A>();
40 f02<A>(a);
41 f02<B>();
42 f02<B>(b);
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcanonical-cmp-zero.c3 int f02(int x) { return x < 1; } in f02() function
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringWithLiteralInitializers2.ts5 function f02([x, y] = [1]) {} function
/third_party/openssl/test/
Dsanitytest.c31 a02, b02, c02, d02, e02, f02, g02, h02, i02, j02, in test_sanity_enum_size() enumerator
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters2.ts11 declare let f02: (a: number, b: string, ...x: [boolean]) => void; variable
/third_party/typescript/tests/cases/conformance/functions/
DstrictBindCallApply1.ts12 let f02 = foo.bind(undefined, 10, "hello");
/third_party/typescript/tests/cases/conformance/controlFlow/
DassertionTypePredicates1.ts55 function f02(x: string | undefined) { function
DneverReturningFunctions1.ts14 function f02(x: number): number { function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericContextualTypes1.ts28 const f02: <A>(x: A) => A[] = wrap(list);

12