Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:test_method

123   void test_method() NO_THREAD_SAFETY_ANALYSIS;
247 void test_method() LOCKABLE; // \
287 void test_method() SCOPED_LOCKABLE; // \
589 void test_method() EXCLUSIVE_LOCK_FUNCTION();
664 void test_method() SHARED_LOCK_FUNCTION();
737 void test_method() EXCLUSIVE_TRYLOCK_FUNCTION(1);
814 void test_method() SHARED_TRYLOCK_FUNCTION(1);
880 void test_method() UNLOCK_FUNCTION();
959 void test_method() LOCK_RETURNED(mu1);
1026 void test_method() LOCKS_EXCLUDED(mu1);
1093 void test_method() EXCLUSIVE_LOCKS_REQUIRED(mu1);
1161 void test_method() SHARED_LOCKS_REQUIRED(mu1);