Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dexceptions-seh-filter-captures.cpp35 void test_method(void);
38 void S::test_method() { in test_method() function in S
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-parsing.cpp125 void test_method() NO_THREAD_SAFETY_ANALYSIS;
249 void test_method() LOCKABLE; // \
289 void test_method() SCOPED_LOCKABLE; // \
594 void test_method() EXCLUSIVE_LOCK_FUNCTION(); // \
670 void test_method() SHARED_LOCK_FUNCTION(); // \
827 void test_method() SHARED_TRYLOCK_FUNCTION(1); // \
898 void test_method() UNLOCK_FUNCTION(); // \
978 void test_method() LOCK_RETURNED(mu1);
1045 void test_method() LOCKS_EXCLUDED(mu1);
1112 void test_method() EXCLUSIVE_LOCKS_REQUIRED(mu1);
[all …]
H A Dattr-no-sanitize-address.cpp28 void test_method() NO_SANITIZE_ADDRESS;
H A Dattr-no-sanitize-memory.cpp31 void test_method() NO_SANITIZE_MEMORY;
H A Dattr-no-sanitize-thread.cpp31 void test_method() NO_SANITIZE_THREAD;
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dtest_result.py144 test_method = getattr(test, test._testMethodName)
145 if test_method is not None and hasattr(test_method, "categories"):
146 test_categories.extend(test_method.categories)
H A Dlldbtest.py1672 def test_method(self, attrvalue=attrvalue): function
1676 test_method.__name__ = method_name
1677 test_method.debug_info = cat
1678 newattrs[method_name] = test_method
/llvm-project-15.0.7/clang/test/Analysis/
H A Dthis-pointer.cpp46 void test_method() { in test_method() function
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py51 def test_method(self, attrvalue=attrvalue): function
55 test_method.__name__ = method_name
56 test_method.debug_server = cat
57 newattrs[method_name] = test_method