Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:no_thread_safety_analysis

27 #define NO_THREAD_SAFETY_ANALYSIS       __attribute__((no_thread_safety_analysis))
450 void testNoAnal() __attribute__((no_thread_safety_analysis)) {
789 void es_fun_8() __attribute__((no_thread_safety_analysis));
2072 void Foo::foo1() NO_THREAD_SAFETY_ANALYSIS {
4422 auto func2 = [this]() NO_THREAD_SAFETY_ANALYSIS {
4616 void acquire(ThreadRole R) __attribute__((exclusive_lock_function(R))) __attribute__((no_thread_safety_analysis)) {}
4617 void release(ThreadRole R) __attribute__((unlock_function(R))) __attribute__((no_thread_safety_analysis)) {}
5102 inline const T& ts_unchecked_read(const T& v) NO_THREAD_SAFETY_ANALYSIS {
5107 inline T& ts_unchecked_read(T& v) NO_THREAD_SAFETY_ANALYSIS {