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/clang/test/SemaCXX/
Dattr-swiftcall.cpp11 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/armnn/src/backends/backendsCommon/
DDynamicBackend.cpp106 auto functionPointer = DynamicBackendUtils::GetEntryPoint<BackendFunctionType>(m_Handle.get(), in SetFunctionPointer() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13235 typedef ResT (*functionPointer)(const ArgT &); typedef in gl4cts::FunctionObject::unary
13266 typedef ResT (*functionPointer)(glw::GLdouble); typedef in gl4cts::FunctionObject::unaryByComponent
13299 typedef ResT (*functionPointer)(ArgT, OutT &); typedef in gl4cts::FunctionObject::unaryWithOutputByComponent
13410 typedef ResT (*functionPointer)(const Arg1T &, const Arg2T &); typedef in gl4cts::FunctionObject::binary
13447 typedef ResT (*functionPointer)(Arg1T, Arg2T); typedef in gl4cts::FunctionObject::binaryByComponent
13534 typedef ResT (*functionPointer)(Arg1T, Arg2T, Arg3T); typedef in gl4cts::FunctionObject::tenary
13574 typedef glw::GLdouble (*functionPointer)(glw::GLdouble, glw::GLdouble, glw::GLdouble); typedef in gl4cts::FunctionObject::tenaryByComponent