OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flag_k
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
atomic-ops.c
163
const volatile int
flag_k
= 0;
member in struct:s2
165
(void)(int)__atomic_test_and_set(&
flag_k
, memory_order_seq_cst); // expected-warning {{passing 'const volatile int *' to parameter of type 'volatile void *'}}
167
__atomic_clear(&
flag_k
, memory_order_seq_cst); // expected-warning {{passing 'const volatile int *' to parameter of type 'volatile void *'}}
Completed in 52 milliseconds