Home
last modified time | relevance | path

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

/external/icu4c/tools/ctestfw/unicode/
Dctest.h20 typedef void (U_CALLCONV *TestFunctionPtr)(void); typedef
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp379 int (*TestFunctionPtr)() = reinterpret_cast<int(*)()>( in TEST_F() local