Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/fuchsia/
H A Dstatically-constructed-objects.cpp15 class ClassWithConstexpr { class
17 ClassWithConstexpr(int Val1, int Val2) : Val(Val1) {} in ClassWithConstexpr() function in ClassWithConstexpr
18 constexpr ClassWithConstexpr(int Val) : Val(Val) {} in ClassWithConstexpr() function in ClassWithConstexpr