/art/test/005-annotations/src/android/test/anno/ |
TestAnnotations.java | 99 String thing2; field in class:TestAnnotations 111 field = TestAnnotations.class.getDeclaredField("thing2");
|
/external/clang/test/CodeGen/ |
atomic-ops.c | 350 struct bar smallThing, thing1, thing2; variable in typeref:struct: 387 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); 388 // CHECK: %[[call1:.*]] = 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
|