Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/lang/cpp/const_static_integral_member/
H A Dmain.cpp66 struct ClassWithConstexprs { struct
67 constexpr static int member = 2;
68 constexpr static Enum enum_val = enum_case2;
69 constexpr static ScopedEnum scoped_enum_val = ScopedEnum::scoped_enum_case2;