Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DStringConstructorCheck.cpp49 LargeLengthThreshold(Options.get("LargeLengthThreshold", 0x800000)), in StringConstructorCheck()
55 Options.store(Opts, "LargeLengthThreshold", LargeLengthThreshold); in storeOptions()
66 integerLiteral(isBiggerThan(LargeLengthThreshold)))); in registerMatchers()
H A DStringConstructorCheck.h35 const unsigned int LargeLengthThreshold; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dstring-constructor.rst42 :option:`LargeLengthThreshold`. Default is `true`.
44 .. option:: LargeLengthThreshold