Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.h68 SmallVector<std::pair<int8_t, int8_t>, HeuristicCount> ConfiguredBounds; variable
H A DSuspiciousCallArgumentCheck.cpp524 ConfiguredBounds.emplace_back( in SuspiciousCallArgumentCheck()
594 return ConfiguredBounds[Idx].first; in getBound()
596 return ConfiguredBounds[Idx].second; in getBound()