Searched defs:BinaryOp1 (Results 1 – 1 of 1) sorted by relevance
57 constexpr int BinaryOp1(int n) { return n + ng; } // expected-error {{never produces}} expected-not… in BinaryOp1() function61 constexpr double BinaryOp1(double d) { return d + dg; } // expected-error {{never produces}} expect… in BinaryOp1() function