Searched refs:thing2 (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | macho-reloc-errors-x86_64.s | 4 mov %rax, thing@GOT-thing2@GOT 5 mov %rax, (thing-thing2)(%rip) 7 mov %rax, thing-thing2
|
| H A D | macho-reloc-errors-x86.s | 3 mov %eax, thing-thing2 4 mov %eax, defined-thing2
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | big-atomic-ops.c | 242 struct bar smallThing, thing1, thing2; variable 283 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()
|
| H A D | atomic-ops.c | 387 struct bar smallThing, thing1, thing2; variable 424 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 1799 [[maybe_unused]] bool thing2) { 1800 [[maybe_unused]] bool b = thing1 && thing2;
|