Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Drestrict.c4 void f03(void *restrict *dst);
12 void f03(typeof(&up) dst) { } /* check-should-fail */
76 restrict.c:12:6: error: symbol 'f03' redeclared with different type (incompatible argument 1 (different modifiers)):
77 restrict.c:12:6: void extern [addressable] [toplevel] f03( ... )
79 restrict.c:4:6: void extern [addressable] [toplevel] f03( ... )
H A Dc11-atomic.c4 void f03(int _Atomic *dst);
12 void f03(typeof(&uo) dst) { } /* check-should-fail */
80 c11-atomic.c:12:6: error: symbol 'f03' redeclared with different type (incompatible argument 1 (different modifiers)):
81 c11-atomic.c:12:6: void extern [addressable] [toplevel] f03( ... )
83 c11-atomic.c:4:6: void extern [addressable] [toplevel] f03( ... )
/third_party/typescript/tests/baselines/reference/
H A DgenericDefaults.js45 declare function f03<T = T>(a?: T): T;
47 f03();
48 f03(a);
49 f03(b);
51 f03<A>();
52 f03<A>(a);
53 f03<B>();
54 f03<B>(b);
515 f03();
516 f03(
[all...]
H A DgenericContextualTypes1.js27 const f03: <A>(x: A) => A[] = wrap(x => [x]);
58 var f03 = wrap(function (x) { return [x]; }); variable
92 declare const f03: <A>(x: A) => A[];
H A DdestructuringWithLiteralInitializers2.js5 function f03([x, y] = [1, 'foo']) {} function
42 function f03(_a) {
H A DassertionTypePredicates1.js67 function f03(x: string | undefined, assert: (value: unknown) => asserts value) { function
271 function f03(x, assert) {
398 declare function f03(x: string | undefined, assert: (value: unknown) => asserts value): void;
H A DstrictBindCallApply1.js12 let f03 = foo.bind(undefined, 10, 20); // Error
108 var f03 = foo.bind(undefined, 10, 20); // Error variable
H A DneverReturningFunctions1.js17 function f03(x: string) { function
298 function f03(x) {
H A DgenericFunctionInference1.js13 const f03 = pipe(x => list(x), box);
257 const f03 = pipe(x => list(x), box);
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcanonical-cmp-zero.c4 int f03(int x) { return x <= 0; } in f03() function
38 f03:
/third_party/openssl/test/
H A Dsanitytest.c33 a03, b03, c03, d03, e03, f03, g03, h03, i03, j03, in test_sanity_enum_size() enumerator
/third_party/libdrm/tests/tegra/
H A Dvic30.h419 uint64_t f03 : 10; /* 105..96 */ member
H A Dvic41.h300 uint64_t f03 : 10; /* 105..96 */ member
H A Dvic42.h299 uint64_t f03 : 10; /* 105..96 */ member

Completed in 9 milliseconds