Searched refs:TestFunc (Results 1 – 2 of 2) sorted by relevance
169 using TestFunc = uint32_t(int, int); in CondTest1() typedef170 auto target_func = exec.get<TestFunc>(); in CondTest1()199 using TestFunc = uint32_t(int, int); in CondTest2() typedef200 auto target_func = exec.get<TestFunc>(); in CondTest2()246 using TestFunc = int(int, int); in JccTest() typedef247 auto target_func = exec.get<TestFunc>(); in JccTest()279 using TestFunc = uint32_t(uint32_t); in ShiftTest() typedef280 uint32_t result = exec.get<TestFunc>()(22); in ShiftTest()297 using TestFunc = uint32_t(uint32_t); in LogicTest() typedef298 uint32_t result = exec.get<TestFunc>()(239); in LogicTest()[all …]
51 using TestFunc = int (*)(void); in TEST() typedef52 TestFunc func = reinterpret_cast<TestFunc>(start); in TEST()