Home
last modified time | relevance | path

Searched refs:f02 (Results 1 - 14 of 14) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Drestrict.c3 void f02(void *restrict *dst);
11 void f02(void **dst) { } /* check-should-fail */ in f02() function
72 restrict.c:11:6: error: symbol 'f02' redeclared with different type (incompatible argument 1 (different modifiers)):
73 restrict.c:11:6: void extern [addressable] [toplevel] f02( ... )
75 restrict.c:3:6: void extern [addressable] [toplevel] f02( ... )
H A Dc11-atomic.c3 void f02(int _Atomic *dst);
11 void f02(int *dst) { } /* check-should-fail */ in f02() function
76 c11-atomic.c:11:6: error: symbol 'f02' redeclared with different type (incompatible argument 1 (different modifiers)):
77 c11-atomic.c:11:6: void extern [addressable] [toplevel] f02( ... )
79 c11-atomic.c:3:6: void extern [addressable] [toplevel] f02( ... )
/third_party/typescript/tests/baselines/reference/
H A 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(
[all...]
H A DgenericContextualTypes1.js26 const f02: <A>(x: A) => A[] = wrap(list);
57 var f02 = wrap(list); variable
91 declare const f02: <A>(x: A) => A[];
H A DdestructuringWithLiteralInitializers2.js4 function f02([x, y] = [1]) {} function
39 function f02(_a) {
H A DassertionTypePredicates1.js52 function f02(x: string | undefined) { function
257 function f02(x) {
397 declare function f02(x: string | undefined): void;
H A DstrictBindCallApply1.js11 let f02 = foo.bind(undefined, 10, "hello");
107 var f02 = foo.bind(undefined, 10, "hello"); variable
H A DneverReturningFunctions1.js11 function f02(x: number): number {
292 function f02(x) { function
H A DgenericFunctionInference1.js12 const f02 = pipe(box, list);
256 const f02 = pipe(box, list);
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcanonical-cmp-zero.c3 int f02(int x) { return x < 1; } in f02() function
31 f02:
/third_party/openssl/test/
H A Dsanitytest.c32 a02, b02, c02, d02, e02, f02, g02, h02, i02, j02, in test_sanity_enum_size() enumerator
/third_party/libdrm/tests/tegra/
H A Dvic30.h415 uint64_t f02 : 10; /* 73..64 */ member
H A Dvic41.h296 uint64_t f02 : 10; /* 73..64 */ member
H A Dvic42.h295 uint64_t f02 : 10; /* 73..64 */ member

Completed in 10 milliseconds