Searched refs:UnFoo (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-parsing.cpp1205 class UnFoo { class
1210 template<void (UnFoo::*methptr)()>
1213 static void call_method_ptr(UnFoo *f) {
1220 void call_method_ptr_inst(UnFoo* f) {
1221 MCaller<&UnFoo::foo>::call_method_ptr(f);

Completed in 1572 milliseconds