Searched refs:StatementThreshold (Results 1 – 8 of 8) sorted by relevance
131 StatementThreshold(Options.get("StatementThreshold", 800U)), in FunctionSizeCheck()139 Options.store(Opts, "StatementThreshold", StatementThreshold); in storeOptions()177 if (FI.Lines > LineThreshold || FI.Statements > StatementThreshold || in check()193 if (FI.Statements > StatementThreshold) { in check()196 << FI.Statements << StatementThreshold; in check()
47 const unsigned StatementThreshold; variable
5 - key: readability-function-size.StatementThreshold
37 - key: readability-function-size.StatementThreshold
18 .. option:: StatementThreshold