Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1335 constexpr unsigned MaxStringByteLength = 32 * 4; in demangleStringLiteral() local
1336 uint8_t StringBytes[MaxStringByteLength]; in demangleStringLiteral()
1340 if (MangledName.size() < 1 || BytesDecoded >= MaxStringByteLength) in demangleStringLiteral()