Home
last modified time | relevance | path

Searched refs:const_guard (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Sema/
Datomic-ops.c266 const atomic_flag const_guard; in f() local
267 …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()