Home
last modified time | relevance | path

Searched defs:function_pointer (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmangle-ms-template-callback.cpp46 void function_pointer(C<void(*)(void)>) {} in function_pointer() function
H A Dmangle-ms-return-qualifiers.cpp173 typedef int (*function_pointer)(int); typedef