Home
last modified time | relevance | path

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

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp10222 llvm::APSInt ConstantLengthValue; in checkOMPArraySectionConstantForReduction() local
10223 if (!Length->EvaluateAsInt(ConstantLengthValue, Context)) in checkOMPArraySectionConstantForReduction()
10226 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
10227 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
10246 llvm::APSInt ConstantLengthValue; in checkOMPArraySectionConstantForReduction() local
10247 if (!Length->EvaluateAsInt(ConstantLengthValue, Context) || in checkOMPArraySectionConstantForReduction()
10248 ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
10251 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp10783 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
10784 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
10785 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
10808 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
10809 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
10812 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp11796 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
11797 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
11798 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
11821 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
11822 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
11825 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp13581 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
13582 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
13583 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
13606 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
13607 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
13610 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp13581 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
13582 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
13583 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
13606 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
13607 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
13610 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp14899 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
14900 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
14901 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
14924 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
14925 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
14928 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp15049 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
15050 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
15051 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
15074 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
15075 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
15078 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp14758 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
14759 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
14760 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
14783 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
14784 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
14787 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp14754 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
14755 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
14756 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
14779 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
14780 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
14783 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp15049 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
15050 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
15051 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
15074 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
15075 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
15078 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaOpenMP.cpp16745 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
16746 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
16747 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
16770 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
16771 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
16774 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp16653 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
16654 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
16655 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
16678 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
16679 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
16682 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp16653 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
16654 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
16655 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
16678 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
16679 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
16682 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16653 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
16654 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
16655 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
16678 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
16679 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
16682 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp16653 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
16654 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
16655 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
16678 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
16679 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
16682 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaOpenMP.cpp16653 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
16654 SingleElement = (ConstantLengthValue.getSExtValue() == 1); in checkOMPArraySectionConstantForReduction()
16655 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()
16678 llvm::APSInt ConstantLengthValue = Result.Val.getInt(); in checkOMPArraySectionConstantForReduction() local
16679 if (ConstantLengthValue.getSExtValue() != 1) in checkOMPArraySectionConstantForReduction()
16682 ArraySizes.push_back(ConstantLengthValue); in checkOMPArraySectionConstantForReduction()