Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DInitVariablesCheck.cpp83 bool AddMathInclude = false; in check() local
93 AddMathInclude = true; in check()
110 if (AddMathInclude) { in check()