Home
last modified time | relevance | path

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

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4904 ExprResult LastIteration32 = in checkOpenMPLoop() local
4921 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
4937 if (LastIteration32.isUsable()) in checkOpenMPLoop()
4938 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
4939 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
4957 if (LastIteration32.isUsable() && in checkOpenMPLoop()
4958 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
4962 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
4964 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5219 ExprResult LastIteration32 = in checkOpenMPLoop() local
5236 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
5252 if (LastIteration32.isUsable()) in checkOpenMPLoop()
5253 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
5254 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
5273 (LastIteration32.isUsable() && in checkOpenMPLoop()
5274 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
5278 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
5280 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp6127 ExprResult LastIteration32 = in checkOpenMPLoop() local
6144 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
6160 if (LastIteration32.isUsable()) in checkOpenMPLoop()
6161 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
6162 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
6181 (LastIteration32.isUsable() && in checkOpenMPLoop()
6182 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
6186 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
6188 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7404 ExprResult LastIteration32 = in checkOpenMPLoop() local
7421 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
7437 if (LastIteration32.isUsable()) in checkOpenMPLoop()
7438 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
7439 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
7458 (LastIteration32.isUsable() && in checkOpenMPLoop()
7459 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
7463 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
7465 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp7404 ExprResult LastIteration32 = in checkOpenMPLoop() local
7421 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
7437 if (LastIteration32.isUsable()) in checkOpenMPLoop()
7438 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
7439 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
7458 (LastIteration32.isUsable() && in checkOpenMPLoop()
7459 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
7463 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
7465 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp8283 ExprResult LastIteration32 = in checkOpenMPLoop() local
8300 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
8316 if (LastIteration32.isUsable()) in checkOpenMPLoop()
8317 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
8318 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
8337 (LastIteration32.isUsable() && in checkOpenMPLoop()
8338 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
8342 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
8344 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp8433 ExprResult LastIteration32 = in checkOpenMPLoop() local
8450 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
8466 if (LastIteration32.isUsable()) in checkOpenMPLoop()
8467 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
8468 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
8487 (LastIteration32.isUsable() && in checkOpenMPLoop()
8488 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
8492 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
8494 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp8146 ExprResult LastIteration32 = in checkOpenMPLoop() local
8163 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
8179 if (LastIteration32.isUsable()) in checkOpenMPLoop()
8180 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
8181 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
8200 (LastIteration32.isUsable() && in checkOpenMPLoop()
8201 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
8205 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
8207 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp8142 ExprResult LastIteration32 = in checkOpenMPLoop() local
8159 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
8175 if (LastIteration32.isUsable()) in checkOpenMPLoop()
8176 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
8177 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
8196 (LastIteration32.isUsable() && in checkOpenMPLoop()
8197 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
8201 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
8203 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp8433 ExprResult LastIteration32 = in checkOpenMPLoop() local
8450 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
8466 if (LastIteration32.isUsable()) in checkOpenMPLoop()
8467 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
8468 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
8487 (LastIteration32.isUsable() && in checkOpenMPLoop()
8488 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
8492 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
8494 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaOpenMP.cpp9099 ExprResult LastIteration32 = in checkOpenMPLoop() local
9116 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
9132 if (LastIteration32.isUsable()) in checkOpenMPLoop()
9133 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
9134 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
9153 (LastIteration32.isUsable() && in checkOpenMPLoop()
9154 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
9158 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
9160 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp9032 ExprResult LastIteration32 = in checkOpenMPLoop() local
9049 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
9065 if (LastIteration32.isUsable()) in checkOpenMPLoop()
9066 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
9067 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
9086 (LastIteration32.isUsable() && in checkOpenMPLoop()
9087 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
9091 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
9093 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp9032 ExprResult LastIteration32 = in checkOpenMPLoop() local
9049 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
9065 if (LastIteration32.isUsable()) in checkOpenMPLoop()
9066 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
9067 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
9086 (LastIteration32.isUsable() && in checkOpenMPLoop()
9087 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
9091 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
9093 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9032 ExprResult LastIteration32 = in checkOpenMPLoop() local
9049 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
9065 if (LastIteration32.isUsable()) in checkOpenMPLoop()
9066 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
9067 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
9086 (LastIteration32.isUsable() && in checkOpenMPLoop()
9087 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
9091 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
9093 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp9032 ExprResult LastIteration32 = in checkOpenMPLoop() local
9049 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
9065 if (LastIteration32.isUsable()) in checkOpenMPLoop()
9066 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
9067 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
9086 (LastIteration32.isUsable() && in checkOpenMPLoop()
9087 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
9091 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
9093 LastIteration = LastIteration32; in checkOpenMPLoop()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaOpenMP.cpp9032 ExprResult LastIteration32 = in checkOpenMPLoop() local
9049 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
9065 if (LastIteration32.isUsable()) in checkOpenMPLoop()
9066 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
9067 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
9086 (LastIteration32.isUsable() && in checkOpenMPLoop()
9087 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
9091 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
9093 LastIteration = LastIteration32; in checkOpenMPLoop()