Searched defs:__c11_atomic_init (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dc11atomics-ios.c18 __c11_atomic_init(fp, 1.0f);
54 __c11_atomic_init(fp, 1.0f);
113 __c11_atomic_init(fp, (S){1,2,3,4}); function
165 __c11_atomic_init(fp, (PS){1,2,3}); function
H A Dc11atomics.c149 __c11_atomic_init(fp, 1.0f);
187 __c11_atomic_init(fp, 1.0f);
244 __c11_atomic_init(fp, (S){1,2,3,4}); function
297 __c11_atomic_init(fp, (PS){1,2,3}); function
/external/clang/test/Sema/
H A Datomic-ops.c85 __c11_atomic_init(I, 5); // expected-error {{pointer to _Atomic}}
171 __c11_atomic_init(&const_atomic, 0); // expected-error {{address argument to atomic operation must be a pointer to non-const _Atomic type ('const _Atomic(int) *' invalid)}} member in struct:s2
210 (void)__c11_atomic_init(Ap, val);
211 (void)__c11_atomic_init(Ap, val);
212 (void)__c11_atomic_init(Ap, val);
213 (void)__c11_atomic_init(Ap, val);
214 (void)__c11_atomic_init(Ap, val);
215 (void)__c11_atomic_init(Ap, val);

Completed in 1966 milliseconds