Home
last modified time | relevance | path

Searched defs:fun1 (Results 1 – 20 of 20) sorted by relevance

/third_party/libabigail/tests/data/test-abicompat/
Dtest1-fn-removed-v1.cc5 fun1() in fun1() function
Dtest1-fn-removed-v0.cc5 fun1() in fun1() function
Dtest0-fn-changed-libapp-v0.cc67 fun1(S1*) in fun1() function
Dtest0-fn-changed-libapp-v1.cc77 fun1(S1*) in fun1() function
/third_party/node/test/parallel/
Dtest-vm-global-get-own.js27 const fun1 = () => 1; function
32 const sandboxContext = vm.createContext({ runAssertions, fun1, fun2, fun3 }); property
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/object_types/function_types/
Dfunction_types_1.ts26 let fun1: (num1: number, num2: number) => number = ( variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/contextually_typed_expressions/
Dcontextually_typed_expressions_5.ts31 function fun1(fn: Fun) { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_types/function_type_literals/
Dfunction_type_literals_2.ts25 let fun1: (x: number, y: number) => number = variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.3/generic_parameter_defaults/
Dgeneric_parameter_defaults_1.ts28 function fun1<V, T = V[]>(v: V, t: T) { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_members/call_signatures/parameter_list/
Dparameter_list_1.ts26 function fun1(firstParameter: string, lastParameter?: string) { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/tuples_in_rest_parameters_and_spread_expressions/rest_elements_in_tuple_types/
Drest_elements_in_tuple_types.ts26 function fun1<T extends any[]>(...args: T): T { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/tuples_in_rest_parameters_and_spread_expressions/generic_rest_parameters/
Dgeneric_rest_parameters.ts25 function fun1<T, U extends any[], V>(f: (x: T, ...args: U) => V): (...args: U) => V { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/expressions/
Dexpressions.ts55 let fun1: (a: number, b: number) => number = (a: number, b: number) => { variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/tuples_in_rest_parameters_and_spread_expressions/spread_expressions_with_tuple_types/
Dspread_expressions_with_tuple_types.ts25 function fun1(...v: [number, string, boolean]) { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.1/recursive_conditional_types/
Drecursive_conditional_types.ts27 function fun1<T extends readonly unknown[]>(x: T): TYPE1<T>[] { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.6/
D2_control_flow_analysis.ts27 function fun1(action: T) { function
/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest26-added-parms-before-variadic-v0.c3 fun1(const char* c, ...) in fun1() function
Dtest26-added-parms-before-variadic-v1.c3 fun1(const char* c, const char* c1, ...) in fun1() function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_types/constructor_type_literals/
Dconstructor_type_literals.ts42 function fun1( function
/third_party/typescript/tests/baselines/reference/
DtypeArgumentsWithStringLiteralTypes01.js115 function fun1(x, y) { function