Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-infinite-recursion.cpp145 int test_wrapper() { in test_wrapper() function
152 int wrapper_sum = test_wrapper<2>(); // expected-note{{instantiation}}
/external/clang/test/Analysis/
Dmalloc-plist.c43 void test_wrapper() { in test_wrapper() function
/external/python/cpython2/Lib/test/
Dtest_argparse.py2837 def test_wrapper(self, test_func=test_func): function
2840 test_wrapper.__name__ = test_name
2843 setattr(test_class, test_name, test_wrapper)