Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DBackgroundQueue.cpp103 bool Increase = NewPriority > Boost; in boost() local
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionCognitiveComplexityCheck.cpp206 unsigned short Increase; in account() local
530 unsigned short Increase; // How much of an increment? in check() local
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DNotNullTerminatedResultCheck.cpp36 enum class LengthHandleKind { Increase, Decrease }; enumerator