Searched refs:D_test (Results 1 – 2 of 2) sorted by relevance
33 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } in D_test() function51 constexpr int merged_struct_variable_test = D_test(true);52 constexpr int merged_struct_function_test = D_test(false);
24 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } in D_test() function