Searched defs:non_literal (Results 1 – 2 of 2) sorted by relevance
99 constexpr int non_literal(bool b) { in non_literal() function 166 auto non_literal = [](bool b) constexpr { in test_in_lambdas() local 218 auto non_literal = [](bool b) { // cxx2a-note 2{{declared here}} in test_lambdas_implicitly_constexpr() local
31 constexpr void non_literal() { in non_literal() function