Searched refs:const_guard (Results 1 – 1 of 1) sorted by relevance
266 const atomic_flag const_guard; in f() local267 …atomic_flag_test_and_set(&const_guard); // expected-error {{address argument to atomic operation m… in f()268 …atomic_flag_clear(&const_guard); // expected-error {{address argument to atomic operation must be … in f()