Searched defs:functionPointer (Results 1 – 5 of 5) sorted by relevance
12 void (*functionPointer)(void) SWIFTCALL; variable
341 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local388 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local408 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local464 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
11 void (*functionPointer)(void) SWIFTCALL; variable
106 auto functionPointer = DynamicBackendUtils::GetEntryPoint<BackendFunctionType>(m_Handle.get(), in SetFunctionPointer() local
13104 typedef ResT (*functionPointer)(const ArgT&); typedef in gl4cts::FunctionObject::unary13135 typedef ResT (*functionPointer)(glw::GLdouble); typedef in gl4cts::FunctionObject::unaryByComponent13168 typedef ResT (*functionPointer)(ArgT, OutT&); typedef in gl4cts::FunctionObject::unaryWithOutputByComponent13279 typedef ResT (*functionPointer)(const Arg1T&, const Arg2T&); typedef in gl4cts::FunctionObject::binary13316 typedef ResT (*functionPointer)(Arg1T, Arg2T); typedef in gl4cts::FunctionObject::binaryByComponent13403 typedef ResT (*functionPointer)(Arg1T, Arg2T, Arg3T); typedef in gl4cts::FunctionObject::tenary13443 typedef glw::GLdouble (*functionPointer)(glw::GLdouble, glw::GLdouble, glw::GLdouble); typedef in gl4cts::FunctionObject::tenaryByComponent