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