Home
last modified time | relevance | path

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

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