Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp57 constexpr int BinaryOp1(int n) { return n + ng; } // expected-error {{never produces}} expected-not… in BinaryOp1() function
61 constexpr double BinaryOp1(double d) { return d + dg; } // expected-error {{never produces}} expect… in BinaryOp1() function