HomeSort by relevance Sort by last modified time
    Searched defs:thing1 (Results 1 - 3 of 3) sorted by null

  /art/test/005-annotations/src/android/test/anno/
TestAnnotations.java 86 String thing1; field in class:TestAnnotations
107 field = TestAnnotations.class.getDeclaredField("thing1");
  /external/clang/test/CodeGen/
atomic-ops.c 254 struct bar smallThing, thing1, thing2; variable in typeref:struct:
290 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5);
291 // CHECK: call zeroext i1 @__atomic_compare_exchange(i32 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2
big-atomic-ops.c 242 struct bar smallThing, thing1, thing2; variable in typeref:struct:
283 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5);
284 // CHECK: call zeroext i1 @__atomic_compare_exchange(i64 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2

Completed in 600 milliseconds