Home
last modified time | relevance | path

Searched refs:not_constexpr (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp136 int not_constexpr; variable
149 not_constexpr = 1; in ~DestructorBCE()
160 DestructorBCE global_dtor_bce_2(not_constexpr);
183 DestructorBCE local(not_constexpr); in test_dtor_bce_2()
213 static DestructorBCE local(not_constexpr); in test_dtor_bce_static_2()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp136 int not_constexpr; variable
149 not_constexpr = 1; in ~DestructorBCE()
160 DestructorBCE global_dtor_bce_2(not_constexpr);
183 DestructorBCE local(not_constexpr); in test_dtor_bce_2()
213 static DestructorBCE local(not_constexpr); in test_dtor_bce_static_2()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp136 int not_constexpr; variable
149 not_constexpr = 1; in ~DestructorBCE()
160 DestructorBCE global_dtor_bce_2(not_constexpr);
183 DestructorBCE local(not_constexpr); in test_dtor_bce_2()
213 static DestructorBCE local(not_constexpr); in test_dtor_bce_static_2()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp136 int not_constexpr; variable
149 not_constexpr = 1; in ~DestructorBCE()
160 DestructorBCE global_dtor_bce_2(not_constexpr);
183 DestructorBCE local(not_constexpr); in test_dtor_bce_2()
213 static DestructorBCE local(not_constexpr); in test_dtor_bce_static_2()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp136 int not_constexpr; variable
149 not_constexpr = 1; in ~DestructorBCE()
160 DestructorBCE global_dtor_bce_2(not_constexpr);
183 DestructorBCE local(not_constexpr); in test_dtor_bce_2()
213 static DestructorBCE local(not_constexpr); in test_dtor_bce_static_2()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp136 int not_constexpr; variable
149 not_constexpr = 1; in ~DestructorBCE()
160 DestructorBCE global_dtor_bce_2(not_constexpr);
183 DestructorBCE local(not_constexpr); in test_dtor_bce_2()
213 static DestructorBCE local(not_constexpr); in test_dtor_bce_static_2()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp136 int not_constexpr; variable
149 not_constexpr = 1; in ~DestructorBCE()
160 DestructorBCE global_dtor_bce_2(not_constexpr);
183 DestructorBCE local(not_constexpr); in test_dtor_bce_2()
213 static DestructorBCE local(not_constexpr); in test_dtor_bce_static_2()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp136 int not_constexpr; variable
149 not_constexpr = 1; in ~DestructorBCE()
160 DestructorBCE global_dtor_bce_2(not_constexpr);
183 DestructorBCE local(not_constexpr); in test_dtor_bce_2()
213 static DestructorBCE local(not_constexpr); in test_dtor_bce_static_2()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
16 (void)sizeof(not_constexpr<long>()); in test()
29 (void)sizeof(int{not_constexpr<int>()}); in test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
16 (void)sizeof(not_constexpr<long>()); in test()
29 (void)sizeof(int{not_constexpr<int>()}); in test()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
16 (void)sizeof(not_constexpr<long>()); in test()
29 (void)sizeof(int{not_constexpr<int>()}); in test()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
16 (void)sizeof(not_constexpr<long>()); in test()
29 (void)sizeof(int{not_constexpr<int>()}); in test()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
16 (void)sizeof(not_constexpr<long>()); in test()
29 (void)sizeof(int{not_constexpr<int>()}); in test()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
16 (void)sizeof(not_constexpr<long>()); in test()
29 (void)sizeof(int{not_constexpr<int>()}); in test()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
16 (void)sizeof(not_constexpr<long>()); in test()
29 (void)sizeof(int{not_constexpr<int>()}); in test()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
16 (void)sizeof(not_constexpr<long>()); in test()
29 (void)sizeof(int{not_constexpr<int>()}); in test()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
16 (void)sizeof(not_constexpr<long>()); in test()
29 (void)sizeof(int{not_constexpr<int>()}); in test()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
16 (void)sizeof(not_constexpr<long>()); in test()
29 (void)sizeof(int{not_constexpr<int>()}); in test()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
16 (void)sizeof(not_constexpr<long>()); in test()
29 (void)sizeof(int{not_constexpr<int>()}); in test()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
16 (void)sizeof(not_constexpr<long>()); in test()
29 (void)sizeof(int{not_constexpr<int>()}); in test()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
16 (void)sizeof(not_constexpr<long>()); in test()
29 (void)sizeof(int{not_constexpr<int>()}); in test()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; }
16 (void)sizeof(not_constexpr<long>());
29 (void)sizeof(int{not_constexpr<int>()});
/dports/lang/clang-mesa/clang-13.0.1.src/test/CXX/expr/expr.const/
H A Dp6.cpp3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function
16 (void)sizeof(not_constexpr<long>()); in test()
29 (void)sizeof(int{not_constexpr<int>()}); in test()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp499 void not_constexpr();
503 not_constexpr(); in no_cont_after_break()
507 not_constexpr(); in no_cont_after_break()
511 not_constexpr(); in no_cont_after_break()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp467 void not_constexpr();
471 not_constexpr(); in no_cont_after_break()
475 not_constexpr(); in no_cont_after_break()
479 not_constexpr(); in no_cont_after_break()

123