Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx14.cpp523 void not_constexpr();
527 not_constexpr(); in no_cont_after_break()
531 not_constexpr(); in no_cont_after_break()
535 not_constexpr(); in no_cont_after_break()
H A Denable_if.cpp67 int not_constexpr();
68 template<int N> void valuedep() __attribute__((enable_if(N == not_constexpr(), "")));