Searched refs:StatementThreshold (Results 1 – 3 of 3) sorted by relevance
130 StatementThreshold( in FunctionSizeCheck()142 Options.store(Opts, "StatementThreshold", StatementThreshold); in storeOptions()181 (StatementThreshold && FI.Statements > StatementThreshold) || in check()198 if (StatementThreshold && FI.Statements > StatementThreshold) { in check()201 << FI.Statements << StatementThreshold.value(); in check()
45 const std::optional<unsigned> StatementThreshold; variable
18 .. option:: StatementThreshold