Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp9.cpp25 constexpr int nc1 = i; // expected-error {{constexpr variable 'nc1' must be initialized by a consta… variable
/llvm-project/clang/test/SemaCXX/
H A Dcxx1z-copy-omission.cpp39 Noncopyable nc1 = make(); variable
/llvm-project/clang/test/CXX/special/class.ctor/
H A Dp6-0x.cpp12 constexpr NonConstexpr1 nc1 = NonConstexpr1(); // ok, does not call constructor variable