Home
last modified time | relevance | path

Searched defs:Func (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcomplicatedIndexesOfIntersectionsAreInferencable.ts27 declare function Func<Values = object, ExtraProps = {}>( function
DisomorphicMappedTypeInference.ts378 type Func<T> = (...args: any[]) => T; alias
DcorrelatedUnions.ts434 type Func<K extends keyof ArgMap> = (x: ArgMap[K]) => void; alias
/arkcompiler/runtime_core/compiler/tests/amd64/
Dasmjit_test.cpp64 typedef int (*Func)(void); in TEST_F() typedef
107 typedef size_t (*Func)(size_t, size_t); in TEST_F() typedef
132 typedef size_t (*Func)(size_t, size_t); in TEST_F() typedef
156 typedef double (*Func)(double, double); in TEST_F() typedef
214 typedef size_t (*Func)(size_t lhs, size_t rhs); in TEST_F() typedef
/arkcompiler/runtime_core/compiler/tests/x86/
Dasmjit_test.cpp40 typedef int (*Func)(void); in TEST_F() typedef
83 typedef size_t (*Func)(size_t, size_t); in TEST_F() typedef
141 typedef size_t (*Func)(size_t lhs, size_t rhs); in TEST_F() typedef
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsdocTypeTag/
Da.js98 let Func; variable