Home
last modified time | relevance | path

Searched refs:StructWithConstexpr (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/fuchsia/
H A Dstatically-constructed-objects.cpp42 struct StructWithConstexpr { constexpr StructWithConstexpr(int Val) {} }; in StructWithConstexpr() function
47 StructWithConstexpr SConstexpr(0);
52 static StructWithConstexpr SConstexpr2(0);