Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-swiftcall.c19 void (*functionPointer)(void) SWIFTCALL; variable
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-swiftcall.cpp16 void (*functionPointer)(void) SWIFTCALL; variable
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A 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
471 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Davoid-non-const-global-variables.cpp219 typedef int (*functionPointer)(); typedef