Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:LOCK_RETURNED

23 #define LOCK_RETURNED(x)                __attribute__((lock_returned(x)))
2406 Mutex* getMu() LOCK_RETURNED(mu_);
2410 static Mutex* getMu(Foo* f) LOCK_RETURNED(f->mu_);
2441 Mutex* getFooMu(Foo* f) LOCK_RETURNED(Foo::getMu(f));
2486 // Also lock the mutex using getFooMu, which calls a lock_returned function.
3247 const Mutex& Base::getLock(const Inner* i) LOCK_RETURNED(i->lock_) {
3370 Mutex* get_mutex() LOCK_RETURNED(mutex_) { return &mutex_; }
4446 Mutex* getMu() LOCK_RETURNED("");
4447 Mutex* getUniv() LOCK_RETURNED("*");
4553 Mutex* getMutex(Opaque* o) LOCK_RETURNED("");