Home
last modified time | relevance | path

Searched refs:StatementThreshold (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DFunctionSizeCheck.cpp131 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()
DFunctionSizeCheck.h47 const unsigned StatementThreshold; variable
/external/grpc-grpc/
D.clang-tidy5 - key: readability-function-size.StatementThreshold
/external/rust/crates/grpcio-sys/grpc/test/
D.clang-tidy5 - key: readability-function-size.StatementThreshold
/external/grpc-grpc/test/
D.clang-tidy5 - key: readability-function-size.StatementThreshold
/external/rust/crates/grpcio/
D.clang-tidy37 - key: readability-function-size.StatementThreshold
/external/rust/crates/grpcio-sys/grpc/
D.clang-tidy37 - key: readability-function-size.StatementThreshold
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-function-size.rst18 .. option:: StatementThreshold