Searched refs:StatementThreshold (Results 1 – 3 of 3) sorted by relevance
132 StatementThreshold(Options.get("StatementThreshold", 800U)), in FunctionSizeCheck()140 Options.store(Opts, "StatementThreshold", StatementThreshold); in storeOptions()178 if (FI.Lines > LineThreshold || FI.Statements > StatementThreshold || in check()194 if (FI.Statements > StatementThreshold) { in check()197 << FI.Statements << StatementThreshold; in check()
47 const unsigned StatementThreshold; variable
18 .. option:: StatementThreshold