Home
last modified time | relevance | path

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

/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/static_core/compiler/tests/amd64/
Dasmjit_test.cpp68 using Func = int (*)(); in TEST_F() typedef
111 using Func = size_t (*)(size_t, size_t); in TEST_F() typedef
136 using Func = size_t (*)(size_t, size_t); in TEST_F() typedef
160 using Func = double (*)(double, double); in TEST_F() typedef
218 using Func = size_t (*)(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/runtime_core/static_core/compiler/tests/x86/
Dasmjit_test.cpp39 typedef int (*Func)(void); in TEST_F() typedef
82 typedef size_t (*Func)(size_t, size_t); in TEST_F() typedef
140 typedef size_t (*Func)(size_t lhs, size_t rhs); in TEST_F() typedef
/arkcompiler/ets_runtime/test/moduletest/instanceofic/
Dinstanceofic.js93 function Func() { } class
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dcallable_test.cpp25 int Func(int x, int y) in Func() function