Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DFunctionSizeCheck.cpp133 BranchThreshold(Options.get("BranchThreshold", -1U)), in FunctionSizeCheck()
141 Options.store(Opts, "BranchThreshold", BranchThreshold); in storeOptions()
179 FI.Branches > BranchThreshold || in check()
200 if (FI.Branches > BranchThreshold) { in check()
202 << FI.Branches << BranchThreshold; in check()
H A DFunctionSizeCheck.h48 const unsigned BranchThreshold; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dfunction-size.rst24 .. option:: BranchThreshold