Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionCognitiveComplexityCheck.cpp41 struct CognitiveComplexity final { struct
48 enum Criteria : uint8_t {
90 struct Detail {
128 static constexpr unsigned DefaultLimit = 25U;
139 SmallVector<Detail, DefaultLimit> Details; // 25 elements is 200 bytes.
145 unsigned Total = 0;