Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp82 void ScopedString::appendString(int Width, int MaxChars, const char *S) { in appendString()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp2271 unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509; in init() local