Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CXX/special/class.ctor/
H A Dp6-0x.cpp5 struct NonConstexpr1 { // expected-note {{here}} struct
9 NonConstexpr1 nl; argument
/aosp_15_r20/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp23 struct NonConstexpr1 { struct
24 static int f() { return 1; } // expected-note {{here}} in f()
25 …t expression}} expected-note {{non-constexpr function 'f' cannot be used in a constant expression}}