Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dattr-swiftcall.c19 void (*functionPointer)(void) SWIFTCALL; variable
/llvm-project/clang/test/SemaCXX/
H A Dattr-swiftcall.cpp16 void (*functionPointer)(void) SWIFTCALL; variable
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp330 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
377 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
397 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
459 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Davoid-non-const-global-variables.cpp231 typedef int (*functionPointer)(); typedef