Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp218 typedef void(*function_ptr)(int, ...); typedef
222 function_ptr get_f_ptr();
226 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/clang/test/SemaTemplate/
H A Dconcepts-lambda.cpp55 using function_ptr = void(*)(int); typedef
56 function_ptr ptr = f<void>;
/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