Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp144 struct DestructorBCE { struct
146 constexpr DestructorBCE(int n) : n(n) {} in DestructorBCE() argument
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 …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp144 struct DestructorBCE { struct
146 constexpr DestructorBCE(int n) : n(n) {} in DestructorBCE() argument
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 …]
/dports/devel/llvm12/llvm-project-12.0.1.src/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 …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp144 struct DestructorBCE { struct
146 constexpr DestructorBCE(int n) : n(n) {} in DestructorBCE() argument
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 …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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 …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp144 struct DestructorBCE { struct
146 constexpr DestructorBCE(int n) : n(n) {} in DestructorBCE() argument
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 …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp144 struct DestructorBCE { struct
146 constexpr DestructorBCE(int n) : n(n) {} in DestructorBCE() argument
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 …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Dbuiltin-is-constant-evaluated.cpp144 struct DestructorBCE { struct
146 constexpr DestructorBCE(int n) : n(n) {} in DestructorBCE() argument
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 …]