Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Sema/
Dattr-swiftcall.c13 void (*functionPointer)(void) SWIFTCALL; variable
/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-project/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/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp340 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
387 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
407 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
463 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-avoid-non-const-global-variables.cpp219 typedef int (*functionPointer)(); typedef
/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