Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientAlgorithmCheck.cpp80 const bool CompatibleTypes = areTypesCompatible(KeyType, ValueType); in check() local
134 if (!CallRange.getBegin().isMacroID() && !Maplike && CompatibleTypes) { in check()