Home
last modified time | relevance | path

Searched refs:f01 (Results 1 – 25 of 71) sorted by relevance

123

/third_party/ltp/tools/sparse/sparse-src/validation/
Drestrict.c2 void f01(void *restrict *dst);
10 void f01(typeof(&rp) dst) { } /* check-should-pass */ in f01() function
Dc11-atomic.c2 void f01(int _Atomic *dst);
10 void f01(typeof(&qo) dst) { } /* check-should-pass */ in f01() function
/third_party/json/tests/thirdparty/Fuzzer/test/
DCallerCalleeTest.cpp21 void f01() { t[(unsigned)'b'] = f12;} in f01() function
49 f01(); in LLVMFuzzerTestOneInput()
52 t[(unsigned)'a'] = f01; in LLVMFuzzerTestOneInput()
/third_party/typescript/tests/baselines/reference/
DdestructuringWithLiteralInitializers2.symbols7 function f01([x, y] = []) {}
8 >f01 : Symbol(f01, Decl(destructuringWithLiteralInitializers2.ts, 0, 23))
DgenericContextualTypes1.js25 const f01: <A>(x: A) => A[] = x => [x]; function
56 var f01 = function (x) { return [x]; };
90 declare const f01: <A>(x: A) => A[];
DgenericDefaults.js24 declare function f01<T>(a?: T): T;
26 f01();
27 f01(a);
29 f01<A>();
30 f01<A>(a);
500 f01();
501 f01(a);
503 f01();
504 f01(a);
895 declare function f01<T>(a?: T): T;
DdestructuringWithLiteralInitializers2.js3 function f01([x, y] = []) {} function
36 function f01(_a) {
DdestructuringWithLiteralInitializers2.types7 function f01([x, y] = []) {}
8 >f01 : ([x, y]?: [any?, any?]) => void
DassertionTypePredicates1.js11 function f01(x: unknown) { function
217 function f01(x) {
396 declare function f01(x: unknown): void;
DstrictBindCallApply1.js10 let f01 = foo.bind(undefined, 10); variable
106 var f01 = foo.bind(undefined, 10);
DgenericRestParameters2.js8 declare let f01: (a: number, ...x: [string, boolean]) => void;
141 declare let f01: (a: number, ...x: [string, boolean]) => void;
DneverReturningFunctions1.js6 function f01(x: string | undefined) {
287 function f01(x) { function
DunknownControlFlow.js18 function f01(u: unknown) { function
456 function f01(u) {
829 declare function f01(u: unknown): void;
DgenericRestParameters2.symbols18 declare let f01: (a: number, ...x: [string, boolean]) => void;
19 >f01 : Symbol(f01, Decl(genericRestParameters2.ts, 6, 11))
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
Dfp-vs-ptrcast.c1 float *f01(void* p) in f01() function
/third_party/ltp/tools/sparse/sparse-src/validation/mem2reg/
Dreload-aliasing.c9 void f01(int *a, int *b, int *s) in f01() function
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcanonical-cmp-zero.c2 int f01(int x) { return x > -1; } in f01() function
/third_party/vk-gl-cts/framework/delibs/deimage/
DdeImage.c136 int f01 = (xFactor * (256-yFactor)) >> 8; in deImage_scale() local
152 deARGB_add(deARGB_multiply(p01, f01), deARGB_multiply(p11, f11))); in deImage_scale()
/third_party/typescript/tests/cases/compiler/
DgenericDefaults.ts24 declare function f01<T>(a?: T): T;
26 f01();
27 f01(a);
29 f01<A>();
30 f01<A>(a);
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringWithLiteralInitializers2.ts4 function f01([x, y] = []) {} function
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters2.ts10 declare let f01: (a: number, ...x: [string, boolean]) => void; variable
/third_party/openssl/test/
Dsanitytest.c31 a01, b01, c01, d01, e01, f01, g01, h01, i01, j01, in test_sanity_enum_size() enumerator
/third_party/typescript/tests/cases/conformance/functions/
DstrictBindCallApply1.ts11 let f01 = foo.bind(undefined, 10);
/third_party/typescript/tests/cases/conformance/controlFlow/
DassertionTypePredicates1.ts14 function f01(x: unknown) {
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericContextualTypes1.ts27 const f01: <A>(x: A) => A[] = x => [x];

123