Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp1532 const std::function<RValue(RValue)> &UpdateOp, bool IsVolatile) { in EmitAtomicUpdate() argument
1582 RValue NewRVal = UpdateOp(UpRVal); in EmitAtomicUpdate()
DCodeGenFunction.h2233 const std::function<RValue(RValue)> &UpdateOp,