Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dattr-require-constant-initialization.cpp20 struct LitType { struct
21 constexpr LitType() : value(0) {} in LitType() argument
22 constexpr LitType(int x) : value(x) {} in LitType() function
23 LitType(void *) : value(-1) {} // expected-note 0+ {{declared here}} in LitType() function
24 int value;