Searched defs:functionPointer (Results 1 – 8 of 8) sorted by relevance
13 void (*functionPointer)(void) SWIFTCALL; variable
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
340 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local387 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local407 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local463 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
219 typedef int (*functionPointer)(); typedef
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