Home
last modified time | relevance | path

Searched defs:TestFunctionPtr (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/unicode/
Dctest.h22 typedef void (U_CALLCONV *TestFunctionPtr)(void); typedef
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp315 int (*TestFunctionPtr)() = reinterpret_cast<int(*)()>( in TEST_F() local