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

  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 64 constexpr const int *return_param(int n) { // expected-note {{declared here}} function in namespace:NonConstExprReturn
68 int n : *return_param(0); // expected-error {{constant expression}} expected-note {{read of variable whose lifetime has ended}}

Completed in 659 milliseconds