Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dwarn-documentation.cpp299 struct function_wrapper {}; struct
334 typedef foo::function_wrapper<int (int aaa, int ccc)> test_function_like_typedef5;
340 typedef foo::function_wrapper<int (int aaa, int ccc)> *test_function_like_typedef6;
346 typedef foo::function_wrapper<int (int aaa, int ccc)> &test_function_like_typedef7;
352 typedef foo::function_wrapper<int (int aaa, int ccc)> &&test_function_like_typedef8;