/third_party/typescript/tests/baselines/reference/ |
D | es6ModuleFunctionDeclaration.js | 12 function foo4() { function 43 function foo4() { function 55 function foo4() { function
|
D | propertySignatures.js | 14 var foo4: { (): void; }; variable 33 var foo4; variable
|
D | genericCallWithOverloadedConstructorTypedArguments2.js | 11 function foo4(cb: typeof a) { function 49 function foo4(cb) { function
|
D | genericCallWithOverloadedConstructorTypedArguments.js | 11 function foo4(cb: typeof a) { function 57 function foo4(cb) { function
|
D | genericCallWithOverloadedFunctionTypedArguments2.js | 11 function foo4(cb: typeof a) { function 46 function foo4(cb) { function
|
D | doNotEmitDetachedCommentsAtStartOfFunctionBody.js | 25 function foo4() { function
|
D | mixingStaticAndInstanceOverloads.js | 24 static foo4(a) { } method in C4 60 C4.foo4 = function (a) { }; function in C4
|
D | propertyAssignmentUseParentType3.js | 39 function foo4() { function
|
/third_party/typescript/tests/cases/compiler/ |
D | es6ModuleFunctionDeclaration.ts | 12 function foo4() { function 22 function foo4() { function
|
D | overloadResolutionTest1.ts | 22 function foo4(bar:{a:number;}):number; function 24 function foo4(bar:{a:any;}):any{ return bar }; function
|
D | declFileTypeAnnotationVisibilityErrorAccessors.ts | 33 get foo4() { method in c 36 set foo4(param: private1) { method in c
|
D | commentsOverloads.ts | 57 foo4(a: number): number; method 58 foo4(b: string): number; method 60 foo4(c: any): any; method
|
D | genericFunctionSpecializations1.ts | 4 function foo4<T>(test: string); // valid function
|
D | doNotEmitDetachedCommentsAtStartOfFunctionBody.ts | 25 function foo4() { function
|
D | exhaustiveSwitchImplicitReturn.ts | 28 function foo4(bar: "a"): number { function
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeAndMemberIdentity/ |
D | typeParametersAreIdenticalToThemselves.ts | 34 foo4<T extends Date>(x: T); method in C 63 foo4<T extends Date>(x: T); method 64 foo4<T extends Date>(x: T); // no error, different declaration for each T method
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringSameNames.ts | 24 const { foo4, foo4 } = { foo4: 40 }; constant
|
D | restElementWithNullInitializer.ts | 10 function foo4([...r] = []) { function
|
/third_party/boost/libs/callable_traits/test/ |
D | return_type.cpp | 27 struct foo4 { struct 48 CT_ASSERT(std::is_same< return_type_t<foo4>, int>{}); in main() argument
|
D | args.cpp | 28 struct foo4 { struct 29 int operator()(char, float&, int = 0, ...) { return{}; } in operator ()()
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | propertyAssignmentUseParentType3.ts | 18 function foo4(): ({x: number}) { function
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | genericCallWithFunctionTypedArguments3.ts | 8 function foo4<T, U>(cb: (x: T) => U) { function
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | jsdocParamTagTypeLiteral.ts | 57 function foo4(opts4) { function
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
D | typeParameterAssignability2.ts | 24 function foo4<T extends U, U extends V, V extends Date>(t: T, u: U, v: V) { function
|
D | genericCallWithObjectTypeArgsAndInitializers.ts | 6 function foo4<T, U extends T>(x: T, y: U = x) { } // error function
|