Home
last modified time | relevance | path

Searched defs:NonLit (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/AST/Interp/
H A Dcxx03.cpp
/llvm-project/clang/test/SemaCXX/
H A Dattr-require-constant-initialization.cpp28 struct NonLit { // expected-note 0+ {{declared here}} struct
30 constexpr NonLit() : value(0) {} in NonLit() function
31 constexpr NonLit(int x) : value(x) {} in NonLit() function
36 NonLit(void *) : value(-1) {} // expected-note 0+ {{declared here}} in NonLit() function
37 ~NonLit() {} in ~NonLit() argument
50 NonLit obj; argument
H A Dcxx1z-constexpr-lambdas.cpp21 struct NonLit { ~NonLit(); }; //expected-note{{not literal}} struct
/llvm-project/clang/test/CXX/class/class.static/class.static.data/
H A Dp3.cpp4 struct NonLit { // expected-note 3{{no constexpr constructors}} struct
/llvm-project/clang/test/CXX/drs/
H A Dcwg13xx.cpp488 struct NonLit { NonLit(); operator int(); }; // #cwg1358-NonLit struct
[all...]