Home
last modified time | relevance | path

Searched refs:function_ptr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp219 typedef void(*function_ptr)(int, ...); typedef
223 function_ptr get_f_ptr();
227 function_ptr arr_f_ptr[5];
H A DMicrosoftCompatibility.cpp321 long (*function_ptr)(int a); variable
326 …void *a3 = function_ptr; // expected-warning {{implicit conversion between pointer-to-funct… in function_to_voidptr_conv()
/llvm-project-15.0.7/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