Home
last modified time | relevance | path

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

/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