Home
last modified time | relevance | path

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

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h6682 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
6684 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
6688 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
6698 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h6648 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
6650 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
6654 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
6664 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6948 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
6950 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
6954 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
6964 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h6948 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
6950 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
6954 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
6964 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h6799 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
6801 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
6805 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
6815 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DTreeTransform.h7269 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7271 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7275 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7285 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DTreeTransform.h7271 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7273 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7277 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7287 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h7254 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7256 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7260 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7270 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DTreeTransform.h7317 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7319 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7323 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7333 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DTreeTransform.h7271 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7273 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7277 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7287 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DTreeTransform.h7386 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7388 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7392 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7402 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DTreeTransform.h7383 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7385 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7389 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7399 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DTreeTransform.h7383 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7385 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7389 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7399 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7383 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7385 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7389 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7399 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DTreeTransform.h7383 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7385 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7389 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7399 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DTreeTransform.h7383 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local
7385 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()
7389 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()
7399 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()