Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DStringConstructorCheck.cpp47 LargeLengthThreshold(Options.get("LargeLengthThreshold", 0x800000)), in StringConstructorCheck()
53 Options.store(Opts, "LargeLengthThreshold", LargeLengthThreshold); in storeOptions()
64 integerLiteral(isBiggerThan(LargeLengthThreshold)))); in registerMatchers()
DStringConstructorCheck.h34 const unsigned int LargeLengthThreshold; variable
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-string-constructor.rst42 :option:`LargeLengthThreshold`. Default is `true`.
44 .. option:: LargeLengthThreshold