Home
last modified time | relevance | path

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

/aosp_15_r20/external/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