Searched defs:D_test (Results 1 – 2 of 2) sorted by relevance
24 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } // expected-note {{subexpr… in D_test() function
32 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } // expected-note {{subexpr… in D_test() function