Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-interfaces-global-init.cpp3 constexpr int makesInt() { return 3; } in makesInt() function
18 static int NamespaceScope = makesInt();
58 static int GlobalScope = makesInt();
66 extern constexpr int GlobalScopeConstexpr = makesInt();