Home
last modified time | relevance | path

Searched refs:MaxChars (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp94 int MaxChars, const char *S) { in appendString() argument
99 if (MaxChars >= 0 && Res >= MaxChars) in appendString()
/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp2133 unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509; in init() local
2135 if (GetNumStringChars() > MaxChars) in init()
2138 << GetNumStringChars() << MaxChars in init()