Searched defs:Func (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | asmjit_test.cpp | 64 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/ |
| D | asmjit_test.cpp | 68 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/ |
| D | asmjit_test.cpp | 40 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/ |
| D | asmjit_test.cpp | 39 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/ |
| D | instanceofic.js | 93 function Func() { } class
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | callable_test.cpp | 25 int Func(int x, int y) in Func() function
|