Searched refs:ConstExprInt (Results 1 – 3 of 3) sorted by relevance
62 typedef int ConstExprInt; in f() typedef63 static constexpr int a = (ConstExprInt)4; in f()
597 static constexpr int const &ConstExprInt = 42; variable