Home
last modified time | relevance | path

Searched defs:function_ptr (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dredundant-void-arg.c58 typedef void (function_ptr)(void); typedef
H A Dredundant-void-arg.cpp186 typedef void (function_ptr)(void); typedef
/llvm-project/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp218 typedef void(*function_ptr)(int, ...); typedef
H A DMicrosoftCompatibility.cpp321 long (*function_ptr)(int a); variable
/llvm-project/clang/test/SemaTemplate/
H A Dconcepts-lambda.cpp55 using function_ptr = void(*)(int); typedef