Home
last modified time | relevance | path

Searched defs:functionPointer (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp342 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
389 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
409 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
465 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dfunctions-original.cc49 int (*functionPointer)(int, int) = &testFunctionThatTakesTwoInts; in F() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13124 typedef ResT (*functionPointer)(const ArgT&); typedef in gl4cts::FunctionObject::unary
13155 typedef ResT (*functionPointer)(glw::GLdouble); typedef in gl4cts::FunctionObject::unaryByComponent
13188 typedef ResT (*functionPointer)(ArgT, OutT&); typedef in gl4cts::FunctionObject::unaryWithOutputByComponent
13302 typedef ResT (*functionPointer)(const Arg1T&, const Arg2T&); typedef in gl4cts::FunctionObject::binary
13339 typedef ResT (*functionPointer)(Arg1T, Arg2T); typedef in gl4cts::FunctionObject::binaryByComponent
13430 typedef ResT (*functionPointer)(Arg1T, Arg2T, Arg3T); typedef in gl4cts::FunctionObject::tenary
13470 typedef glw::GLdouble (*functionPointer)(glw::GLdouble, glw::GLdouble, glw::GLdouble); typedef in gl4cts::FunctionObject::tenaryByComponent