Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp1495 RValue UpRVal; in EmitAtomicUpdateValue() local
1499 UpRVal = OldRVal; in EmitAtomicUpdateValue()
1532 UpRVal = CGF.EmitLoadOfLValue(UpdateLVal, SourceLocation()); in EmitAtomicUpdateValue()
1535 RValue NewRVal = UpdateOp(UpRVal); in EmitAtomicUpdateValue()