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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp1514 RValue UpRVal; local
1518 UpRVal = OldRVal;
1551 UpRVal = CGF.EmitLoadOfLValue(UpdateLVal, SourceLocation());
1554 RValue NewRVal = UpdateOp(UpRVal);

Completed in 42 milliseconds