Home
last modified time | relevance | path

Searched refs:VoidFunc (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmangle-ms-back-references.cpp53 typedef void (*VoidFunc)(); typedef
56 void h1(const char* a, const char* b, VoidFunc c, VoidFunc d) {} in h1()
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-ms-back-references.cpp53 typedef void (*VoidFunc)(); typedef
56 void h1(const char* a, const char* b, VoidFunc c, VoidFunc d) {} in h1()
/external/googletest/googlemock/test/
Dgmock-actions_test.cc780 void VoidFunc(bool /* flag */) {} in VoidFunc() function
785 .WillRepeatedly(DoAll(Invoke(VoidFunc), in TEST()