Searched defs:functionPointer (Results 1 – 6 of 6) sorted by relevance
12 void (*functionPointer)(void) SWIFTCALL; variable
11 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
342 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local389 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local409 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local465 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
49 int (*functionPointer)(int, int) = &testFunctionThatTakesTwoInts; in F() local
13124 typedef ResT (*functionPointer)(const ArgT&); typedef in gl4cts::FunctionObject::unary13155 typedef ResT (*functionPointer)(glw::GLdouble); typedef in gl4cts::FunctionObject::unaryByComponent13188 typedef ResT (*functionPointer)(ArgT, OutT&); typedef in gl4cts::FunctionObject::unaryWithOutputByComponent13302 typedef ResT (*functionPointer)(const Arg1T&, const Arg2T&); typedef in gl4cts::FunctionObject::binary13339 typedef ResT (*functionPointer)(Arg1T, Arg2T); typedef in gl4cts::FunctionObject::binaryByComponent13430 typedef ResT (*functionPointer)(Arg1T, Arg2T, Arg3T); typedef in gl4cts::FunctionObject::tenary13470 typedef glw::GLdouble (*functionPointer)(glw::GLdouble, glw::GLdouble, glw::GLdouble); typedef in gl4cts::FunctionObject::tenaryByComponent