/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | restrict.c | 2 void f01(void *restrict *dst); 10 void f01(typeof(&rp) dst) { } /* check-should-pass */ in f01() function
|
D | c11-atomic.c | 2 void f01(int _Atomic *dst); 10 void f01(typeof(&qo) dst) { } /* check-should-pass */ in f01() function
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
D | CallerCalleeTest.cpp | 21 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/ |
D | destructuringWithLiteralInitializers2.symbols | 7 function f01([x, y] = []) {} 8 >f01 : Symbol(f01, Decl(destructuringWithLiteralInitializers2.ts, 0, 23))
|
D | genericContextualTypes1.js | 25 const f01: <A>(x: A) => A[] = x => [x]; function 56 var f01 = function (x) { return [x]; }; 90 declare const f01: <A>(x: A) => A[];
|
D | genericDefaults.js | 24 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;
|
D | destructuringWithLiteralInitializers2.js | 3 function f01([x, y] = []) {} function 36 function f01(_a) {
|
D | destructuringWithLiteralInitializers2.types | 7 function f01([x, y] = []) {} 8 >f01 : ([x, y]?: [any?, any?]) => void
|
D | assertionTypePredicates1.js | 11 function f01(x: unknown) { function 217 function f01(x) { 396 declare function f01(x: unknown): void;
|
D | strictBindCallApply1.js | 10 let f01 = foo.bind(undefined, 10); variable 106 var f01 = foo.bind(undefined, 10);
|
D | genericRestParameters2.js | 8 declare let f01: (a: number, ...x: [string, boolean]) => void; 141 declare let f01: (a: number, ...x: [string, boolean]) => void;
|
D | neverReturningFunctions1.js | 6 function f01(x: string | undefined) { 287 function f01(x) { function
|
D | unknownControlFlow.js | 18 function f01(u: unknown) { function 456 function f01(u) { 829 declare function f01(u: unknown): void;
|
D | genericRestParameters2.symbols | 18 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/ |
D | fp-vs-ptrcast.c | 1 float *f01(void* p) in f01() function
|
/third_party/ltp/tools/sparse/sparse-src/validation/mem2reg/ |
D | reload-aliasing.c | 9 void f01(int *a, int *b, int *s) in f01() function
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | canonical-cmp-zero.c | 2 int f01(int x) { return x > -1; } in f01() function
|
/third_party/vk-gl-cts/framework/delibs/deimage/ |
D | deImage.c | 136 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/ |
D | genericDefaults.ts | 24 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/ |
D | destructuringWithLiteralInitializers2.ts | 4 function f01([x, y] = []) {} function
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | genericRestParameters2.ts | 10 declare let f01: (a: number, ...x: [string, boolean]) => void; variable
|
/third_party/openssl/test/ |
D | sanitytest.c | 31 a01, b01, c01, d01, e01, f01, g01, h01, i01, j01, in test_sanity_enum_size() enumerator
|
/third_party/typescript/tests/cases/conformance/functions/ |
D | strictBindCallApply1.ts | 11 let f01 = foo.bind(undefined, 10);
|
/third_party/typescript/tests/cases/conformance/controlFlow/ |
D | assertionTypePredicates1.ts | 14 function f01(x: unknown) {
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | genericContextualTypes1.ts | 27 const f01: <A>(x: A) => A[] = x => [x];
|