Home
last modified time | relevance | path

Searched refs:thing2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dmacho-reloc-errors-x86_64.s4 mov %rax, thing@GOT-thing2@GOT
5 mov %rax, (thing-thing2)(%rip)
7 mov %rax, thing-thing2
H A Dmacho-reloc-errors-x86.s3 mov %eax, thing-thing2
4 mov %eax, defined-thing2
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbig-atomic-ops.c242 struct bar smallThing, thing1, thing2; variable
283 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5); in structAtomicCmpExchange()
H A Datomic-ops.c387 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 DAttrDocs.td1799 [[maybe_unused]] bool thing2) {
1800 [[maybe_unused]] bool b = thing1 && thing2;