Home
last modified time | relevance | path

Searched defs:DefaultHeuristicConfiguration (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp24 struct DefaultHeuristicConfiguration { struct
26 const bool Enabled;
32 const int8_t DissimilarBelow;
38 const int8_t SimilarAbove;
41 bool hasBounds() const { return DissimilarBelow > -1 && SimilarAbove > -1; } in hasBounds()