Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unused-local-typedef.cpp62 typedef int ConstExprInt; in f() typedef
63 static constexpr int a = (ConstExprInt)4; in f()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-hungarian-notation-cfgfile.cpp597 static constexpr int const &ConstExprInt = 42; variable
H A Didentifier-naming-hungarian-notation.cpp597 static constexpr int const &ConstExprInt = 42; variable