Home
last modified time | relevance | path

Searched refs:IsPostfixUpdate (Results 1 – 25 of 98) sorted by relevance

1234

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2142 bool IsPostfixUpdate;
2154 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {}
2164 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {}
2200 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate);
2231 bool isPostfixUpdate() const { return IsPostfixUpdate; }
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2254 bool IsPostfixUpdate; variable
2266 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {} in OMPAtomicDirective()
2276 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {} in OMPAtomicDirective()
2312 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate);
2343 bool isPostfixUpdate() const { return IsPostfixUpdate; } in isPostfixUpdate()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2174 bool IsPostfixUpdate; variable
2186 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {} in OMPAtomicDirective()
2196 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {} in OMPAtomicDirective()
2232 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate);
2263 bool isPostfixUpdate() const { return IsPostfixUpdate; } in isPostfixUpdate()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2399 bool IsPostfixUpdate; variable
2412 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {} in OMPAtomicDirective()
2422 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {} in OMPAtomicDirective()
2458 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate);
2489 bool isPostfixUpdate() const { return IsPostfixUpdate; } in isPostfixUpdate()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2399 bool IsPostfixUpdate; variable
2412 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {} in OMPAtomicDirective()
2422 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {} in OMPAtomicDirective()
2458 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate);
2489 bool isPostfixUpdate() const { return IsPostfixUpdate; } in isPostfixUpdate()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1094 bool IsPostfixUpdate, bool IsXLHSInRHSPart);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1094 bool IsPostfixUpdate, bool IsXLHSInRHSPart);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1094 bool IsPostfixUpdate, bool IsXLHSInRHSPart);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1094 bool IsPostfixUpdate, bool IsXLHSInRHSPart);
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1094 bool IsPostfixUpdate, bool IsXLHSInRHSPart);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2533 bool IsPostfixUpdate; variable
2546 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {} in OMPAtomicDirective()
2556 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {} in OMPAtomicDirective()
2592 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate);
2623 bool isPostfixUpdate() const { return IsPostfixUpdate; } in isPostfixUpdate()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DStmtOpenMP.h2533 bool IsPostfixUpdate; variable
2546 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {} in OMPAtomicDirective()
2556 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {} in OMPAtomicDirective()
2592 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate);
2623 bool isPostfixUpdate() const { return IsPostfixUpdate; } in isPostfixUpdate()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1284 bool IsPostfixUpdate, bool IsXLHSInRHSPart);
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3840 bool IsPostfixUpdate, const Expr *V, in emitOMPAtomicCaptureExpr() argument
3871 IsPostfixUpdate](RValue XRValue) { in emitOMPAtomicCaptureExpr()
3875 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr()
3882 if (IsPostfixUpdate) { in emitOMPAtomicCaptureExpr()
3908 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in emitOMPAtomicCaptureExpr()
3922 bool IsSeqCst, bool IsPostfixUpdate, in emitOMPAtomicExpr() argument
3938 emitOMPAtomicCaptureExpr(CGF, IsSeqCst, IsPostfixUpdate, V, X, E, UE, in emitOMPAtomicExpr()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3825 bool IsPostfixUpdate, const Expr *V, in emitOMPAtomicCaptureExpr() argument
3856 IsPostfixUpdate](RValue XRValue) { in emitOMPAtomicCaptureExpr()
3860 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr()
3867 if (IsPostfixUpdate) { in emitOMPAtomicCaptureExpr()
3893 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in emitOMPAtomicCaptureExpr()
3907 bool IsSeqCst, bool IsPostfixUpdate, in emitOMPAtomicExpr() argument
3923 emitOMPAtomicCaptureExpr(CGF, IsSeqCst, IsPostfixUpdate, V, X, E, UE, in emitOMPAtomicExpr()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3760 bool IsPostfixUpdate, const Expr *V, in emitOMPAtomicCaptureExpr() argument
3791 IsPostfixUpdate](RValue XRValue) { in emitOMPAtomicCaptureExpr()
3795 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr()
3802 if (IsPostfixUpdate) { in emitOMPAtomicCaptureExpr()
3828 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in emitOMPAtomicCaptureExpr()
3842 bool IsSeqCst, bool IsPostfixUpdate, in emitOMPAtomicExpr() argument
3858 emitOMPAtomicCaptureExpr(CGF, IsSeqCst, IsPostfixUpdate, V, X, E, UE, in emitOMPAtomicExpr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4163 bool IsPostfixUpdate, const Expr *V, in emitOMPAtomicCaptureExpr() argument
4194 IsPostfixUpdate](RValue XRValue) { in emitOMPAtomicCaptureExpr()
4198 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr()
4205 if (IsPostfixUpdate) { in emitOMPAtomicCaptureExpr()
4231 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in emitOMPAtomicCaptureExpr()
4245 bool IsSeqCst, bool IsPostfixUpdate, in emitOMPAtomicExpr() argument
4261 emitOMPAtomicCaptureExpr(CGF, IsSeqCst, IsPostfixUpdate, V, X, E, UE, in emitOMPAtomicExpr()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4163 bool IsPostfixUpdate, const Expr *V, in emitOMPAtomicCaptureExpr() argument
4194 IsPostfixUpdate](RValue XRValue) { in emitOMPAtomicCaptureExpr()
4198 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr()
4205 if (IsPostfixUpdate) { in emitOMPAtomicCaptureExpr()
4231 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in emitOMPAtomicCaptureExpr()
4245 bool IsSeqCst, bool IsPostfixUpdate, in emitOMPAtomicExpr() argument
4261 emitOMPAtomicCaptureExpr(CGF, IsSeqCst, IsPostfixUpdate, V, X, E, UE, in emitOMPAtomicExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp709 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate) { in Create() argument
717 Dir->IsPostfixUpdate = IsPostfixUpdate; in Create()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h2454 bool IsPostfixUpdate = false; variable
2505 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate);
2534 bool isPostfixUpdate() const { return IsPostfixUpdate; } in isPostfixUpdate()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DStmtOpenMP.cpp709 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate) { in Create() argument
717 Dir->IsPostfixUpdate = IsPostfixUpdate; in Create()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DStmtOpenMP.cpp664 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate) { in Create() argument
678 Dir->IsPostfixUpdate = IsPostfixUpdate; in Create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h2454 bool IsPostfixUpdate = false; variable
2505 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate);
2534 bool isPostfixUpdate() const { return IsPostfixUpdate; } in isPostfixUpdate()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h2454 bool IsPostfixUpdate = false; variable
2505 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate);
2534 bool isPostfixUpdate() const { return IsPostfixUpdate; } in isPostfixUpdate()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DStmtOpenMP.cpp709 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate) { in Create() argument
717 Dir->IsPostfixUpdate = IsPostfixUpdate; in Create()

1234