Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx2b.cpp99 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
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp3-2b.cpp31 constexpr void non_literal() { in non_literal() function