Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp1514 RValue UpRVal; in EmitAtomicUpdateValue() local
1518 UpRVal = OldRVal; in EmitAtomicUpdateValue()
1551 UpRVal = CGF.EmitLoadOfLValue(UpdateLVal, SourceLocation()); in EmitAtomicUpdateValue()
1554 RValue NewRVal = UpdateOp(UpRVal); in EmitAtomicUpdateValue()