Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dloader.py42 def _make_failed_test(classname, methodname, exception, suiteClass): argument
45 attrs = {methodname: testFailure}
47 return suiteClass((TestClass(methodname),))
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dplain_cpp.cc922 string methodname = method.fd->getName().str(); in print_method() local
935 osprintf(os, " auto res = %s", methodname.c_str()); in print_method()