HomeSort by relevance Sort by last modified time
    Searched full:nonconstexpr (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CXX/special/class.inhctor/
p2.cpp 65 struct NonConstexpr { NonConstexpr(); constexpr NonConstexpr(int); }; // expected-note {{here}}
71 struct BothNonConstexpr : NonConstexpr, Constexpr { using Constexpr::Constexpr; }; // expected-note {{non-constexpr constructor 'NonConstexpr}}

Completed in 3791 milliseconds