HomeSort by: relevance | last modified time | path
    Searched refs:isPostfixUpdate (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 2747 bool IsPostfixUpdate = false;
2793 /// \param IsPostfixUpdate true if original value of 'x' must be stored in
2798 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate);
2827 bool isPostfixUpdate() const { return IsPostfixUpdate; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 2296 Record.writeBool(D->isPostfixUpdate());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 5633 bool IsPostfixUpdate, const Expr *V,
5661 IsPostfixUpdate](RValue XRValue) {
5665 NewVVal = IsPostfixUpdate ? XRValue : Res;
5673 if (IsPostfixUpdate) {
5700 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue;
5736 llvm::AtomicOrdering AO, bool IsPostfixUpdate,
5752 emitOMPAtomicCaptureExpr(CGF, AO, IsPostfixUpdate, V, X, E, UE,
5889 emitOMPAtomicExpr(*this, Kind, AO, S.isPostfixUpdate(), S.getX(), S.getV(),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 10423 bool IsPostfixUpdate;
10428 IsXLHSInRHSPart(false), Op(BO_PtrMemD), IsPostfixUpdate(false) {}
10451 bool isPostfixUpdate() const { return IsPostfixUpdate; }
10562 IsPostfixUpdate = AtomicUnaryOp->isPostfix();
10700 bool IsPostfixUpdate = false;
10903 IsPostfixUpdate = Checker.isPostfixUpdate();
10975 IsPostfixUpdate = true;
11005 IsPostfixUpdate = false
    [all...]

Completed in 89 milliseconds