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

  /external/llvm/test/MC/X86/
macho-reloc-errors-x86.s 3 mov %eax, thing-thing2
4 mov %eax, defined-thing2
14 // CHECK-ERROR: 4:9: error: symbol 'thing2' can not be undefined in a subtraction expression
macho-reloc-errors-x86_64.s 4 mov %rax, thing@GOT-thing2@GOT
5 mov %rax, (thing-thing2)(%rip)
7 mov %rax, thing-thing2
  /external/skia/tests/
RefCntTest.cpp 26 SkThread thing2(bounce_ref, ref);
29 SkASSERT(thing2.start());
32 thing2.join();
59 SkThread thing2(bounce_ref, ref);
64 SkASSERT(thing2.start());
69 thing2.join();
  /external/clang/test/CodeGen/
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
atomic-ops.c 365 struct bar smallThing, thing1, thing2; variable in typeref:struct:
402 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5);
403 // CHECK: %[[call1:.*]] = call zeroext i1 @__atomic_compare_exchange(i32 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2
  /art/test/005-annotations/src/android/test/anno/
TestAnnotations.java 116 String thing2; field in class:TestAnnotations
128 field = TestAnnotations.class.getDeclaredField("thing2");

Completed in 253 milliseconds