Home
last modified time | relevance | path

Searched refs:CaptureExpr (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp40 enum CaptureExpr { CE_None, CE_Var, CE_InitExpression }; enum
67 CaptureExpr CE = CE_None;
95 CaptureExpr CE = CE_None;
586 CaptureMode CM, CaptureExpr CE, StringRef Identifier, in emitCapture()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp40 enum CaptureExpr { CE_None, CE_Var, CE_InitExpression }; enum
67 CaptureExpr CE = CE_None;
95 CaptureExpr CE = CE_None;
586 CaptureMode CM, CaptureExpr CE, StringRef Identifier, in emitCapture()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp40 enum CaptureExpr { CE_None, CE_Var, CE_InitExpression }; enum
67 CaptureExpr CE = CE_None;
95 CaptureExpr CE = CE_None;
586 CaptureMode CM, CaptureExpr CE, StringRef Identifier, in emitCapture()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp40 enum CaptureExpr { CE_None, CE_Var, CE_InitExpression }; enum
67 CaptureExpr CE = CE_None;
95 CaptureExpr CE = CE_None;
586 CaptureMode CM, CaptureExpr CE, StringRef Identifier, in emitCapture()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp40 enum CaptureExpr { CE_None, CE_Var, CE_InitExpression }; enum
67 CaptureExpr CE = CE_None;
95 CaptureExpr CE = CE_None;
586 CaptureMode CM, CaptureExpr CE, StringRef Identifier, in emitCapture()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp40 enum CaptureExpr { CE_None, CE_Var, CE_InitExpression }; enum
67 CaptureExpr CE = CE_None;
95 CaptureExpr CE = CE_None;
586 CaptureMode CM, CaptureExpr CE, StringRef Identifier, in emitCapture()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp40 enum CaptureExpr { CE_None, CE_Var, CE_InitExpression }; enum
67 CaptureExpr CE = CE_None;
95 CaptureExpr CE = CE_None;
586 CaptureMode CM, CaptureExpr CE, StringRef Identifier, in emitCapture()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp40 enum CaptureExpr { CE_None, CE_Var, CE_InitExpression }; enum
67 CaptureExpr CE = CE_None;
95 CaptureExpr CE = CE_None;
586 CaptureMode CM, CaptureExpr CE, StringRef Identifier, in emitCapture()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp40 enum CaptureExpr { CE_None, CE_Var, CE_InitExpression }; enum
67 CaptureExpr CE = CE_None;
95 CaptureExpr CE = CE_None;
586 CaptureMode CM, CaptureExpr CE, StringRef Identifier, in emitCapture()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp40 enum CaptureExpr { CE_None, CE_Var, CE_InitExpression }; enum
67 CaptureExpr CE = CE_None;
95 CaptureExpr CE = CE_None;
586 CaptureMode CM, CaptureExpr CE, StringRef Identifier, in emitCapture()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2553 assert(CaptureExpr); in buildCaptureDecl()
2555 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
2557 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
2571 CaptureExpr->getLocStart()); in buildCaptureDecl()
2579 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr, in buildCapture() argument
2585 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
2588 CaptureExpr->getExprLoc()); in buildCapture()
2592 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
2595 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
2598 CaptureExpr->getExprLoc()); in buildCapture()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2831 assert(CaptureExpr); in buildCaptureDecl()
2833 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
2835 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
2849 CaptureExpr->getBeginLoc()); in buildCaptureDecl()
2857 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr, in buildCapture() argument
2863 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
2866 CaptureExpr->getExprLoc()); in buildCapture()
2870 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
2873 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
2876 CaptureExpr->getExprLoc()); in buildCapture()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp3268 assert(CaptureExpr); in buildCaptureDecl()
3270 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
3272 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
3286 CaptureExpr->getBeginLoc()); in buildCaptureDecl()
3294 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr, in buildCapture() argument
3300 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
3303 CaptureExpr->getExprLoc()); in buildCapture()
3307 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
3310 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
3313 CaptureExpr->getExprLoc()); in buildCapture()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2236 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
3717 assert(CaptureExpr); in buildCaptureDecl()
3719 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
3721 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
3735 CaptureExpr->getBeginLoc()); in buildCaptureDecl()
3749 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
3752 CaptureExpr->getExprLoc()); in buildCapture()
3756 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
3759 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
3762 CaptureExpr->getExprLoc()); in buildCapture()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2236 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
3717 assert(CaptureExpr); in buildCaptureDecl()
3719 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
3721 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
3735 CaptureExpr->getBeginLoc()); in buildCaptureDecl()
3749 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
3752 CaptureExpr->getExprLoc()); in buildCapture()
3756 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
3759 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
3762 CaptureExpr->getExprLoc()); in buildCapture()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp2589 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
4176 assert(CaptureExpr); in buildCaptureDecl()
4178 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
4180 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
4194 CaptureExpr->getBeginLoc()); in buildCaptureDecl()
4208 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
4211 CaptureExpr->getExprLoc()); in buildCapture()
4215 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
4218 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
4221 CaptureExpr->getExprLoc()); in buildCapture()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2597 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
4276 assert(CaptureExpr); in buildCaptureDecl()
4278 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
4280 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
4294 CaptureExpr->getBeginLoc()); in buildCaptureDecl()
4309 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
4312 CaptureExpr->getExprLoc()); in buildCapture()
4316 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
4319 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
4322 CaptureExpr->getExprLoc()); in buildCapture()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2536 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
4110 assert(CaptureExpr); in buildCaptureDecl()
4112 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
4114 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
4128 CaptureExpr->getBeginLoc()); in buildCaptureDecl()
4142 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
4145 CaptureExpr->getExprLoc()); in buildCapture()
4149 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
4152 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
4155 CaptureExpr->getExprLoc()); in buildCapture()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp2532 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
4106 assert(CaptureExpr); in buildCaptureDecl()
4108 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
4110 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
4124 CaptureExpr->getBeginLoc()); in buildCaptureDecl()
4138 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
4141 CaptureExpr->getExprLoc()); in buildCapture()
4145 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
4148 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
4151 CaptureExpr->getExprLoc()); in buildCapture()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2597 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
4276 assert(CaptureExpr); in buildCaptureDecl()
4278 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
4280 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
4294 CaptureExpr->getBeginLoc()); in buildCaptureDecl()
4309 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
4312 CaptureExpr->getExprLoc()); in buildCapture()
4316 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
4319 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
4322 CaptureExpr->getExprLoc()); in buildCapture()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaOpenMP.cpp2623 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
4335 assert(CaptureExpr); in buildCaptureDecl()
4337 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
4339 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
4353 CaptureExpr->getBeginLoc()); in buildCaptureDecl()
4368 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
4371 CaptureExpr->getExprLoc()); in buildCapture()
4375 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
4378 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
4381 CaptureExpr->getExprLoc()); in buildCapture()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2605 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
4303 assert(CaptureExpr); in buildCaptureDecl()
4305 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
4307 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
4321 CaptureExpr->getBeginLoc()); in buildCaptureDecl()
4336 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
4339 CaptureExpr->getExprLoc()); in buildCapture()
4343 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
4346 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
4349 CaptureExpr->getExprLoc()); in buildCapture()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2605 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
4303 assert(CaptureExpr); in buildCaptureDecl()
4305 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
4307 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
4321 CaptureExpr->getBeginLoc()); in buildCaptureDecl()
4336 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
4339 CaptureExpr->getExprLoc()); in buildCapture()
4343 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
4346 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
4349 CaptureExpr->getExprLoc()); in buildCapture()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2605 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
4303 assert(CaptureExpr); in buildCaptureDecl()
4305 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
4307 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
4321 CaptureExpr->getBeginLoc()); in buildCaptureDecl()
4336 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
4339 CaptureExpr->getExprLoc()); in buildCapture()
4343 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
4346 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
4349 CaptureExpr->getExprLoc()); in buildCapture()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2605 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
4303 assert(CaptureExpr); in buildCaptureDecl()
4305 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl()
4307 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl()
4321 CaptureExpr->getBeginLoc()); in buildCaptureDecl()
4336 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture()
4339 CaptureExpr->getExprLoc()); in buildCapture()
4343 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture()
4346 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture()
4349 CaptureExpr->getExprLoc()); in buildCapture()
[all …]

12