Home
last modified time | relevance | path

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

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp5.cpp58 constexpr int BinaryOp2(int n) { return ng + n; } // expected-error {{never produces}} expected-not… in BinaryOp2() function
62 constexpr double BinaryOp2(double d) { return dg + d; } // expected-error {{never produces}} expect… in BinaryOp2() function