Home
last modified time | relevance | path

Searched defs:functionPointer (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Sema/
Dattr-swiftcall.c12 void (*functionPointer)(void) SWIFTCALL; variable
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp341 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
388 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
408 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
464 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
/external/clang/test/SemaCXX/
Dattr-swiftcall.cpp11 void (*functionPointer)(void) SWIFTCALL; variable
/external/armnn/src/backends/backendsCommon/
DDynamicBackend.cpp106 auto functionPointer = DynamicBackendUtils::GetEntryPoint<BackendFunctionType>(m_Handle.get(), in SetFunctionPointer() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13104 typedef ResT (*functionPointer)(const ArgT&); typedef in gl4cts::FunctionObject::unary
13135 typedef ResT (*functionPointer)(glw::GLdouble); typedef in gl4cts::FunctionObject::unaryByComponent
13168 typedef ResT (*functionPointer)(ArgT, OutT&); typedef in gl4cts::FunctionObject::unaryWithOutputByComponent
13279 typedef ResT (*functionPointer)(const Arg1T&, const Arg2T&); typedef in gl4cts::FunctionObject::binary
13316 typedef ResT (*functionPointer)(Arg1T, Arg2T); typedef in gl4cts::FunctionObject::binaryByComponent
13403 typedef ResT (*functionPointer)(Arg1T, Arg2T, Arg3T); typedef in gl4cts::FunctionObject::tenary
13443 typedef glw::GLdouble (*functionPointer)(glw::GLdouble, glw::GLdouble, glw::GLdouble); typedef in gl4cts::FunctionObject::tenaryByComponent