Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionSizeCheck.cpp132 BranchThreshold(Options.get("BranchThreshold", -1U)), in FunctionSizeCheck()
140 Options.store(Opts, "BranchThreshold", BranchThreshold); in storeOptions()
178 FI.Branches > BranchThreshold || in check()
199 if (FI.Branches > BranchThreshold) { in check()
201 << FI.Branches << BranchThreshold; in check()
DFunctionSizeCheck.h48 const unsigned BranchThreshold; variable
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-function-size.rst24 .. option:: BranchThreshold