Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp144 struct DestructorBCE { struct
146 constexpr DestructorBCE(int n) : n(n) {} in DestructorBCE() function
147 constexpr ~DestructorBCE() { in ~DestructorBCE() argument
154 DestructorBCE global_dtor_bce_1(101);
160 DestructorBCE global_dtor_bce_2(not_constexpr);
173 DestructorBCE local(201); in test_dtor_bce_1()
183 DestructorBCE local(not_constexpr); in test_dtor_bce_2()
193 constexpr DestructorBCE local(203); in test_dtor_bce_3()
205 static DestructorBCE local(301); in test_dtor_bce_static_1()
213 static DestructorBCE local(not_constexpr); in test_dtor_bce_static_2()
[all …]