Searched defs:AtomicOp (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dcriticalsection_unittest.cc61 values.push_back(T::AtomicOp(&value_));
92 static int AtomicOp(int* i) { return AtomicOps::Increment(i); } function in struct:rtc::__anon15660::IncrementOp
96 static int AtomicOp(int* i) { return AtomicOps::Decrement(i); } function in struct:rtc::__anon15660::DecrementOp
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2270 SDValue AtomicOp = DAG.getMemIntrinsicNode(Opcode, DL, VTList, Ops, local
2277 SDValue Result = DAG.getNode(ISD::ROTL, DL, WideVT, AtomicOp, ResultShift);
2279 SDValue RetOps[2] = { Result, AtomicOp.getValue(1) };
2361 SDValue AtomicOp = DAG.getMemIntrinsicNode(SystemZISD::ATOMIC_CMP_SWAPW, DL, local
2363 return AtomicOp;
/external/clang/include/clang/AST/
H A DExpr.h4737 enum AtomicOp { enum in class:clang::StringLiteral::DesignatedInitExpr::PseudoObjectExpr::AtomicExpr
4760 AtomicOp Op;
4766 AtomicOp op, SourceLocation RP);
4770 static unsigned getNumSubExprs(AtomicOp Op);
4802 AtomicOp getOp() const { return Op; }

Completed in 108 milliseconds