Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp139 const LValue &getAtomicLValue() const { return LVal; } in getAtomicLValue() function in __anone1dfd2bb0111::AtomicInfo
1919 LValue AtomicLVal = Atomics.getAtomicLValue(); in EmitAtomicUpdateValue()
2032 LValue AtomicLVal = Atomics.getAtomicLValue(); in EmitAtomicUpdateValue()
2157 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore()