HomeSort by relevance Sort by last modified time
    Searched refs:smallThing (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Sema/
atomic-requires-library-error.c 11 struct bar smallThing;
20 __atomic_store(&smallThing, &b, 5);
28 __atomic_load(&smallThing, &b, 5);
  /external/clang/test/CodeGen/
atomic-ops.c 242 struct bar smallThing, thing1, thing2;
250 __atomic_store(&smallThing, &b, 5);
251 // CHECK: call void @__atomic_store(i32 3, i8* {{.*}} @smallThing
259 __atomic_load(&smallThing, &b, 5);
260 // CHECK: call void @__atomic_load(i32 3, i8* {{.*}} @smallThing
278 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5);
279 // CHECK: call zeroext i1 @__atomic_compare_exchange(i32 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2

Completed in 45 milliseconds