Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/index/
H A DBackgroundQueue.cpp120 bool Increase = NewPriority > Boost; in boost() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DFunctionCognitiveComplexityCheck.cpp199 unsigned short Increase = 0; in account() local
550 unsigned short Increase = 0; // How much of an increment? in check() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp35 enum class LengthHandleKind { Increase, Decrease }; enumerator