Home
last modified time | relevance | path

Searched refs:IterSpaces (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5142 SmallVector<LoopIterationSpace, 4> IterSpaces; in checkOpenMPLoop() local
5143 IterSpaces.resize(std::max(OrderedLoopCount, NestedLoopCount)); in checkOpenMPLoop()
5166 if (Cnt > 0 && IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
5168 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
5217 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
5218 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
5247 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
5249 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
5324 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
5590 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4827 SmallVector<LoopIterationSpace, 4> IterSpaces; in checkOpenMPLoop() local
4828 IterSpaces.resize(std::max(OrderedLoopCount, NestedLoopCount)); in checkOpenMPLoop()
4834 OrderedLoopCountExpr, VarsWithImplicitDSA, IterSpaces[Cnt], in checkOpenMPLoop()
4851 if (Cnt > 0 && IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
4853 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
4902 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
4903 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
4932 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
4934 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
5008 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp6050 SmallVector<LoopIterationSpace, 4> IterSpaces( in checkOpenMPLoop() local
6074 if (Cnt > 0 && IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
6076 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
6125 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
6126 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
6155 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
6157 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
6232 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
6359 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
6551 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7313 SmallVector<LoopIterationSpace, 4> IterSpaces( in checkOpenMPLoop() local
7343 if (Cnt > 0 && IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
7345 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
7402 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
7403 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
7432 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
7434 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
7509 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
7636 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
7831 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp7313 SmallVector<LoopIterationSpace, 4> IterSpaces( in checkOpenMPLoop() local
7343 if (Cnt > 0 && IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
7345 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
7402 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
7403 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
7432 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
7434 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
7509 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
7636 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
7831 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp8192 SmallVector<LoopIterationSpace, 4> IterSpaces( in checkOpenMPLoop() local
8222 if (Cnt > 0 && IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
8224 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
8281 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
8282 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
8311 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
8313 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
8386 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
8513 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
8708 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp8342 SmallVector<LoopIterationSpace, 4> IterSpaces( in checkOpenMPLoop() local
8372 if (Cnt > 0 && IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
8374 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
8431 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
8432 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
8461 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
8463 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
8536 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
8663 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
8858 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp8055 SmallVector<LoopIterationSpace, 4> IterSpaces( in checkOpenMPLoop() local
8085 if (Cnt > 0 && IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
8087 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
8144 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
8145 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
8174 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
8176 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
8251 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
8378 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
8573 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp8051 SmallVector<LoopIterationSpace, 4> IterSpaces( in checkOpenMPLoop() local
8081 if (Cnt > 0 && IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
8083 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
8140 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
8141 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
8170 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
8172 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
8247 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
8374 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
8569 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp8342 SmallVector<LoopIterationSpace, 4> IterSpaces( in checkOpenMPLoop() local
8372 if (Cnt > 0 && IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
8374 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
8431 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
8432 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
8461 PreCond.get(), IterSpaces[Cnt].PreCond); in checkOpenMPLoop()
8463 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
8536 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
8663 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
8858 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaOpenMP.cpp9026 SmallVector<LoopIterationSpace, 4> IterSpaces(NumLoops); in checkOpenMPLoop() local
9032 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop()
9036 VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop()
9039 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
9097 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
9098 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
9129 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9202 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
9331 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
9538 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp8952 SmallVector<LoopIterationSpace, 4> IterSpaces(NumLoops); in checkOpenMPLoop() local
8958 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop()
8962 VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop()
8965 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
9030 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
9031 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
9062 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9135 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
9264 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
9471 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp8952 SmallVector<LoopIterationSpace, 4> IterSpaces(NumLoops); in checkOpenMPLoop() local
8958 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop()
8962 VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop()
8965 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
9030 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
9031 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
9062 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9135 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
9264 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
9471 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8952 SmallVector<LoopIterationSpace, 4> IterSpaces(NumLoops); in checkOpenMPLoop() local
8958 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop()
8962 VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop()
8965 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
9030 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
9031 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
9062 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9135 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
9264 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
9471 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp8952 SmallVector<LoopIterationSpace, 4> IterSpaces(NumLoops); in checkOpenMPLoop() local
8958 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop()
8962 VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop()
8965 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
9030 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
9031 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
9062 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9135 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
9264 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
9471 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaOpenMP.cpp8952 SmallVector<LoopIterationSpace, 4> IterSpaces(NumLoops); in checkOpenMPLoop() local
8958 &IterSpaces, &Captures](unsigned Cnt, Stmt *CurStmt) { in checkOpenMPLoop()
8962 VarsWithImplicitDSA, IterSpaces, Captures)) in checkOpenMPLoop()
8965 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
9030 auto PreCond = ExprResult(IterSpaces[0].PreCond); in checkOpenMPLoop()
9031 Expr *N0 = IterSpaces[0].NumIterations; in checkOpenMPLoop()
9062 Expr *N = IterSpaces[Cnt].NumIterations; in checkOpenMPLoop()
9135 SourceLocation InitLoc = IterSpaces[0].InitSrcRange.getBegin(); in checkOpenMPLoop()
9264 llvm::all_of(IterSpaces, [](const LoopIterationSpace &LIS) { in checkOpenMPLoop()
9471 LoopIterationSpace &IS = IterSpaces[Cnt]; in checkOpenMPLoop()
[all …]